body {
	font-size: 12px;
	font-family: arial, sans-serif;
	padding:0;
	margin:0;
	background-color:white;
}
/* DIV Container Layout */
#top_layout_out{
	background-color: #8ad6d6;
	width:100%;
	padding: 3px;
	margin-bottom:5px;
}
#top {
	height:80px;
	min-width:1200px;
	width:99%;
	text-align:center;
	margin-top:2px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	background-color:#33cccc;
	color:#185f5f;
}
#main_layout_out{
	width:99%;
	margin-left:auto;
	margin-right:auto;
}
#menuetop {
	min-width:1200px;
	height:20px;
	width:99%;
	margin-left:auto;
	margin-right:auto;
}
#menu {
	width:120px;
	float:left;
}
#main {
	margin-left: 123px;
	min-height: 500px;
	background-color:#FFF;
}
#mainMenu {
	width:99%;
	padding:0px;
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
  background-color:#6e86d6;
  color:#2e1f93;
  width:100%;
  border: 1px solid #1437ad;
  clear: both;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/*Listen*/
li.menutop {
	padding: .2em 1em;
	color: #061f70;
	background-color: #6e86d6;
	display: inline;
	font-weight:bold;
	cursor:pointer;
}
li.menutop:hover {
	color: #5086d6;
	background-color: #061f70;	
}
ul.menutop {
	list-style-type: none;
	margin:0px;
	padding:0px;
	display:inline;
}
li.menuleft {
	font-weight:bold;
	cursor:pointer;
	color:#006363;
	text-decoration:none;
}
li.menuleft:hover {
	color:#009999;
	text-decoration:underline;
}
ul.menuleft {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
/*Formular*/
/*Tabellen*/
/*Schriften*/
#main_layout_out h1,h2,h3,h4,h5,h6{
	color:#ffb000;
}
/*Sonstiges*/
/*Allgemein*/
#main_layout_out a:link, a:visited{
	color:#009999;
	text-decoration:underline;
}
#main_layout_out a:hover{
	color:#006363;
	text-decoration:underline;
}
a:link, a:visited {
	font-weight:bold;
	color:#036;
	text-decoration:none;
}
a:hover{
	color:red;
}
table.news {
	width: 95%;
}
th.news {
  border: 1px solid #6e86d6;
  background-color:#6e86d6;
  color:white;
  text-align:left;
}
td.news{
 border-bottom: 1px solid #6e86d6;
 border-left: 1px solid #6e86d6;
 border-right: 1px solid #6e86d6;
}
tr.blue {
	background-color:#C2C2C2;
}
tr.blue:hover {
	background-color:#A1A1A1;
	color:white;
	cursor:default;
}
tr.white {
	background-color:white;
}
tr.white:hover {
	background-color:#A1A1A1;
	color:white;
	cursor:default;
}
img.news {
  margin: 5px;
}

