/* CSS Document */
* , div {
	margin:0;
	padding:0;
}
html { height:100%; }
body {	
	width:100%;
	margin: 0;
	padding: 0;
	background: #fff;	
}
#sitebody {
	width:1021px;
	margin:0 auto;
}

/**/
#header {	
	width:1021;
	height:197px;
	display:block;
	background: url(../images/head_left_hover.jpg) no-repeat;
	float:none;	
}

/*Search*/
#head1 {
width:242px;
height:197px;
display:block;
background: url(../images/head_left.jpg) no-repeat;
float:left;
}

#head2 {
	width:779px;
	height:197px;
	display:block;
	background: url(../images/head_right.jpg) no-repeat;
	float:right;	
}

#breadcrumb {
	height:20px;
	display:block;
	padding-left:5px;
	padding-top:175px;
	float:left;
}
#24hservice {
	display:block;
	text-align:right;
}

#breadcrumb h2 { margin:0; }
#breadcrumb a { color:#333; font-weight:normal; }
#breadcrumb a:visited { }
#breadcrumb a:hover { color:#000; }

#contentbody {
	width:1021;
	height:auto;
	display:block;
	background: url(../images/content_body.jpg) no-repeat;
	float:left;	
}

/*Left*************************************************/
#l {
	width:230px;
	display:block;
	float:left;
	padding-right:10px;	
}
/**/
#l .navleft {
width:210px;
margin-left:21px;
margin-top:1em;
}
#l .navleft ul li a{
width:210px;
display:block;
color:#666;
line-height:1em;
font-weight:bold;
text-indent:15px;
text-decoration:none;
margin-bottom:5px;
}
#l .navleft ul li a#active{ color:#527d3a; }

#l .navleft ul ul { background:#efefef; padding: .5em 0; margin-bottom:1em;}

#l .navleft ul ul li a{
	line-height:1.3em;
	font-weight:normal;
	text-indent:30px;
	margin-bottom:0;
	background: url(../images/arrow_grey.gif) no-repeat 20px 5px;
}
#l .navleft ul ul li a#active{ 
line-height:1.3em;
color:#000;
text-indent:30px;
margin-bottom:0;
}
#l .navleft ul li a:hover { color:#000; }
#l .navleft ul ul li a:hover { color:#000; background: url(../images/arrow_black.gif) no-repeat 20px 5px;}
/**/


/*Mitte******************************************************/
#m {
	width:735px;
	display:block;
	float:left;
	overflow:hidden;	
	padding:1em;
	padding-right:25px;
}
#m h1 { text-transform:uppercase; color:#527d3a; }
#m h2 { color:#333; }
#m p { color:#333; }
#m a 			{ }
#m a:visited 	{ }
#m a:hover 		{ }


/*Footer*****************************************************************/
#footer {
	color:#fff;	
	width:100%;
	height:31px;
	background: url(../images/footer.jpg) no-repeat;
	display:block;
	float:left;	
	text-align:center;
	padding-top:8px;
}

#footer a{
color: #fffec9;
font-size:1em;
text-decoration:none;
font-weight:normal;
}
#footer a:visited{}
#footer a:hover{color:#fff;}

.cls {
clear: both;
}