body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#container {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	background-image: url(background.JPG);
	background-repeat: repeat-y;
}

/* Kopfbereich */

#kopf {
	background-color: #679ACD;
	height: 100px;
}

#kopfnavigation {
	background-color: #A6C4E1;
	height: 20px;
}

#u1u2 {
	margin-left: 250px;
	padding-top: 20px;
}

#u1 {
	height: 24px;
}

#u2 {
	height: 18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.2em;
	line-height: 20px;
	font-weight: lighter;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCCCCC;
	letter-spacing: 0.2em;
	font-weight: lighter;
	white-space: normal;
}

#navtop {
	height: 16px;
	margin-left: 250px;
	font-size: 12px;
	color: #666666;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#kopfnavigation #navtop .linkfarbe {
	color: #666666;
}
#kopfnavigation #navtop .linkfarbe:hover {
	color: #FF6600;
}

#liniegelb {
	background-color: #FFFFC1;
	height: 3px;
	line-height: 0px;
	font-size: 0px;
}

#linieblau {
	background-color: #679ACD;
	height: 3px;
	line-height: 0px;
	font-size: 0px;
}

/* Linke Leiste */

a {
	color: #679ACD;
	text-decoration: none;
}
	
a:hover {
	color: #FF6600;
}
	
.navigation a {
	color: #FFFF66;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
	
.navigation a:hover {
	color:#FF6600;
	background-color: #A6C4E1;
}

#navlinks {
	background-color: #3F7DBC;
	width: 240px;
	height: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	position: absolute;
	left: 0px;
	top: 130px;
	clear: left;
}
#left {
	float: left;
	height: 1800px;
}



.navueb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
	width: 200px;
	color: #FFFFFF;
	margin-left: 21px;
	margin-top: 20px;
}
	

/* Rechte Leiste */

#rechts {
	float: right;
	width: 220px;
	height: 100em;
	padding: 5px;
	position: absolute;
	top: 130px;
	right: 0px;
	clear: right;
}
#container #rechts .tooltip strong {
	color: #7298BD;
}


/* Seiteninhalt */

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #4F81BD;
	line-height: 12px;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #4F81BD;
	line-height: 12px;
	font-weight: bold;
}

#inhalt {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 250px;
	text-align: justify;
	background-color: #FFFFFF;
	margin-right: 240px;
	height: 100%;
}
#container #inhalt .tooltip strong {
	color: #7298BD;
}


/* Sitemap */

#sitemap_inhalt {
}
#footer {
	background-color: #CCCCCC;
	clear: both;
	bottom: 0px;
}
#container #navlinks .linkbox {
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#container #footer a {
	color: #000000;
}

/* Tooltip */

a.tooltip  {
  position: relative;
  text-decoration: none;  
  }


a.tooltip span {
  display: none;  
  text-decoration: none; 
  }

a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 230px;
	z-index: 100;
	color: #000000;
	border:1px solid #7298BD;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	padding: 5px;
  }
  

