body {
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical; 
}
.banner {
	height:220px;
/*	background-image: url(pics/banner.png);
	background-repeat: no-repeat;*/
}
.page {
	background-image: url(pics/bg_wt.png);
/*	background-color:#FFFFFF;*/
	width:900px;
}
.page_table {
	height:100%;
	width:900px;
}
.menu {
	background-image: url(pics/bg_menu.png);
	height:40px;
	vertical-align:middle;
	font-family: "Century Gothic";
	text-align:center;
}
.inhalt {
	padding: 40px;
	text-align: left;
	font-size:14px;
	vertical-align:top;
}
.copyright {
	background-image: url(pics/line.png);
	background-repeat: no-repeat;
	height: 40px;
	text-align:center;
	vertical-align:middle;
	background-position: center top;
}
#countdowninput{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.menu a           { color: #FFFFFF; font-size: 18px; text-decoration: none; }
.menu a:visited   { color: #FFFFFF; font-size: 18px; text-decoration: none; }
.menu a:hover     { color: #0099FF; font-size: 18px; text-decoration: none; }
.menu a:active    { color: #FFFFFF; font-size: 18px; text-decoration: none; }

.copyright a           { color: #FFFFFF; font-size: 16px; text-decoration: none; }
.copyright a:visited   { color: #FFFFFF; font-size: 16px; text-decoration: none; }
.copyright a:hover     { color: #0099FF; font-size: 16px; text-decoration: none; }
.copyright a:active    { color: #FFFFFF; font-size: 16px; text-decoration: none; }

.inhalt a         { color: #DDDDDD; text-decoration: underline; } /*DDDDDD*/
.inhalt a:visited { color: #DDDDDD; text-decoration: underline; }
.inhalt a:hover   { color: #0099FF; text-decoration: underline; }
.inhalt a:active  { color: #DDDDDD; text-decoration: underline; }

h1 {
	color: #FF9900;
	font-size:14px;
	font-weight: normal;

}

.bild_float {
	float: left;
	margin: 20px;
}

iframe {
	background-color: ;
	overflow-x: auto;
	overflow-y: hidden;
}


