@charset "utf-8";


/*basics*/

body {
	background: #fcf1d5;
	background-image:url(../images/bg/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}


/*header*/

#header {
	height:106px;
	padding-top: 192px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom:40px;
}


/*navigation*/

.logo {
	width:307px;
	height:106px;
	margin-left:0px;
	margin-top:0px;
}

.navigation {
    float: right;
	width:440px;
	height:25px;
	margin-top:81px;
	text-align:justify;
}

/*subnavigation*/
#subnavigation {
	width:240px;
	height:125px;
	padding-top:20px;
	background-image:url(../images/bg/subnavi_bg.jpg);
}

/*Content*/

.content_1drittel_left {
	width:240px;
	margin-left:25px;
}

.content_2drittel_right {
    float: right;
	width:410px;
	margin-right:30px;
	padding-top:4px;
}

* html .content_2drittel_right {
	margin-right:15px;
}


/*footer*/

#footer {
	margin-top: 30px;
	margin-bottom:30px;
	width:750px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #c6c6c6;
} 

#footer p {
	margin-top: 10px;
	text-align:left;
	font-family: Tahoma;
	font-size: 11px;
	color: #c6c6c6;
}


/*andere*/

.clearfloat {
    clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
} 
