body {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../img/bgr.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

li{
   list-style-image:url(../img/aufzaehlung.gif);
}

h1{
	color:#0066cc;
	font-size:16px;
	font-weight:bold;
}
h2{
	color:#0066cc;
	font-weight:bold;
	font-size:14px;
}
h3{
	color:#0066cc;
	font-weight:bold;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#0066cc;
}
a:active{
	text-decoration:underline;
	color:#0066cc;
}
a:hover{
	text-decoration:underline;
	color:#0066cc;
}
.font11{
	font-size:11px;
}
.font6{
	font-size:6px;
}

.oneColLiqCtrHdr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:-21px;
}
.oneColLiqCtrHdr #header_1 {
	width:231px;
	height:154px;
	background-image:url(../img/header_1.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:10px;
	float:left;
}
#logo{
	margin-top:2px;
}
#header_1_content{
	margin:3px 10px;
}
#header_2 {
	width:550px;
	height:154px;
	background-image:url(../img/header_2.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:-1px;
	float:left;
}

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 9px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#headerbild{
	margin-top:2px;
	margin-left:2px;
	width:380px;
	float:left;
}
#menu{
	float:left;
	width:168px;
	height:118px;
	background-color:#002E5B;
	color:#FFFFFF;
	overflow:hidden;
	line-height:24px;
	/*border-left:1px #FFFFFF solid ;*/
	margin-top:1px;
}
.menu_content{
	font-size:12px;
	color:#FFFFFF;
	line-height:23px;
	border-bottom:1px #FFFFFF solid ;
	border-left:1px #FFFFFF solid ;
}
.menu_content tr{
	border-bottom:1px #FFFFFF solid ;
	width:100%;
	margin-left:3px;
	border-left:1px #FFFFFF solid ;
}
.menu_content td{
	border-bottom:1px #FFFFFF solid ;
	width:100%;
	margin-left:3px;
}
a.menu_content_no,
a.menu_content_no:active,
a.menu_content_no:link,
a.menu_content_no:visited
{
	color:#FFFFFF;
	text-decoration:none;
	margin-left:9px;
}
a.menu_content_no:hover{
	color:#FFFFFF;
	text-decoration:none;
	margin-left:9px;
	font-weight:bold;
}

a.menu_content_ho,
a.menu_content_ho:active,
a.menu_content_ho:link,
a.menu_content_ho:visited
{
	color:#002E5B;
	text-decoration:none;
	margin-left:9px;
}
a.menu_content_ho:hover{
	color:#002E5B;
	text-decoration:none;
	margin-left:9px;
	font-weight:bold;
}

#ueberschrift{
	margin-right:10px;
	text-align:right;
	margin-top: 10px;
	width:540px;
	height:30px;
}
#ueberschrift_content{
	padding-top: 10px;
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	margin:0 10px;
	float:left;
	width:760px;
	padding-top:5px;
}
.text{
	width:275px;
	float:left;
	padding-right:10px;
}
.text_folgeseite{
	width:755px;
	float:left;
	padding-right:10px;
}
.text_2spalten{
	width:475px;
	float:left;
	padding-right:10px;
	/*border-right:1px dotted #8198ae;*/
}
.aktuelles{
	width:245px;
	border-left:1px dotted #8198ae;
	float:left;
	padding: 0 10px;
	text-align:justify;
}
.spalte2{
	width:250px;
	border-left:1px dotted #8198ae;
	float:left;
	padding: 0 10px;
}
.news{
	width:195px;
	border-left:1px dotted #8198ae;
	float:left;
	padding-left:10px;
	font-size:11px;
	text-align:justify;
}

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:70px;
	float:left;
	width:780px;
	margin-top:10px;
} 
#footer_content { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:70px;
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:10px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer_left{
	width:450px;
	float:left;
	text-align:left;
	margin-top:10px;
	line-height:16px;
}
#footer_right{
	width:300px;
	float:left;
	text-align:right;
	margin-top:20px;
	line-height:16px;
}

#shortcuts{
	background-color:#FFFFFF;
	height:20px;
	width:100%;
	margin-top:0px;
	text-align:center;
}
#shortcuts_content{
	width:800px;
	height:13px;
	text-align:right;
	font-size:10px;
	margin-top:5px;
}
#shortcuts_content a{
	text-decoration:none;
	color:#000000;
}
#shortcuts_content a:hover{
	text-decoration:none;
	color:#000000;
}
.footer_slelektro {color:#FECE00; font-weight:bold; font-size:11px;}
footer_slelektro {color:#FECE00; font-weight:bold; font-size:11px;}
#footer_slelektro {color:#FECE00; font-weight:bold; font-size:11px;}