body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	background-color :#FFFFFF;
	color: #314b97;
	background-image:url(news.jpg);
	background-repeat: no-repeat;
}


#main1 { position: static;
	margin:0px auto;
	width:800px;
	}

#head1 {
	position: static;
   	float:right;
   	background-color:transparent;
   	width:  100px;
	}

#head {
	position: static;
   	float: left;
   	background-color:transparent;
   	width:  100px;
 	}
#leiste {
	position: static;
	float:left;
	width: 170px;
	}

#main {
	position: static;
	float: right;
	margin-top: 10px;
	background-color: transparent;
	width: 800px;
	height: 800px;
	}

#inhalte {
	position: static;
   	background-color:white;
	float: left;
   	margin-left: 10px;
	margin-top: 0px;
   	width:  600px;
   	height: 715px;
	overflow: auto;
	opacity: 0.9;
	padding-left: 8px;
	padding-right: 8px;
	border: thin solid #314b97;
	}

#termine {
	position: static;
	background-color:white;
	float:right;
	margin-top: 10px;
	margin-right: 0px;
	width: 165px;
	height:100px;
	opacity:0.8;
	padding-left:5px;
	border: thin solid #314b97;
	}
 
#twitter {
	position: static;
	background-color: transparent;
	float: right;
	margin-top:10px;
	width: 170px;
	opacity:0.8;
	}

#info {
	position: static;
	background-color: white;
	float: right;
	margin-top:0px;
	width: 165px;
	height: 145px;
	opacity:0.8;
	padding-left:5px;
	border: thin solid #314b97;
	}

#sponsoren {
	position: static;
	background-color: white;
	float: right;
	margin-top: 10px;
	width: 165px;
	height: 267px;
	opacity:0.8;
	border: thin solid #314b97;
	padding-left: 5px;
	}
	

A:link { color: #314b97; text-decoration : none; }
A:visited { color: #314b97; text-decoration : none; }
A:active { color: #314b97; text-decoration : none; }
A:hover { color: #314b97; text-decoration : underline; }
A:focus { outline: none; }
