@charset "utf-8";
/* CSS Document */

body{
	background-color:#002a31;
	background-image: url(pics/bg_stars.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#printheader{

	width:100%;
	text-align:center;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	height:150px;
	padding-top:10px;
}
.small{font-size:9px; color:#777;}
#wrapper{width:100%;}

/*Kopf*/
#header{display:none;
	width:900px;
	height:200px;
	margin:auto;
	background-image: url(pics/logo_sw_award.png);
	background-repeat: no-repeat;
	background-position: 300px 30px;
	position:relative;
}
#topnavi{display:none;
	width:900px;
	height:30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #809598;
	position:absolute;
	bottom:0px;
	color:#809598;
	font-size: 11px;
	line-height:30px;
}
#topnavi a{text-decoration:none; color:#809598;}
#topnavi a:hover{color:#c6d091;}
#initiatoren{color:#809598;
	font-size: 11px; position:absolute; right:0px; width:195px; bottom:0px; line-height:30px;}

#body_wrapper{width:900px; margin:auto;}

/*Linke Spalte*/
#col_left{width:195px; float:left; display:none;}
#navi{width:195px; height:300px;
	background-image: url(pics/bg_navi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px; color:#000; line-height:36px;
}

/* Navigation */
#navi ul{list-style:none; padding:20px 0px 0px 20px; margin:0px;}

#navi ul li a{text-decoration:none; color:#000;}
#navi ul li a:hover{text-decoration:none; color:#325459;}
#navi ul li a.navi_active{ color:#325459;}

#countdown{font-family:"Times New Roman", Times, serif; background-color:#325459; width:175px; height:170px;
padding:25px 0px 0px 20px; color:#c6d091; font-size:14px; line-height:20px;}
#countdown a{color:#fff; text-decoration:none;}
#countdown a:hover {color:#c6d091;}
.ctd_big{font-size:28px;}
/*Mittlere Spalte*/
#col_mid{width:100%; margin:15px 5px 0px 5px; float:left; }
.bild_mid{margin-bottom:5px; display:none;}
#content_mid{background-color:#c0cacc; padding:30px; line-height:1.4em;}
#content_mid h1{
line-height:28px;
	padding:0;
	margin:0;
	font-size:22px;
	color:#002a31;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#content_mid a{color:#002a31;}
#content_mid a:hover{color:#666;}

#footer_mid{display:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969696;
	height:30px; line-height:30px;
}
#footer_mid a{text-decoration:none; color:#809598;}
#footer_mid a:hover{color:#c6d091;}
/*Rechte Spalte*/
#col_right{width:195px; float:left; display:none;}
#col_right img{margin-bottom:5px;}

/*allgemein*/
.clear{clear:both;}

