@charset "UTF-8";
/* CSS Document */

body, html {
	overflow: hidden;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

a { 
    text-decoration:underline; 
	color: #333333;
}



#headlineblock {
    display:block;
	top:48px;
	left: 230px;
	right: 5px;
	overflow:false;
	overflow-x: hidden;
	z-index: 100;
	position:absolute;
}

#addressblock {
    display:block;
	top:100px;
	left: 230px;
	right: 5px;
	bottom: 5px;
	overflow:false;
	overflow-x: hidden;
	z-index: 200;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	padding-right: 25px;
}

#textblock {
	display:block;
	top:240px;
	left: 230px;
	right: 5px;
	bottom: 5px;
	overflow:auto;
	overflow-x: hidden;
	z-index: 200;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	padding-right: 25px;
	
}

#textblock br {
	clear: left;
}
	
#textblock span {
	float: left;
	clear: left;
}
		
	
* html #textblock {
	position:absolute;
	overflow: auto;
	overflow-x: hidden;
	height: 65%;
	width: 55%;
}


#logoblock {
    display:block;
	top:100px;
	left: 20px;
	overflow:false;
	overflow-x: hidden;
	z-index: 300;
	position:absolute;
}

#horizon        
	{
	text-align: left;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
#verticalmiddle  { 
    top: -46px;
 	display:block;
	position:relative;   	
}

.form {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 180px;

}

.form2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 20px;

}

.hinweis{

	color: #FF0000;


}   
  
