/* CSS Document */
* , div {
	margin:0;
	padding:0;
}
html { height:100%; }
body {
	width:100%;
	margin: 0;
	padding: 0;
	background: #ccd8ea url(../images/bodybg.jpg) repeat-x;
}
#sitebody {
	width:970px;
	margin:0 auto;
	background: url(../images/contentbg.jpg) repeat-y;
	display:block;	
}

/**/
#header {
	width:100%;
	height:163px;
	display:block;
	background:url(../images/header.jpg) no-repeat 0px ;
	overflow:hidden;
}

/*Search*/
.head1 {
width:100%;
height:19px;
display:block;
text-align:right;
padding-top:2px;
background:#fff;
}
form#search{
	padding-left:750px;
	margin-top:22px;
	border:none;
	border:0px;	
	color:#fff;
	width:270px;
	float:left;
	height:21px;	
}
#searchlabel {
	width:55px;
	height:29px;
	display:block;
	color:#FFF;	
	float:left;
	padding-top:2px;
	padding-right:5px;
	font-weight:bold; 	
}
input#searchbox{
	width:150px;
	height:17px;
	display:block;
	float:left;	
	font-size:1em;
	border:0px;
	padding:4px;	
}
input#searchbutton{
	width:25px;
	height:25px;
	display:block;
	margin-left:10px;
	float:left;
	border:0px ;
	background: url(../images/searchbutton.jpg);
}

.head2 {
	width:962px;
	height:34px;
	display:block;
	text-align:right;		
}
/*Tabbuttons*/
.head3 {
	margin-top:68px;
	width:962px;
	height:21px;
	display:block;
}
* html .head3 { margin-top:55px; }

#breadcrumb {
	width:100%;
	height:19px;
	display:block;
	padding-top:15px;
	overflow:hidden;
	background: url(../images/breadcrumb.jpg) no-repeat;
}

#breadcrumb h2 { padding-left:55px; color:#fff; }
#breadcrumb a { color:#fff; font-weight:normal;}
#breadcrumb a:visited { }
#breadcrumb a:hover { color:#fff;}

#contentbody {
	width:932px;
	height:auto;
	display:block;
	padding: 0px 19px;
	background: url(../images/sitebg.jpg) no-repeat;
	overflow:hidden;
}

/*Mitte******************************************************/
#m {
	width:717px;
	display:block;
	float:left;
	overflow:hidden;
}
#m .intro_m {
	width:100%;
	height:134px;
	display:block;
	float:left;
	overflow:hidden;
	background: url(../images/intro_content.jpg);
}
#m .content_m {
	width:697px;
	display:block;
	float:left;
	padding:10px;
	}
	
/*Right******************************************************/
#r { width:202px; display:block; float:right; }

#r .intro_r {
	width:100%;
	height:194px;
	display:block;
	overflow:hidden;
	background: url(../images/intro_nav.jpg) no-repeat;
}

#r .nav1_r { width:100%; height:194px; display:block; overflow:hidden; margin-right: 1px; margin-left: 1px; }

#r .nav1_r h2 {
	width:200px;
	height:25px;
	line-height:25px;
	display:block;
	text-indent:5px;
}
#r .nav1_r ul ul ul li a{
width:200px;
display:block;
font-weight:normal;
text-indent:25px;
}
#r .nav1_r ul ul ul li a:hover {}
#r .nav1_r ul ul ul { }
#r .nav1_r ul ul li a{
width:200px;
display:block;
text-indent:20px;
}
#r .nav1_r ul ul li a#active{
width:200px;
display:block;
}
#r .nav1_r ul li a{
	width:200px;
	height:19px;
	line-height:19px;
	display:block;
	text-indent:10px;	
}
#r .nav1_r ul li a#active{
width:200px;
height:19px;
line-height:19px;
display:block;
text-indent:10px;
}



/*Footer*****************************************************************/
#footer {
	width:100%;
	height:52px;
	line-height:52px;
	display:block;	
	float:left;	
	background: url(../images/footerbg.jpg) no-repeat;	
}

.cls {
clear: both;
}
