/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; font:inherit; color:inherit; line-height:inherit; }
address,caption,cite,code,dfn,em,strong,var { font:inherit; color:inherit; line-height:inherit; }
fieldset,img,abbr,acronym { border:0; }
 
/* CSS DEFAULT */
html { overflow-y:scroll; }

body {
	font-size:11px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	color:#50595C;
	line-height:16px;
	margin-top:24px;
	background:url(../img/bg.gif) repeat-x center top #F0F8F9;
	}
	
h2 {
	font-size:30px;
	border-bottom:1px solid black;
	padding-bottom:7px;
	margin-bottom:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FDDC1B;
	}

h4 {
	color:#005693;
	font-size:38px;
	margin-bottom:10px;
	text-align:center;
	margin-top:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}

h5 {
	color:#005693;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:bold;
	text-align:center;
	}
	
a.fancy img {
	margin-right:5px;
	margin-bottom:13px;
	}

table { border-collapse:collapse; border-spacing:0; }
td,th { vertical-align:top; }

/* Allgemeine Formatierung */

.container {
	margin:0 auto;
	width:980px;
	}

#content {
	background:white;
	width:960px;
	min-height:500px;
	padding:10px;
	position:relative;
	}
	
#top {
	background:#07879E;
	width:960px;
	height:339px;
	}

#top_left {
	width:330px;
	height:329px;
	float:left;
	margin-top:10px;
	}

#top_right {
	width:630px;
	height:329px;
	float:left;
	margin-top:10px;
	}

#navigation {
	float:right;
	}

#logo {
	width:330px;
	height:123px;
	background:white;
	padding-top:20px;
	}

#logo p {
	border-top:1px solid #BDBDBD;
	margin-top:7px;
	padding-top:5px;
	text-align:center;
	letter-spacing:3px;
	}

#adresse {
	color: white;
    font-family: helvetica;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    margin-left: 32px;
    margin-top: 50px;
	}

#yellow {
	width:310px;
	height:580px;
	background:url(../img/yellow.gif) repeat-x #FACB24;
	padding:10px;
	color:white;
	float:left;
	position:relative;
	}
	
#yellow h6 {
	color:white;
	border-bottom:1px solid white;
	padding-bottom:3px;
	margin-bottom:4px;
	font-weight:bold;
	margin-top:10px;
	}
	
#sitecontent {
	width:570px;
	float:left;
	min-height:600px;
	padding:40px 30px 0px 30px;
	}

#sitecontent h2 {
	border-bottom:1px solid #FDDC1B;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	margin-bottom:15px;
	text-transform:none;
	font-weight:normal;
	}
	
#sitecontent h6 {
	border-bottom:1px solid;
	margin-top:29px;
	font-weight: bold;
    margin-bottom: 4px;
    padding-bottom: 3px;
	}

#hg_content {
	background:url(../img/yellow_bg.gif) repeat;
	margin-top:1px;
	}

#links_yellow {
	bottom:20px;
	left:20px;
	position:absolute;
	}

.content_type_tinymce ul.galery {
	margin:20px 0px 0px 0px;
	}

.content_type_tinymce ul.galery li {
	list-style:none;
	float:left;
	margin-right:8px;
	}

.content_type_tinymce ul.galery li:last-child {
	margin:0;
	}


a.whitelink:link, a.whitelink:active {
	color:white;
	font-weight:bold;
	}
	
a.whitelink:hover, a.whitelink:visited {
	color:white;
	font-weight:bold;
	text-decoration:underline;
	}

#footer {
	text-align:right;
	margin-bottom:15px;
	padding-top:10px;
	color:#50595C;
	font-size:10px;
	}

#footer a:link, #footer a:visited {
	color:#50595C;
	text-decoration:none;
	}

#footer a:hover, #footer a:active {
	color:#50595C;
	text-decoration:underline;
	}

.content_type_tinymce ul {
	margin-left:17px;
	}
	
.content_type_tinymce ul li {
	list-style:url(../img/mehr.gif);
	}

#newsuebersicht img {
	margin-right:15px;
	}

/* NAV !*/


#nav ul {
	padding:0;
	height:29px;
	}
	
#nav li {
	display:inline;
    position:relative;
	float:left;
	list-style:none;
	height:auto;
	margin:0;
	padding:0;
	z-index:10;
	
	}

#nav li a {
  display:block;
  height:29px;
  font-size:0;
  text-indent:-999em;
  overflow:hidden;
  border-bottom:0;
}

#nav li:hover a,
#nav li.active a {
  background-position: 0px 29px;
  font-variant:normal;
  border-bottom:0;
  }

#nav li ul {
    background-repeat: no-repeat;
    border-bottom: 5px solid orange;
    display: none;
	background:white;
    height: auto;
    min-width: 175px;
    padding-left: 10px;
    padding-right: 8px;
    position: absolute;
    width: auto !important;
	padding-bottom:20px;
}

#nav li:hover ul {
	display:block;
	}

#nav ul li ul li {
	float:none;
	}

#nav li li a {
  font-size:11px;
  text-indent:0;
  color:#FBBB3D;
  height:auto;
  text-decoration:none;
  padding-top:7px;
}

#nav li li a:hover {
  font-size:11px;
  text-indent:0;
  text-decoration:underline;
}


label {
	float:left;
	display:block;
	width:100px;
	margin-bottom:10px;
	padding-left:10px;
}
input, textarea, select {
	display:block;
	width:250px;
	border: 1px solid #CBCBCB;
	background:#FCFCFC;
	padding:1px;
	font-weight:bold;
}

fieldset {
	border:0;
	}



	
/* NAV ENDE*/

.login fieldset { 
  padding: 10px; 
  border:none;
}
.login legend{
  display:none;
}

.login label { 
  float: left;
  display: inline;
  width: 98px;
  margin-bottom: 0.5em;
  padding: 1px
}

.login input {
  float: left;
  display: inline;
  width: 176px;
  margin-bottom: 0.5em; 
}

.login .submit { 
  width: 180px; 
  margin-left: 100px;
}
.login{ 
  position: absolute;
  width: 300px;
  height: 85px;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -42px; 
}

.login fieldset { 
  padding: 10px; 
  border:none;
}

.login legend{
  display:none;
}
.login .text { padding:1px; }
.login .password { padding:1px; }
.login label {
 display:none;
}
.login input {
  width: 100px;
  color:#303E59;
  border:1px solid #303E59;
}
.login .submit {
  color:#FFFFFF;
  background-color:#303E59;
}

#login{
  position:absolute;
  top:16px;
  left:479px;
}

img {
	vertical-align:bottom;
	border:0;
	}

.clear{ clear:both; }

a:link, a:visited {
	text-decoration:none;
	color:#FDDC1B;
	}

a:active, a:hover {
	text-decoration:underline;
	color:#FDDC1B;
	}
	
#sitecontent a:link, #sitecontent a:visited {
	color:#50595C;
	font-weight:bold;
	}

#sitecontent a:active, #sitecontent a:hover {
	text-decoration:underline;
	color:#50595C;
	}