body{
	background: #ffffff; /*Hintergrund Hauptfarbe*/
	color: #000;      /*Textfarbe im Hauptbereich*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border-left:  1px solid #000; /*linker Rand*/	
      border-right:  1px solid #000; /*rechter Rand*/
}

.header {
      background: #ffffff;  /*Hintergrundfarbe der Titelzeile*/
      height: 80px;
      margin: 0px 5% 0px 0px;
      padding: 5px;
	border-left:  	1px solid #000; /*linker Rand*/	
     	border-right:  	1px solid #000; /*rechter Rand*/
	border-bottom:  	1px solid #000; /*unterer Rand*/	
  	border-top:  	1px solid #000; /*oberer Rand*/
}

.header img {
      float: left;
 }

.header h1 {
      padding-left: 100px;
	text-align: center;
      color: #000;   /*Schriftfarbe in der Titelzeile*/
 }

#leftcolumn {
	float: left;
	margin: 0;
	padding: 0;
	width: 170px;
}

#flatbutton img {
	margin: 0;
	padding: 10px;
	border: 0;
	text-align: center;
}

#centercolumn {
      background: #ffffff;  /*Hintergrund Hauptframe*/
	margin: 	0px 5% 0px 170px;
	padding: 	0px 0px 20px 0px;
	border-left: 	1px solid #000;
      border-right:  	1px solid #000; /*rechter Rand*/
	height: 600px;	/*extra für IE/Win, der kein min-height kann*/

}
#centercolumn[id] {
	min-height: 	600px;/*Mozilla, Opera*/
	height: auto;     /*können min-height korrekt*/
}

h1	{
	margin: 0;
	padding: 10px 0px 10px 20px;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	margin: 0;
	padding: 3px 0px 3px 0px;
}

.newsblock {
	background:#0F0; /*-?-*/
	margin: 10px;
	padding: 10px;
}

.textblock {
	background:#ec0; /*Seitentext Hintergrund*/
	margin: 10px;
	padding: 10px;
}

.textblock a {
 	color: #00F;     /*Farbe für Links*/
	text-decoration: none;

}

.timestamp {
	font-size: 10px;
}

p {
	margin: 0;
	padding: 0;
}

#navlist {
	color: #ff0;	/*Bullets vor den Auswahlseiten*/
	padding: 0px 0 0 10px;;	
	margin: 0;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

#navlist li {
	margin: 3px 0 3px 25px;
	font-size: 12px;
	list-style-type: square;
	}

#navlist a {
	margin: 0;
	padding: 0;	
	font-size: 12px;		
	color: #0f0;  /*Links in der Navigationsleiste*/
}

#navlist a:link, #navlist a:visited {
	color: #00F;         /*Auswahl Elemente der Navigationsleiste*/
	text-decoration: none;
	
}
#navlist a:hover {
	color: #00f;         /*Farbe, wenn Cursor über dem Element ist*/
	font-weight: bold;
	text-decoration: underline;	
}

.category {
	margin-top: 10px;
	color: #000;      /*Auswahl Kategorien der Navigationsleiste*/
	font-size: 14px;
	font-weight: bold;	
	text-transform:uppercase;	
}

#switch {
	margin-top: 40px;
	padding-left: 10px;
}

#switch img {
	margin-right: 5px;
	border: 0;
	padding-left: 3px;
	}

#check {
	margin-top: 40px;
	padding-left: 10px;
	font-size: 10px;
	}

#check a:link, a:visited {
	color: #088;
}

#check a:hover {
	color: #000;	
}	
	
#footer{
	background: #ffffff;
	clear:both;
	padding:5px;
	position:relative;/*needed for opera*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-right: 5%;
	border-left:  	1px solid #000; /*linker Rand*/	
      border-right:  	1px solid #000; /*rechter Rand*/
	border-bottom:  	1px solid #000; /*unterer Rand*/	
      border-top:  	1px solid #000; /*oberer Rand*/
}

#footer img {
	margin: 3px;
}
	
