td.bg1 {
background-color:#b3c7c8;
}
td.bg2 {
	background-color:#c0c0c0;
}
td.bg3 {
	background-color:#57797a;
}
td.bg4 {
	background-color:#d1eae7;
}
td.bg5 {
	background-color:#75c5c4;
}
td.bg6 {
	background-color:#528282;
}











html, body {
	height:100%;
}
body,html {
	padding:0px;
	margin:0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4C4C4C;
	
	overflow:hidden;
}

a {
	font-size:10px;
	color:#4C4C4C;
	text-decoration:none;
}

select {
	font-size: 14px;
	color: #000000;	
}

input {	
	font-size: 12px;
	color: #000000;
}

textarea {
	font-size: 12px;
	color: #000000;
}

img.but {
	margin-right:10px;
}


div.bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
div.bg div{
	width:72px;
	height:72px;
}






div.main {
	position:relative;
	margin:auto;
	
	width:940px;
	height:auto;
	
	text-align:left;
	vertical-align:top;
}



/* Aktuell */
div.main div.aktuell {
	width:940px;
	height:36px;
	
	margin-bottom:5px;
	
	background-color:white;
}

div.main div.aktuell img {
	position:absolute;
	
	margin-left:111px;
}

div.main div.aktuell p {
	margin-left:270px;
	padding:3px;
}



/* Header */
div.main div.head {
	width:940px;
	height:92px;
	
	background-color:white;
}

div.main div.head img.logo {
	position:absolute;
}




/* Navigation*/
div.main div.head div.nav {
	position:absolute;
	margin-left:270px;
	margin-top:71px;
}

div.main div.head div.nav a {
	font-size:12px;
	margin:0px;
	padding:0px;
	
	font-weight:bold;
	color:#999999;
	margin-right:10px;
}

div.main div.head div.subnav {
	position:absolute;
	
	display:block;
	
	width:auto;
	height:auto;
	
	margin-top:2px;
	padding:8px;
	border:1px solid black;
	
	background-color:white;
	visibility:hidden;
}
div.main div.head div.subnav a{
	font-weight:normal;
	line-height:18px;
}


div.main div.head div.nav a.hi, div.main div.head div.nav a:hover {
	color:#666666;
}


div.main iframe.cnt {
	width:940px;
	height:450px;
	
	border-top:1px solid #5e5e5e;
	
	overflow:auto;
	z-index:60;
}




/* Newsletter subscription*/
div.newsletter {
	position:absolute;
	
	width:300px;
	height:380px;
	
	margin-left:607px;
	
	background-image:url(../_images/_bg/bg_subscribe.png);
	background-repeat:no-repeat;
	
	
	color:white;
	
	z-index:100;
}

div.newsletter p {
	margin-left:31px;
	width:200px;
	
	font-size:11px;
}

div.newsletter p.tit {
	font-weight:bold;
	font-size:14px;
}

div.newsletter table {
	margin-left:31px;
	width:185px;
}

div.newsletter input {
	width:185px;
	font-size:11px;
	
	margin-bottom:10px;
}

div.newsletter select {
	width:185px;
	font-size:11px;
	
	margin-bottom:10px;
}

div.newsletter img {
	margin-right:10px;
}







/*

.txtbig {
	font-size: 14px;
	font-weight:bold;	
	
	text-align:right;
	vertical-align:top;
}

.txterr {
	color:#CC0000;
}



div.news {
	height:36px;
	background-image:url(../_images/_bg/bg_news.gif);
	background-repeat:repeat-x;
	
	color:#4C4C4B;
	margin:0px;
	padding:0px;
}
div.news td a{
	color:#4C4C4B;
	text-decoration:underline;
}




div.nav {
	width:942px;
	height:92px;
	background-color:#FFFFFF;
	border-bottom:1px solid #4C4C4C;
}

div.subnav {
	position:absolute;		
	text-align:left;
	visibility:hidden;
}
div.subnav table {
	margin:0px;
	
	margin-top:3px;	
	margin-left:12px;
	background-color:#FFFFFF;
	border-left:1px solid #555555;
	border-right:1px solid #555555;
}
div.subnav table tr td a {
	display:block;
	color:#4C4C4C;

	padding-left:7px;
	padding-right:18px;
	padding-top:2px;
	padding-bottom:2px;
}
div.subnav table tr td a:hover {
	display:block;
	background-color:#F2F2F2;	
}
div.subnav table tr td {
	border-bottom:1px solid #555555;
}


iframe.cnt {
	width:942px;
	height:450px;
	background-color:#FFFFFF;
}

*/













