html, body {
	height:98%;
	background: #ffffff;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#container {
	margin: 0 auto; /* center for now */
	width: 1010px;
	height: 100%;
	text-align: left;
}

h1 {
	color: #BB304D;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}


/* rechter Abstand aller Blöcke -> Schatten */
#container #header, #container #navi, #container #content, #container #footer  {
	padding-right: 9px;
	width: 1000px;
}

/* // CSS Header Block */
#container #header  {
	background: url(layout/header_bgr.jpg) no-repeat right top;
	height: 196px;
}
#container #head_left, #container #head_mid, #container #head_right {
	float:left;
	height: 195px;
}
#container #head_left {
	width: 120px;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}
#container #head_mid {
	width: 570px;
}
#container #head_right {
	width: 307px;
	border-top: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}
#container #header #head_right #logo {
	position: relative;
	top: 32px;
	left: 36px;
}
#container #header #head_right #topnavi {
	position: relative;
	top: 18px;
	left: 40px;
	width: 250px;
}
#container #header #head_right #topnavi a {
	color: #666666;
	text-decoration: none;
}
#container #header #head_right #topnavi a:hover {
	color: #666666;
	text-decoration: underline;
}
/* // ende Header Block */

/* Navigations Block */
#container #navi {
	background: url(layout/content_bgr.jpg) no-repeat right top;
	height: 122px;
}
#container #navi_left, #container #navi_mid, #container #navi_right {
	float:left;
	height: 122px;
}
#container #navi_left {
	width: 120px;
	border-left: 1px solid #D6D6D6;
	background: #DDE2E8;
}
#container #navi_mid {
	width: 316px;
	background: #BB304D;
}

#container #navi #navi_mid #mainavi {
	padding-left: 20px;
	padding-top: 14px;
}

#container #navi #navi_mid #mainavi a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #navi #navi_mid #mainavi a:hover {
	color: #eeeeee;
	text-decoration: underline;
}
#container #navi #navi_mid #mainavi td.active{
	color: #FFFFFF;
	font-weight: bold;
}



/* Claim Block with some IE Hacks*/
#container #navi_right {
	width: 561px;
	border-right: 1px solid #D6D6D6;
	display: table;
	#position: relative; 
}
#container #navi #navi_right #claim {
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 30px;
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}
#claimtext {
	#position: relative; 
	#top: -50%;
}
/* // ende Claim Block */
/* // ende Navigations Block */


#container #content {
	background: url(layout/content_bgr.jpg) repeat-y right top;
	border-left: 1px solid #D6D6D6;
	width: 999px;
}
#container #context {
	margin-right: 30px;
	margin-left: 122px;
}
#container #context #text {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 650px;
}
#container #context #text a {
	color: #000000;
}

#container #footer {
	background: url(layout/footer_bgr_r.jpg) no-repeat right top;
	height: 22px;
}
#container #footer #footer_left {
	background: url(layout/footer_bgr_l.jpg) no-repeat left top;
	float: left;
	width: 20px;
	border-top: 1px solid #D6D6D6;
}
#container #footer #footer_right {
	background: url(layout/footer_bgr_m.jpg) repeat-x left top;
	float: left;
	width: 979px;
	border-top: 1px solid #D6D6D6;
}

