﻿#banner {
	position: absolute; 
	width: 98%; 
	height: 103px; 
	z-index: 1; 
	left: 1%; 
	top: 10px; 
	right: 1%;
	padding-bottom:1px;
	
	
	
}
#navi_oben{
	position: absolute; 
	width: 98%; 
	height: 18px; 
	z-index: 2; 
	left: 1%; 
	top: 113px;
	right:1%;
	background-color:#007bbe;	
	
	
	
}
#container{
	 position: absolute;
	 background-color:#cdcdcd;
	 background-image:url(../images/hintergrund_navi.jpg);
	 background-repeat:repeat-y;
	 z-index: 3;
	 width:98%; 
	 left: 1%; 
	 top: 131px; 
	 font-family:Arial, Helvetica, Sans-Serif;	
	 right:1%; 
}
	 	
	 
#navi_links {    
					
					position:absolute;
					width: 170px; 					
					float: left; 	 
					left: 0;
					line-height:25px;
					text-indent:10px;
					padding:0px;
					top:0px;
}
				#navi_links ul{
					list-style-type:none;
					padding:0;
					margin:0;
					}
				
				#navi_links a{
					font-size:10pt;
					font-weight: bold;
					color:#000000;
					text-decoration:none;
					display:block;							
					border-bottom: solid 1px white;								
					text-align:right;
					padding-right:27px;
					padding-top:0px;	
				}
				#navi_links a:hover{
					background-image:url('../images/hintergrund_navi_hoover.jpg');
					background-repeat:repeat;
					color:#000000;
					text-decoration:none;
					font-weight:bold;
					display: block;
					text-align:right;								
					padding-top:0px;
					text-align:right;
					padding-right:27px;


					}
					
																		
									#unternavi	a {
									font-size:8pt;
									text-align:right;					
									padding-right:27px;
									font-family: Arial}
											
									#unternavi 	a:hover {
									background-image:none;
									background-color:#e0e0e0;
									color:#000000;
									font-size:8pt;									
									padding-left:25px;									
									}	
				
					
				#text{
					position:relative;						
					top:0px;							
					margin-right:190px;									 
					padding:30px;
					margin-left:170px;
					background-color:white;
					min-height:637px;
					z-index:4;				
					}


					
#buttons_rechts{
					position:absolute;
					width: 155px;
					top:0px; 
					float:right;
					right:0px; 
					padding-top:20px;
					padding-right:15px;					
					padding-left:15px;
					z-index:6;}
					




h3{
color:#007bbe;
font-size:12pt;
font-weight: bold;}

h4{
	font-size:11pt;
	font-weight:bold;
}
h5{
	background-color:#007bbe;
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bolder;
}
h6{
	font-size:8pt;
	font-weight:lighter
}
p{
	font-size:10pt;
}
a { color:#670001;
	font-weight:bold;
	text-decoration:underline;	
	}
a hover{
	color:#670001;
	text-decoration:underline;		
	}
	
td{ font-size:10pt;
}

li{
     font-size:10pt;
}
hr{
border:none;
border-top: 1px solid #b2b2b2;
color: #FFFFFF;
background-color: #FFFFFF;
height: 1px;	
	
}


