#menuUnten,#menuUnten,#ticker,#menuLinks,#menuOben,#subMenuOben,#back1,#back2,#back3,#back4,#back5,#headline{
	display:none;
}
body {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	/*line-height: 20px;*/
	line-height: 100%;
}
/* links */
a {
	color:#000000;
}
/* tabellen */
table{
	font-size: 100%;
}
table tr th{
	text-align:left;
}
/*hervorhebung*/
strong {
	font-weight: bold;
}
/*bildunterschrift*/
.caption {
	font-size: 75%;
}
/* bildramen */
.pic_border {
	border: 1px solid black;
}
/* Das Logo oben Links */
#logo{
	position:absolute; left:0px; top:0px; width:167px; height:38px;
}
#logo img{
	border:none;
}
/* Container der den Text und die Bilder enthält, die gescrollt werden können */
#content{
	position:absolute;
	left:0px;
	top:50px;
	width:100%;
	height:53%;
	z-index:51;
	font-size:75%;
}
/* Die Headline über dem Text */
#content h2{
	font-size:100%;
	font-weight:bold;
}
/* Die Headline im Text */
#content h3{
	font-size:100%;
	font-weight:bold;
}
/* Die Headline im Text mit geringerem Abstand*/
#content h4{
	font-size:100%;
	font-weight:bold;
	margin-bottom: -15px;
	/*border: 1px solid red;*/
}
/* Der Textblock */
#text{
	width:390px;
	/*margin-left:260px;*/
}
/* Listen im Text*/
#text ul.listWithPdf{
}
#text ul.listWithPdf li{
	margin:0;
	padding:0;
	list-style-image: url(/pics/pdf.gif);
}
#text ul.listWithPdf li p{
	margin:0;
	padding:0;
	-padding-left:10px;
}
/* Referenzen */
#text ul.listWithPics{
	margin:0;
	padding:0;
}
#text ul.listWithPics li{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font-size:100%;
	line-height: 16px;
	padding-left:117px;
	margin-bottom:15px;
	/* Hack um min-height in ie zu simulieren */
	min-height:73px;
	-height:73px;
}
#text ul.listWithPics li h3{
	font-size:100%;
	font-weight:bold;
	margin-bottom:0;
}
#text ul.listWithPics li img{
	border:1px solid black;
	margin-left:-120px;
	margin-top:0;
	float:left;
	/*border:none;*/
}

/* Die Bilder rechts neben dem Textblock die mitscrollen */
#images{
	position:absolute;
	left:415px;
	top:0px;
	width:305px;
	height:auto;
}
/* fix positiniertes Bild rechts neben dem Textblock */
#fixedImage{
	position:absolute;
	left:400px;
	top:100px;
	width:305px;
	height:auto;
	margin-left:15px;
}
/* Die Bildunterschrift */
#images p{
	margin-top:-20px;
	width:230px;
	margin-bottom:40px;
	font-size:80%;
}
/* Formulare */
input{
	background-image: url(/pics/back_verlauf.jpg);
	background-repeat: repeat-y;
	background-position:-260px;
}
textarea{
	background-image: url(/pics/back_verlauf.jpg);
	background-repeat: repeat-y;
	background-position:-260px;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*
	height: 370px;
	font-size:95%;
	text-align:center;
	*/
}
form{
	padding:5px;
	border: 1px solid #FFFFFF;
}
form h2 {
	/*border: 1px solid red;*/
	background-color:#FFFFFF;
	padding:5px;
}
form label {
	display:block;
	width:140px;
	float:left;
}
form label.notFilled {
	color:#8F5C5D;
}
form input{
	width:230px;
	height:20px;
}
.fehler {
	color:#8F5C5D;
}
