﻿/*
Hack 			Wirkt in diesen Browsern 			Selektiertes Element 	Validität
* html 			Nur IE bis Version 6 				html 					Valides CSS
*+html 			Nur IE, nur Version 7 				html 					Valides CSS
*+html, * html 	Nur IE, alle Versionen 				html 					Valides CSS
html>body 		Moderne Browser, IE nur Version 7 	body 					Valides CSS
html>/**//*body Moderne Browser ohne IE 7 			body 					Valides CSS (zweiten slash & star direkt vor body weglassen
*/

.bodies {
	font-weight:normal;
	font-family: Georgia,serif;
	font-size:12px;
	color:#333333;
	background-color:#00417C;
	padding-bottom:25px;
}
#pagewrapper {
	margin-top:10px;
	width:1169px;
}
* html #pagewrapper {
	width:1174px;
}
#wrapper {
	margin:auto 0px;
}
#maxiboard {
	margin: 10px 0 10px 0;
	width:999px;
	text-align:center;
	padding:0 170px 0 0;
}
#skycraper {
	margin: 0 0 0 10px;
	width: 160px;
	float:left;
	text-align:center;
}
#wi-pool {
	width: 100%;
	height: 90px;
	text-align: center;
	margin: 0 0 15px 0;
}
#contentwrapper {
	width:999px;
	background:#FFFFFF;
	float:left;
	text-align:center;
	margin-bottom:25px;
}

/* top section */

#topsect {
	border-bottom:1px solid #999999;
	height:130px;
}
#topsect_left {
	float:left;
	width:500px;
	padding:20px;
	text-align:left;
}
* html #topsect_left {
	width: 540px;
}
#topsect_right {
	float:left;
	width: 449px;
	padding:15px 10px 0 0;
	text-align:right;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
* html #topsect_right {
	width: 459px;
}
#topsect_right a:link, #topsect_right a:visited {
	text-decoration:none;
}
#topsect_right a:hover {
	text-decoration:underline;
}
#topsect_right_banner {
	position: relative;
	left: -13px;
	bottom: 10px;
	width:225px;
	text-align: left;
}
* html #topsect_right_banner {
	left: -235px;
}

/* main navigation */

#top_navigation {
	width: 979px;
	height:24px;
	padding: 0 10px 0 10px;
	border-bottom:1px solid #999999;
	background-color:#E8E8E8;
}
* html #top_navigation {
	width: 999px;
	height:26px;
}
#top_navigation .nav_active {
	float:left;
	height:19px;
	background-color:#FFFFFF;
	padding:5px 10px 0 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;
	text-transform: uppercase;
}
#top_navigation .nav_active a:link, #top_navigation .nav_active a:visited {
	text-decoration:none;
	color:#C20008;
}
#top_navigation .nav_passive {
	float:left;
	height:19px;
	background-color:#E8E8E8;
	padding:5px 10px 0 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;
	text-transform: uppercase;
}
#top_navigation .nav_passive a:link, #top_navigation .nav_passive a:visited {
	text-decoration:none;
}
* html #top_navigation .nav_active, * html #top_navigation .nav_passive {
	height:25px;
}

/* sub navigation */

#sub_navigation {
	width:979px;
	height:24px;
	padding: 0 10px 0 10px;
}
* html #sub_navigation {
	width: 999px;
	height:26px;
}
#sub_navigation .nav_active {
	float:left;
	height:19px;
	background-color:#FFFFFF;
	padding:5px 5px 0 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
}
#sub_navigation .nav_active a:link, #sub_navigation .nav_active a:visited {
	text-decoration:none;
	color:#C20008;
}
#sub_navigation .nav_passive {
	float:left;
	height:19px;
	background-color:#FFFFFF;
	padding:5px 5px 0 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
}
#sub_navigation .nav_passive a:link, #sub_navigation .nav_passive a:visited {
	text-decoration:none;
}

/* content sections (main, middle, right) */

