
body   { font: 12px/16px helvetica, arial, sans-serif; background-color: white; margin: 0; padding: 0; overflow: hidden }

html, body {min-width:980px; height: 100%;}

html { overflow-y: scroll;}

* { margin: 0; padding: 0; }

a {color: #000; text-decoration: none; }
a:hover {color: #d00; }

.container {
	min-height: 90%;
    height: auto !important;
    height: 90%;
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	margin-top: 10px;}

.header {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 980px;
	height: 80px;
	border-bottom: 1px solid #cccccc; }
	

.header .left {
	float: left;
	width: 560px; }
	
.header .right {
	float: right;
	width: 420px; }

.main {
	padding: 20px 0;
	border-top: 0px; 
	min-height: 495px;
	}
	
.content {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 980px;
 }
	
.content .right {
	float: right;
	width: 420px; }
	
.content .left {
	float: left;
	width: 560px; 
	}
	
.content .news {
	float: left;
	width: 500px;
	line-height: 14px;}

.fliesstext { font-size: 12px; line-height: 14px }
.courier { font-size: 12px; font-family: "Courier New", Courier, Monaco, monospace; line-height: 14px }
.content h1 {
	color: #666666;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px; }
		
.footer {
	font: normal 10px Helvetica, sans-serif;
	line-height: 30px;
	text-align: right;
	color: #5A5A43;
	border-top: 1px dotted #777777;
	clear: both;
	 }

.small {
	font-size: 11px; 
	line-height: 15px; }
	
.big { font-size: 14px; font-weight: bold; line-height: 14px }
.big2 { font-size: 128px; font-weight: bold; line-height: 96px }
.bold {font-weight: bold; }
.1212 { font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 12px }
.zeilen { font-size: 4px; line-height: 4px }
.red {color: #EE0032; font-style: italic; }	


	
.underline {
border-bottom: 1px dotted #777777;}	