body,td,th {
    font-family: Arial,Helvetia,sans-serif;
    font-size:10pt;
}

body { background-color:#C3C5C7; }

a { color:rgb(255,15,78); text-decoration:none; }
a:hover 	{ text-decoration:underline; }

td { vertical-align:top; }
img { border:0px; }



hr { 
	border: 0;
	height: 1px;
	color:#000;
	background-color: #000;
}

#ContentTd hr  {
	margin-left:10px;
	margin-right:10px;
	font-size:11px;
}

/* Das MainMenu */

.MainMenu_Entry {
	text-align:center;
	vertical-align:middle;
	border-left:1px #fff solid;
	width: 174px;
	font-size:11pt;
}
.MainMenu_Entry a {
	color:#fff;
}
.MainMenu_Entry a:hover {
	color:#000;
	
}

.MainMenu_EntryActive {
	background-color:#AFAFAF;
	
}
.MainMenu_EntryActive a {
	font-weight:bold;
	color:#000;
}

/*
.MainMenu_Separator {
	color:#fff;
	width:3px;
	vertical-align:middle;
}*/


#MainMenu {
	padding:0px;
	margin:0px;
}

#MainMenu ul,#MainMenu li{
  margin:0;
  padding:0;
  float:left;
  list-style-type:none;
}

#MainMenu li{
  float:left;
}

#MainMenu a{
  margin: 0;
  padding: 0px;
  display: block;
  position: relative;
  width: 174px;
  height: 25px;
  line-height: 25px;
}
#MainMenu ul{
	
  /*position: absolute;*/
/*display: none;*/
  /*top:20px;
  left: -36px;*/
}
/*Durch das Komma getrennt werden hier zwei Zuweisungen vorgenommen,
eine für den IE, eine für Browser, die :hover interpretieren*/
/*#MainMenu li ul ul,#MainMenu li:hover ul ul{
  position: absolute;
  display: none;
  top:0px;
  left: 49px;
}
#MainMenu li:hover ul, #MainMenu ul li:hover ul{display: block;}*/


/* Das LeftMenu */

.LeftMenu_Entry {
	text-align:center;
	vertical-align:middle;
	width: 165px;
	background-color:rgb(196,196,196);
}
.LeftMenu_Entry a {
	color:rgb(50,79,77);
	font-weight:bold;
	
}
.LeftMenu_Entry a:hover {
	
}

.LeftMenu_EntryActive a {
	font-weight:bold;
	color:#000;
}
.LeftMenu_PopupTable {
	background-color:rgb(196,196,196);
}
.LeftMenu_PopupTd {
	border-bottom:1px solid #999;
}

#LeftMenu {
	padding:0px;
	margin:0px;
}

#LeftMenu ul,#LeftMenu li{
  margin:0;
  padding:0;
  margin-bottom:3px;
  /*float:left;*/
  list-style-type:none;
}

#LeftMenu li{
  float:left;
}

#LeftMenu a{
  margin: 0;
  padding: 0px;
  display: block;
  position: relative;
  width: 165px;
  height: 25px;
  line-height: 25px;
}

/* Inhalte */

.WichtigeFarbe {
	color:rgb(255,15,78);
}


.BlauerTrenner
{
	background-color:rgb(83,92,191);
	color:#fff;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	font-weight:bold;
}

.TechnischeDaten {
	font-size:11px;
}

