/* datei: style.css ----------------------------------------- */
html {
 height:100%;
 margin-bottom:1px;
}

body {
	background-color:#ffffff;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	/* text-align: center; */
	color:#000000;
	}

a:link, a:visited {
	text-decoration: none;
	}

a:active, a:hover {
	text-decoration: none;
	color:#ff0000;
	}
	
.a_white{
	font-variant: normal;
	font-style: normal;
	color:#ffffff;
}
.a_grey{	/* nicht notwendig*/
	font-variant: normal; font-style: normal;
	color:#888888;
	}
	
.a_black{
	font-variant: normal; font-style: normal;
	color:#000000;
	}
.a_red{
	font-variant: normal; font-style: normal;
	font-size: 8pt; line-height:11pt;
	color:#ff0000;
	}
	
	
.ul_1{
	margin-top:5px;
	}
	
.ul{
	margin-top:-20px;
	}

.li_1{
	/* list-style-image : url(../graphics/bullit.gif); */
	font-weight: normal; font-size: 9pt; line-height:14pt;
	margin: 0 0 5 -15;
}
.li_2{
	/* list-style-image : url(../graphics/bullit.gif); */
	font-weight: normal; font-size: 8pt; line-height:10pt;
	margin: 0 0 5 -22;
}
.li_3{
	/* list-style-image : url(../graphics/bullit.gif); */
	font-weight: normal; font-size: 10pt; line-height:10pt;
	margin: 0 0 5 -22;
}

.outline {
	border:1px solid silver; 
}

.text_head_start{
	font-weight: normal;
	font-size: 16pt;
	line-height:14pt;
	font-variant: normal;
	font-style: normal;
	color:#123F95;
	margin-top : -20px;
}

.text_start{
	font-weight: bold;
	font-size: 12pt;
	line-height:14pt;
	/* color:#000000; */	
	padding: 10 0 0 10;
	border:1px solid silver;
}

.rblock_head{
	font-weight: bold;
	font-size: 14pt;
	line-height:14pt;
	font-variant: normal;
	font-style: normal;
	vertical-align:middle;
	color:#ffffff;
	padding-left : 10px; 
}

.agb{font-weight: normal; font-size: 8pt; line-height:11pt;
	margin: 0 15 -15;  /* 0 auto; */
	position:relative;
	left:10; top:-20;
	width:390;
	}

.text{
	font-weight: normal; 
	font-size: 9pt; line-height:11pt;
	margin: 0 auto;
	/*padding:5px;*/
	color:#000000;
	}
.text_b{
	font-weight: bold; 
	font-size: 9pt; 
	line-height:11pt;
	}
	
.text_1{
	font-weight:normal; font-size: 10pt; line-height:10pt;
	color:#000000;
	margin: 0 auto;
	}
.text_b1{
	font-weight: bold;
	font-size: 10pt;
	line-height:12pt;
}
.text_b1_grey{
	font-weight: bold;
	font-size: 10pt;
	line-height:12pt;
	color:#888888;
}

.text_b1_dblue{
	font-weight: bold;
	font-size: 10pt;
	line-height:12pt;
	color:#123F95;
	margin-bottom : 10px;
}

.text_b2_dblue{
	font-weight: bold;
	font-size: 11pt;
	line-height:14pt;
	color:#123F95;
	margin-bottom: 10px;
}

.text_b1w{
	font-weight: bold; font-size: 10pt; line-height:12pt;
	color:#ffffff; 
	}
	
.text_b2{font-weight: bold; font-size: 11pt; line-height:13pt;
	vertical-align:bottom; color:#000000; 
	}

.text_b2w{font-weight: bold; font-size: 11pt; line-height:13pt;
	vertical-align:bottom; color:#ffffff; 
	padding: 5 0 0 10;
	}

.text_b2w2 {
color:#FFFFFF;
font-size:11pt;
font-weight:bold;
line-height:13pt;
padding:7px 0 0 0; /*padding:5px 0 0 10px;*/
vertical-align:center;
}    

.text_b3w{font-weight: bold; font-size: 12pt; line-height:14pt;
	font-variant: normal; font-style: normal;
	vertical-align:bottom; color:#ffffff;
	}
	
.text_b3_blue{
	font-weight: normal;
	font-size: 15pt;
	line-height:14pt;
	font-variant: normal;
	font-style: normal;
	color:#B1D3F0;
	margin-left : 30px;
	margin-top : 30px;
}
	
	
.cell_grey{
	color:#111111;
	}	

.adress{font-weight: normal; font-size: 8pt; 
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 
	font-variant: normal; font-style: normal;
	color:#000000;
	}


