/* CSS Document */


* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
	
}

body {
/*background: #FFFFFF url(../pics/bg_all.png) repeat-x;
SCROLLBAR-FACE-COLOR:#ADADAD;
SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
SCROLLBAR-SHADOW-COLOR:#FFFFFF;
SCROLLBAR-3DLIGHT-COLOR:#ADADAD;
SCROLLBAR-ARROW-COLOR:#FFFFFF;
SCROLLBAR-TRACK-COLOR:#ADADAD;
SCROLLBAR-DARKSHADOW-COLOR:#ADADAD;*/
text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

/* DIV-Boxen */

div#wrapper {
    background: #FFFFFF url(../pics/bg_wrapper.gif);
	background-color: #C6CDDD;
	position: relative;
	margin: 0 auto;
	width: 960px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	/*border-left: 1px solid #3F588C;
	border-right: 1px solid #3F588C;*/
}

div#header {
height: 136px;
width: 960px;
background: #FFFFFF url(../pics/atmo_head.jpg);
border-bottom: none;
}

div#leftCol {
background-color: #D9DEE8;
margin: 15px 0px 0px 0px;
padding: 0px 0px 0px 20px;
width: 192px;
min-height:800px;
float: left;
}

/*div#rightCol {
width: 292px;
height: 80%;
float: right;
}*/



div#mainCol {
margin: 0 0px 0 0px;
background: #ECEFF4; url(../pics/bg_main.gif);
background-color: #ECEFF4;
float: right;
}



div#footer {
	clear: both;
	position: absolute;
	bottom: -1px;
	width: 960px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #3F588C;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	border-top: 4px solid #FFFFFF;
	border-right: none;
	border-bottom: 0px solid #FFFFFF;
	border-left: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	line-height: 17px;
}


a:link { text-decoration: underline; color:#696969; }
a:active { text-decoration: underline; color:#696969; }
a:visited { text-decoration: underline; color:#696969; } 
a:hover { text-decoration: underline; color:#3F588C;}


ol#text {
	padding-left: 15px;
}

ol#text li
	   {
	   /*list-style-image:url(../pics/discblue.gif);*/
	   margin:5px 5px 5px 15px;
	   display:list-item;
	   list-style-position:outside;
}



ul#text {
	padding-left: 15px;
}

ul#text li
	   {
	   /*list-style-image:url(../pics/discblue.gif);*/
	   margin:5px 5px 5px 5px;
	   display:list-item;
	   list-style-position:outside;
}



ul#table {
	padding-left: 15px;
}

ul#table li
	   {
	   list-style-image:url(../pics/discblue.gif);
	   margin:5px 5px 5px 5px;
	   display:list-item;
	   list-style-position:outside;
}


ul#tablesub {
	padding-left: 15px;
}

ul#tablesub li
	   {
	   list-style-image:url(../pics/arrowblue.gif);
	   margin:5px 5px 5px 5px;
	   display:list-item;
	   list-style-position:outside;
}


.tdfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
}



.tdfooter:link { text-decoration: none; color: #FFFFFF; }
.tdfooter:active { text-decoration: none; color:#FFFFFF; }
.tdfooter:visited { text-decoration: none; color:#FFFFFF; } 
.tdfooter:hover { text-decoration: none; color:#C6CDDD; }




.navi:link { text-decoration: none; color: #696969; }
.navi:active { text-decoration: none; color:#696969; }
.navi:visited { text-decoration: none; color:#696969; } 
.navi:hover { text-decoration: none; color:#677AA4; }


.navion {
	text-decoration: none;
	color:#677AA4;!important
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;}


h1 {
	font: bold 25px/24px Arial, Helvetica, sans-serif;
	color: #3F588C;
	text-decoration: none;
}


h5 {
    font: bold 14px Arial, Helvetica, sans-serif;
	color: #696969;
	text-decoration: none;
}


h6 {
    font: bold 11px Arial, Helvetica, sans-serif;
	color: #696969;
	line-height: 13px;
	text-decoration: none;
}

.headline {

font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	color: #3F588C;

}

.headlinesmall {

font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #3F588C;
}


.emailtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	line-height: 14px;
}

.tooltip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	line-height: 17px;
}

.form {
	BORDER-BOTTOM: 1px solid #3F588C;
	BORDER-LEFT: 1px solid #3F588C;
	BORDER-RIGHT: 1px solid #3F588C;
	BORDER-TOP: 1px solid #3F588C;
	COLOR: #696969;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	HEIGHT: 18px;
	WIDTH: 184px;
	/*background-image: url(../pics/emailaddress.gif);*/
	background-color: #FFFFFF;
	line-height: 16px;
}

.formoption {
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;	
	WIDTH: 412px;
	background-color: #3F588C;
	border: 1px solid #3F588C;
}

.form_plz {
	BORDER-BOTTOM: 1px solid #3F588C;
	BORDER-LEFT: 1px solid #3F588C;
	BORDER-RIGHT: 1px solid #3F588C;
	BORDER-TOP: 1px solid #3F588C;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	HEIGHT: 16px;
	WIDTH: 45px;
	background-color: #FFFFFF;



}

.form_adresse {
	BORDER-BOTTOM: 1px solid #3F588C;
	BORDER-LEFT: 1px solid #3F588C;
	BORDER-RIGHT: 1px solid #3F588C;
	BORDER-TOP: 1px solid #3F588C;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	HEIGHT: 16px;
	WIDTH: 199px;
	background-color: #FFFFFF;
}

.form_text {
	BORDER-BOTTOM: #3F588C 1px solid;
	BORDER-LEFT: #3F588C 1px solid;
	BORDER-RIGHT: #3F588C 1px solid;
	BORDER-TOP: #3F588C 1px solid;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	HEIGHT: 80px;
	WIDTH: 260px;
	background-color: #FFFFFF;
	
}

.form_subscribe {
	BORDER-BOTTOM: #677AA4 1px solid;
	BORDER-LEFT: #677AA4 1px solid;
	BORDER-RIGHT: #677AA4 1px solid;
	BORDER-TOP: #677AA4 1px solid;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	HEIGHT: 20px;
	WIDTH: 82px;
	background-color: #677AA4;
	line-height: 12px;
	cursor: hand;  /* Mauszeiger aendern */
}




.form_unsubscribe {
	BORDER-BOTTOM: #677AA4 1px solid;
	BORDER-LEFT: #677AA4 1px solid;
	BORDER-RIGHT: #677AA4 1px solid;
	BORDER-TOP: #677AA4 1px solid;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	HEIGHT: 20px;
	WIDTH: 100px;
	background-color: #677AA4;
	line-height: 12px;
	cursor: hand;  /* Mauszeiger aendern */
}

.form_subscribe_unsubscribe {
	BORDER-BOTTOM: #677AA4 1px solid;
	BORDER-LEFT: #677AA4 1px solid;
	BORDER-RIGHT: #677AA4 1px solid;
	BORDER-TOP: #677AA4 1px solid;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	HEIGHT: 20px;
	WIDTH: 186px;
	background-color: #677AA4;
	line-height: 12px;
	cursor: hand;  /* Mauszeiger aendern */
}


.submit {
    width: 10em;
    display: block;
    float: left;
    cursor: hand;  /* Mauszeiger aendern */
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a7add1;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3F588C;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a7add1;
	text-decoration: none;
}*/