#main_content {
	background:url(/media/elemente/bg_main_content.gif) repeat;
	margin: 30px 0 20px 0;
}
#main_section {
	float:left;
	width:519px;
	overflow:hidden;
}
#mid_section {
	float:left;
	width:310px;
	overflow:hidden;
}
#right_section {
	float:left;
	width:170px;
	overflow:hidden;
}
#main_section_inner {
	width:484px;
	margin: 0px 15px 0px 20px;
	text-align: left;
}
#main_section_inner span.article_separator {
	clear:both;
	padding:0;
	width:484px;
	height:7px;
	background:url(/media/elemente/bg_raute.gif) center no-repeat;
	display:block;
	margin:12px 0 12px 0;
}
#main_section_inner h1 a:link, 
#main_section_inner h1 a:visited,
#main_section_inner h2 a:link, 
#main_section_inner h2 a:visited {
	text-decoration:none;
	color:#333333;
}
#main_section_inner h1 a:hover, 
#main_section_inner h2 a:hover {
	text-decoration:none;
	color:#C20008;
}
#main_section_inner h4 a:link, 
#main_section_inner h4 a:visited {
	font-weight:normal;
}
#main_section_inner #edition {
	margin:0 0 20px 0;
}
#main_section_inner #edition h4 {
	font-weight:normal;
}
#main_section_inner div.article_bgframe {
	border:1px #999999 solid;
	padding:5px;
	background-color:#E8E8E8;
}
#main_section_inner div.article_frame {
	border:1px #999999 solid;
	padding:5px;
}
#main_content img.left {
	float:left;
	margin:0 10px 10px 0;
}
#main_content img.arrow-h3 {
	float:left;
	margin:7px 5px 0 0;
}
#main_content div.module {
	clear:both;
	text-align:left;
	margin: 0 0 0 10px;
}
#main_content div.rectangle {
	margin: 0 0 10px 10px;
}
#main_content div.frame {
	position:relative;
	border:1px #999999 solid;
	padding:5px;
	margin:0 19px 9px 9px;
}
#main_content div.module h3 {
	font-size:16px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-weight:700;
	color:#333333;
	text-align:left;
	line-height:24px;
	margin:0 0 5px 0;
	padding:3px 0 3px 0;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
#main_content div.frame h3 {
	border-top:none;
	padding-top:0px;
}
#right_section input {
	margin:10px 0 10px 0;
	width:120px;
}
#right_section input.button { 
	text-align: center;
	color: #333333;
	border: 1px solid #999999;
	padding: 1px 5px;
	font-size: 11px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	width:60px;
}
#main_content p.author {
	font-size: 11px;
	color:#999999;
}
#main_content div.article_links {
	margin:15px 0 15px 0;
}
#main_content div.article_other {
	float:right;
	width:200px;
	padding:0 5px 0 5px;
	border: 1px solid #999999;
	margin: 0 0 10px 10px;
}
#main_content div.article_other ul {
	margin: 5px 0 0 15px;
}
#main_content div.article_other h4 {
	font-weight:bold;
	font-size: 12px;
	margin: 5px 0 5px 15px;
}

/* bottom section */

#bottom_wrapper {
	clear:both;
}
#bottom_inner_1, 
#bottom_inner_2 {
	height: 230px;
	margin: 0 15px 0 15px;
}
#bottom_inner_1_1, 
#bottom_inner_2_1 {
	float:left;
	width:324px;
	height: 230px;
	padding:0 5px;
	overflow:hidden;
}
* html #bottom_inner_1_1, 
* html #bottom_inner_2_1 {
	width:369px;
}
#bottom_inner_1_1 div.bottom_inner_left, 
#bottom_inner_2_1 div.bottom_inner_left {
	float:left;
	width:130px;
}
#bottom_inner_1_1 div.bottom_inner_right, 
#bottom_inner_2_1 div.bottom_inner_right {
	float:left;
	width:184px;
	padding: 0 0 0 10px;
}
* html #bottom_inner_1_1 div.bottom_inner_right, 
* html #bottom_inner_2_1 div.bottom_inner_right {
	width:229px;
}
#bottom_inner_1_2, 
#bottom_inner_1_3, 
#bottom_inner_1_4, 
#bottom_inner_2_2, 
#bottom_inner_2_3, 
#bottom_inner_2_4 {
	border-left:1px solid #999999;
	float:left;
	width:200px;
	height: 230px;
	padding:0 5px;
	overflow:hidden;
}
#bottom_wrapper div.module	{
	text-align:left;
	margin: 0 0 0 0;
}
#bottom_wrapper div.module h3 {
	font-size:16px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-weight:700;
	color:#333333;
	text-align:left;
	line-height:24px;
	margin:0 0 5px 0;
	padding:3px 0 3px 0;
	border-top:none;
	border-bottom:1px solid #999999;
}
#bottom_wrapper h3 a:link, 
#bottom_wrapper h3 a:visited {
	text-decoration:none;
	color:#333333;
}
#bottom_wrapper h3 a:hover {
	text-decoration:none;
	color:#C20008;
}
#bottom_wrapper div.module h4 {
	font-size:14px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-weight:700;
	color:#FFFFFF;
	background-color:#00417C;
	text-align:left;
	margin:0 0 5px 0;
	padding:3px 6px 3px 6px;
	border-top:none;
	border-bottom:1px solid #999999;
}
#bottom_wrapper h4 a:link, 
#bottom_wrapper h4 a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
#bottom_wrapper h4 a:hover {
	text-decoration:none;
	color:#C20008;
}

/* footer section */

#footer_wrapper {
	clear:both;
	padding:25px 8px 8px 8px;
}
#footer_top { 
	width:100%;
	/*height:25px;*/
}
#footer_bottom {
	width:100%;
}
