html {
 	overflow-y: scroll; /* Blendet die Scrollleiste durchgehend ein */
 }
body {
	font-family: arial;
	font-size: small;
	text-align: center; /* Zentriert container für IE5.5 */
}
#claim {
	margin-left: 290px;
}
#nav {
	position: relative;
	font-size: 14px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
a.home, a.home:hover {
	color: #fff;
	font-weight: bold;
	background: url('../images/icon_home.png') no-repeat 55px center;
}
#nav li a {
	text-decoration: none;
	padding: 5px 10px;
}
#nav li a:hover {
	color: #878787;
} 
#nav li li {
	/*background: #fff;*/
	padding: 8px 10px;
	border-bottom: 1px dotted #ccc;
	border-left: 1px solid #f7f7f7;
}
#nav li li.last {
	border-bottom: none;
}
#nav li li a { 
	font-weight: bold;
	padding: 0;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 12em;
}
#nav li {
	float: left;
	width: 12em;
}
#nav li ul {
	position: absolute;
	width: 194px;
	padding-bottom: 6px;
	/*display: none;*/
	left: -999em;
	background: url('../images/bg_dropdown.png') no-repeat right bottom;
}
#nav li:hover ul, #nav li.sfhover ul {
	/*display: block;*/
	left: auto;
}

a.pgz, .pgz a, .pgz a:visited {
	color: #0088d8 !important;
	text-decoration: none;
}

a.mkg, .mkg a, .mkg a:visited {
	color: #158780 !important;
	text-decoration: none;
}

a.kfo, .kfo a, .kfo a:visited {
	color: #11567e !important;
	text-decoration: none;
}
a.top {
	padding-right: 15px;
	font-size: 80%;
	background: url(../images/top_icon.gif) no-repeat right center;
}
a.leistung_aktiv, a.leistung_aktiv:visited {
	color: #1D3E5D !important;
}
a.cyan, a.cyan:visited {
	color: #0088dc !important;
}
a.gruen, a.gruen:visited {
	color: #199481 !important;
}
a.grau, a.grau:visited {
	color: #7b7b7b !important;
}
a.blau, a.blau:visited, .blau {
	color: #284C5D !important;
}
#container {
	margin: 5px auto;
	background: #ffffff;
	width: 940px;
	text-align: left; /* Hebt text-align: center; aus dem body wieder auf */
}
#sidebar {
	float: right;
	width: 180px;
}
#sidebar ul, #leftcol ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
}
#sidebar li {
	padding: 0 0 5px 0;
}
#sidebar h1, #leftcol h1 {
	font-size: 120%;
	padding-bottom: 7px;
	margin: 0px 0px 10px 0px;
	background: transparent url(../images/dotted_line_sidebar.gif) repeat-x left bottom;
}
#sidebar a {
	text-decoration: underline;
}
#sidebar h2 {
	color: #1D3E5D;
	font-size: 110%;	
}
#content h3 {
	font-size: 120%;
	padding-bottom: 7px;
	margin: 0px 0px 10px 0px;
	width: 210px;
	background: transparent url(../images/dotted_line_sidebar.gif) repeat-x left bottom;
}

/* @group header */
#header {
	position: relative;
	height: 203px;
}
#headertxt {
	width: 480px;
	float: right;
}
#headertxt h1 {
	margin-top: 80px;
	font-size: 180%;
	font-weight: normal;
	color: #919191;
	}
/* @end */
/* @group content */
#content {
	padding-bottom: 10px;
}
#content h1 {
	margin-top: 0px;
	font-size: 130%;
}
#content h2 {
	color: #1D3E5D;
	font-size: 120%;
	margin: 10px 0px 0px 0px;	
}
#content h3 {
	margin-top: 0px;
}
#content a, #content a:visited {
	color: #1D3E5D;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
}
/* @end */
/* @group footer */
#footer {
	font-weight: bold;
	font-size: 85%;
	padding-top: 5px;
	clear: both;
}
#footer a, #footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#contact {
	float: left;
}
#impressum {
	float: right;
}
/* @end */
/* @group navigation */
#navigation {
	position: absolute;
	top: 138px;
}
#claim ul {
	margin: 0px;
	padding: 5px 0 0 0;
}
#claim li {
	padding-right: 15px;
	display: inline;
}
#claim li.home {
	padding-right: 80px;
}
#claim a, #claim a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #1d3e5d;
}
#claim a:hover {
	color: #ffffff !important;
}
#claim a.active {
	color: #ffffff !important;
}
/* @end */
/* sortieren */
#subnavigation a {
	display: block;
	padding-bottom: 3px;
	font-size: 90%;
	text-decoration: none;
	color: #0088dc;
	}
#subnavigation a:hover {
	color: #1d3e5d;
	}
#leftcol {
	float: left;
	width: 225px;
	margin-right: 65px;
}
#rightcol {
	float: left;
	width: 440px;
}
#index {
	color: #0088dc;
}
#index a, #index a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 130%;
}
#index a:hover {
	color: #0088dc;
	text-decoration: none;
}
#index a.active {
	color: #0088dc;
}
.news {
	font-size: 90%;
	font-weight: bold;
}
.news h2 {
	font-size: 110% !important;
	margin: 0px;
}
.news a {
	text-decoration: none !important;
}
#ie_clearing {
	height: 0px;
	font-size: 0;
}

