@charset "utf-8";

/* CSS Document */





/*------------------ allgemeine Styles ------------------ */



body {
	background-color: #e3e8ee;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_master.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}





.master {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}



.main {

	position: relative;

	margin: auto;

	padding: 0px;

	width: 975px;

	text-align: left;

}



.header {

	position: absolute;

	top: 0px;

	margin: 0px;

	padding: 0px;

	width: 975px;

	height: 70px;

	z-index: 1;

	text-align: left;

}



.startimage {

	position: relative;

	margin: 0px;

	padding: 0px;

	width: 975px;

	height: 550px;

	background-image: url(../img/bg_startimage.jpg);

	background-repeat: no-repeat;

}



.headimage {

	position: relative;

	margin: 0px;

	padding: 0px;

	width: 975px;

	height: 300px;

	background-image: url(../img/bg_headerimage.jpg);

	background-repeat: no-repeat;

}



.logo {

	position: relative;

	float: left;

	margin-left: 10px;

	padding: 0px;

	width: 170px;

	height: 70px;

}



.mainbox {

	position: relative;

	margin: 0px;

	padding: 0px;

	width: 975px;

	background-color: #FFFFFF;

}





.contentBox {
	position: absolute;
	top: 70px;
	margin: 0px;
	padding: 0px;
	width: 950px;
	text-align: left;

}



.contentBox .left {

	position: relative;

	margin: 0px;

	float: left;

	width: 180px;

	display: inline;

	padding-bottom: 30px;

	margin-top: 30px;

	margin-left: 10px;

}



.contentBox .right {

	position: relative;

	margin: 0;

	padding-top: 30px;

	padding-bottom: 30px;

	padding-right: 50px;

	width: 700px;

	float: right;

	display: inline;

}



.clear{

	clear: both;

}



/*------------------ startlayer ------------------ */



.startLayer {

	position: absolute;

	margin: 0px;

	top: 435px;

	left: 0px;

	padding: 0px;

	width: 975px;

	height: 115px;

	z-index: 2;
		
}



.startLayer .startLogo {

	position: absolute;

	margin: 0px;

	top: 40px;

	left: 10px;

	padding: 0px;

	width: 261px;

	height: 72px;

}



.startLayer .startSlogan {

	position: absolute;

	margin: 0px;

	top: 40px;

	left: 120px;

	padding: 0px;

	width: 303px;

	height: 88px;

}



/*------------------ schnellsuche ------------------ */



#search{

	position: relative;

	float: right;

	margin-top: 7px;

	margin-right: 0px;

	padding: 0px;

	width: 170px;

	background-image: url(../img/bg_suche.gif);

	background-repeat: no-repeat;

}



#search form{

	margin: 0px;

	padding: 0px;

}



.searchlayout{

	font-family: "Tahoma", Arial, Helvetica, sans-serif;

	font-size:11px;

	color: #8b919b;

	width: 133px;

	background: transparent;

	border: 0px;

	padding-top: 4px;

	padding-bottom: 4px;

	padding-left: 6px;

	text-align: left;

	vertical-align: middle;

	margin: 0px;

}



/*------------------ footer ------------------ */

.footer {

	font-size: 11px;

	color: #666666;

	position: relative;

	width: 975px;

	height: 40px;

	line-height: 30px;

}



.footer a{

	color: #666666;

	text-decoration: none;

}



.footer a:hover{

	color: #191a1e;

	text-decoration: none;

}



.footer .fleft {

	position: relative;

	float: left;

	height: 30px;

	margin: 0px;

}



.footer .fright {

	position: relative;

	float: right;

	margin: 0px;

	height: 30px;

}

