/* Allgemeine formattierung */
body, html {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	font-family:'Arial';
	font-size:12pt;
}
/* Ende Allgemeine formattierung */
/*------------------------------------*/



/* DIV Layer formattierung --------------------------------*/
/*------------------------------------------------------------*/
DIV.master {
}
DIV.container {
	width: 95%;
	text-align: left;
	border: 1px solid #999999;
}
DIV.header {
	height: 132px;
	width: 100%;
}
DIV.headerImage {
	width: 257px;
	height: 132px;
	float: left;
}


/* headerMenu -------------------------- */
/*------------------------------------------*/
DIV.headerLogo {
	padding-top: 5px;
	text-align: right;
	z-index: 1;
}


/* topMenu -------------------------------*/
/*------------------------------------------*/
DIV.topMenu {
	position: relative;
	top: 2px;
	padding-top: 6px;
	padding-bottom: 3px;            
	width: 100%;
	height: 15px;
	white-space: normal;
	vertical-align:middle;
}
A.topMenuLinks:link, A.topMenuLinks:visited, A.topMenuLinks:focus {
	padding-left: 20px;
	font-size:8pt;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
A.topMenuLinks:hover, A.topMenuLinks:active {
	padding-left: 20px;
	font-size:8pt;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
DIV.contentArea {
	position: relative;
	top: 4px;
	width:95%;
	z-index: 0;
	clear:both;
	padding-left: 12px;
	padding-right: 12px;
                overflow: hidden;
}
DIV.dropdownMenu {
	padding-top: 5px;
	height: 13px;
	width: 200px;
	font-size: 10px;
	text-align:left;
}


/* linkes Menü -------------------------- */
/*------------------------------------------*/
/*A.leftMenuItem3:hover{
	font-size:8pt;
	/* font-weight: bold; */    
	text-decoration: none;
	color: #CCCCCC;
}*/


/* Contentbereich ------------------------*/
/*------------------------------------------*/
DIV.content {
	width: 470px;
	padding-left: 16px;
	padding-right: 14px;
	z-index: 0;
	float: left;
                page-break-inside: auto;
}


/* Rechter Bereich: ----------------------*/
/*------------------------------------------*/
DIV.outerRight {
	float: left;
}
DIV.right {
	width: 0px;
	height: 0px;
	float: left;
}


/* Footer: ---------------------------------*/
/*------------------------------------------*/
DIV.footer {
	padding-top:5px;
	padding-bottom:5px;
	width: 95%;
	clear: both;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


/*------------------------------------------*/
/*------------------------------------------*/
.form{
	width:470px;
	margin:0 auto;
	text-align:left;
}
.form_right{
	width:250px;
	float:right;
	text-align:left;
}
.form_left{
	width:150px;
	text-align:left;
	float:left;
}
.border{
	text-align:left;
	border:solid 1px;
	width:480px;
	border-color:#999999;
}
/*------------------------------------------*/
/*------------------------------------------*/


/*Formular Seite weiterempfehlen-------*/
/*------------------------------------------*/
DIV.links {
	color: #05A4C3;
	margin-left:5px;
	text-align:left;
	color: #336600;
	width:40%;
}
DIV.rechts {
	position:relative;
	bottom:5px;
	color: #05A4C3;
	margin-left:5px;
	text-align:left;
	color: #663300;
	width:59%;
}
DIV.text1{
	font-size:12px; 
	color: #005085;
}
DIV.text2{
	font-size:10px;
	color: #005085;
}
DIV.text3{
	bottom:5px;
}
/*Ende Formular Seite weiterempfehlen-*/
/*------------------------------------------*/
