/* allgemeine Definitionen */
html, body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;	
  	color: #000;
  	height: 100%;
}

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

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	border: 1px solid #000;
	background: #ebebeb;
	color: #000;	
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}

ul {	
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;	
	list-style-position: inside;
	border: 2px solid #e3ff00;
	background-color: #e3ff00;
}
.standardList {	
	border: 0px;
	background-color: #ffffff;
	margin: 10px;
	padding: 10px;
	list-style-position: outside;
	list-style-type: disc;
}

.marker {
	background-color: #e3ff00;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

.breaker {
	clear: both;
}

/* Definitionen des Kopfbereichs */
#HeadTop {
	position: absolute;	
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 165px;
	background-image: url(../_img/bg_head_top.jpg);
	background-repeat: no-repeat;
	background-color: #3b3b3b;
}
#HeadLogo {
	position: absolute;
	left: 710px;
	top: 43px;
	width: 152px;
	height: 68px;	
}
#HeadImgLeft {
	position: absolute;
	top: 0px;
	left: 314px;
	height: 106px;
	width: 141px;
}
#HeadImgRight {
	position: absolute;
	top: 0px;
	left: 461px;
	height: 106px;
	width: 141px;
}
#RahmenBetriebsmittel {
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 205px;
	height: 30px;
	background-color: #fff;
	border-top: 1px solid black;	
	border-right: 1px solid black;
}
#search {
	position: absolute;
	bottom: 10px;
	left: 490px;
	width: 370px;
	vertical-align: bottom;
	text-align: right;
	color: #e6ff00;
	font-weight: bold;
	font-size: 12px;
}
#search a {
	color: #e6ff00;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#search a:hover {
	text-decoration: underline;
}
#search input {
	font-weight: normal;
	border: 1px solid #e6ff00;
	background: #666;
	color: #fff;
}
#language {
	position: absolute;
	left: 0px;
	top: 165px;
	z-index: 2;
	width: 100%;
	height: 30px;
	background-color: #999;
	background-image: url(../_img/bg_head_lang.gif);
	background-repeat: no-repeat;
}
#langSwitch {
	position: absolute;
	top: 10px;
	left: 490px;
	width: 370px;
	height: 11px;
	vertical-align: top;
	text-align: right;
	color: #2a2a2a;	
	font-size: 10px;
}
#langSwitch img {
	margin-left: 10px;	
}
#RahmenToolmanager {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 205px;
	height: 30px;
	background-color: #e3ff00;
	border-bottom: 1px solid white;
	border-top: 1px solid black;
}
/* Definitionen des Navibereichs */
#NaviBoxBG {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #e1e1e1;	
	z-index: 1;	
	height: 100%;
	width: 205px;
}
#NaviBox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 205px;
	color: #000;
	background-color: #e1e1e1;
	font-weight: bold;
	font-size: 12px;
}
#TopNaviActive {
	width: 192px;
	border-bottom: 1px solid white;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	background-color: #999;	
	color: #fff;
}
#NaviBox a {
	width: 192px;
	border-bottom: 1px solid white;	
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
}
#NaviBox a:hover  {		
	color: #fff;
	background-color: #999;	
}
#SubNaviActive {
	display: block;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 0px;
}
#SubNavi {
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid white;	
}
#NaviBox #SubNavi a {
	color: #000;
	display: block;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 0px;
	text-decoration: none;
}
#NaviBox #SubNavi a:hover {
	background-color: #e1e1e1;
	color: #000;
}
#SubNaviActive .bullet {
	display: block;
	float: left;	
}
a .bullet {
	display: block;
	float: left;	
	color: #000;	
	visibility: hidden;
	text-decoration: none;
}
a:hover .bullet {
	visibility: visible;
}

/* Definition des Contentbereichs */
#BgContent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 148px;
	background-color: #ccc;
	z-index: 0;		
}
#Content {
	position: absolute;
	width: 650px;	
	top: 0px;
	left: 0px;		
	z-index: 2;
}
#titelBild {
	float: left;
	width: 206px;
	height: 148px;	
}
#titelTextBox {		
	float: left;		
	height: 148px;	
	padding-left: 10px;	
}
#tableTitel {
	padding: 0px; 
	height: 140px; 
	width: 420px;
}
#contentText {
	clear: both;
	padding-top: 20px;
	padding-left: 15px;	
	width: 600px;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
}
.einrueck {
	margin-left: 25px;	
}
.headlineContent {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 120%;
	font-size: 20px;
}
