/* Link Styles */		
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #666666;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #666666;
	}

a:hover, a:active {
	color: #4482A0;
	}

/*Headline*/
h1 {
	font-family: Arial, Helvetica;		
	font-weight: bolder;
	font-size: 9pt;
	color: #000000;
	margin-bottom: 10px;
	}
h2 {
	font-family: Arial, Helvetica;		
	font-weight: bold;
	font-size: 9pt;
	color: #003399;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
h3 {
	font-family: Arial, Helvetica;		
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	}

/*p { 
	margin-bottom: 10px;
	}*/

/*Folgende Zwei Divs sind wichtig zum zentrieren*/
		
#main {
	margin-top: 25px;
	text-align: center;
	}
	
#mitte {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
   	text-align: left;
    }
		
/*Content*/

#bib {	
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	width:801px; 
	height:601px;
	border: #cccccc solid 1px;
	z-index:1;
	}
	
#textindex { 
	position:absolute; 
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	margin-left:460px; 
	margin-top:100px; 
	width:295px; 
	height:350px; 
	overflow: auto;
	z-index:1;
	}
#text { 
	position:absolute; 
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	margin-left:460px; 
	margin-top:100px; 
	width:295px; 
	height:430px; 
	overflow: auto;
	z-index:1;
	}	
	
#broschueren {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #000000;
	}
