body{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

h1{
/*	position: relative; top: 20px; left: 30px;*/
	font-size: 28px; font-weight : bold;
}

h2{	 font-size: 22px; font-weight : bold;}

.menu{
	font-size: 14px;
	color: #FFFFFF;
	font-weight : bold;
}
.menu:link{
	font-size: 14px;
	color: #FFFFFF;
	font-weight : bold;
}
.menu:visited{
	font-size: 14px;
	color: #FFFFFF;
	font-weight : bold;
}
.menu:hover{
	font-size: 14px;
	color: #B1C6D9;
	font-weight : bold;
}

.menu_unterpunkt {
	/*font-style: italic;*/
	font-size: 12px;
	color: #FFFFFF;
	font-weight : bold;
}
.menu_unterpunkt:link {
	/*font-style: italic;*/
	font-size: 12px;
	color: #FFFFFF;
	font-weight : bold;
}
.menu_unterpunkt:visited {
	/*font-style: italic;*/
	font-size: 12px;
	color: #FFFFFF;
	font-weight : bold;
}
.menu_unterpunkt:hover {
	/*font-style: italic;*/
	font-size: 12px;
	color: #B1C6D9;
	font-weight : bold;
}

.link_auf_grau:link{
	color: #000000;
	text-decoration: underline;
}
.link_auf_grau:visited{
	color: #000000;
}
.link_auf_grau:hover{
	text-decoration: underline;
}


a:link {
	font-weight: normal;
	color: #003A81;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #003A81;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover	{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	text-decoration: none;
}


table.topmenu{

}
tr.topmenu{
}
td.topmenu{
	background-color: #B1C6D9;
}

.t_head{background-color: #eeeeee;
	font-size: 15px;	font-weight : bold;}
.t_zeile0{	background-color: #B1C6D9;
	font-size: 15px;}
.t_zeile1{background-color: #98AFC4;
	font-size: 15px;}
.t_zeile2{background-color: #C5DAEE;
	font-size: 15px;}
.t_zeile3{	background-color: #809CB5;
	font-size: 15px;}

.newstable { background-color: #FFFFFF;}
.newstablehead {
	color: #000000;
	font-size: 12px;
	font-weight : bold;
	background-color: #B1C6D9;
	border: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}
.newstablecontent { background-color: #FFFFFF; font-size: 12px;   border: #FFFFFF;}
.newstablebody { background-color: #ffffff; font-size: 12px;   border: #FFFFFF;}
.newstablefooter{
	font-size: 11px;
	border: #FFFFFF;
	color: #000000;

}

.table { border: "#FFFFFF"; border-size: 0;
/*cellspacing="0" cellpadding="2" height="1227"*/
}
.tablehead {
height: 14;
background-color: #C0C0C0;
font-weight: bold;
}
.tablebody {}
.tablefooter{
}

.kontakttable{
	font-size: 12px;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


/* Forum css*/

.BaseFont {
  font-family: "Arial";
  font-size: 12pt;
  }

.SmallFont {
  font-family: "Arial";
  font-size: 10pt;
  }

hr {
  color : #000060;
  }

.ForumFlag {
  color: #C6CAFF;
  font-weight: bold;
  }

.BoardTool {
  background : #cccccc;
  color : #000000;
  font-family : Arial;
  font-size : 8pt;
  }

.ForumHeader {
  background : #0A2C47;
  color: #FFFFFF;
}

.ForumTable2 {
  background : #aaaaaa;
}

.ForumTable1 {
  background : #cccccc;
}
/* ENDE Forum-css*/
