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

body {
	
	background-color:#04090e;
	
	margin: 0;
	padding: 0;
	border: 0;
	
	width:100%;
	height:100%;
}

#oben {
	background-image:url(oben.jpg);
	background-repeat:repeat-x;
	/*background-position:center;*/
	
	position:fixed;
	top:0;
    left:0;

	
	
	width:100%;
	height:25px;
	
	margin:0;
	padding:0;
	
}

#mitte {
	background-image:url(taylor_hintergrund.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
	position:fixed;
	top: 25px;
    left: 0;

	
	
	width:100%;
	height:460px;
	
		
}


#unten {
	background-image:url(unten.jpg);
	background-repeat:repeat-x;
	/*background-position:center;*/
	
	position:fixed;
	bottom: 0;
    left: 0;

	
	
	width:100%;
	height:78px;
	
	margin:0;
	padding:0;
	
}

#joseph_brodmann_group {
	background-image:url(joseph_brodmann_group.jpg);
	background-repeat:no-repeat;
	background-position:center;
	

	position:fixed;
	bottom: 0;
    left: 0;
	

	width:100%;
	height:78px;
	
	margin:0;
	padding:0;
	
}


#adressen_links {
	position:fixed; 
	left:5px;
	bottom: 80px;
	
	font-family:'Times New Roman', Times, serif; 
	font-size:9pt;
	color:#ffdf4a;
	padding-top:10px;

}

#adressen_rechts {
	position:fixed; 
	right:5px;
	bottom: 80px;
	
	font-family:'Times New Roman', Times, serif; 
	font-size:9pt;
	color:#ffdf4a;
	padding-top:10px;

}

#pdf {
	position:fixed; 
	bottom:130px;

	
	font-family:'Times New Roman', Times, serif; 
	font-size:14pt;
	text-align:center;
	color:#ffdf4a;
	padding-top:10px;
	
	width:100%;
}

#klein {
	position:fixed; 
	bottom:90px;

	
	font-family:'Times New Roman', Times, serif; 
	font-size:10pt;
	text-align:center;
	color:#ffdf4a;
	padding-top:10px;
		
	width:100%;
}

a { font-family:'Times New Roman', Times, serif; font-size:9pt; color:#ffdf4a;}
a:link { font-family:'Times New Roman', Times, serif; font-size:9pt; color:#ffdf4a;}
a:hover { font-family:'Times New Roman', Times, serif; font-size:9pt; color:#ffffff;}
a:visited { font-family:'Times New Roman', Times, serif; font-size:9pt; color:#ffdf4a;}
a:active { font-family:'Times New Roman', Times, serif; font-size:9pt; color:#ffdf4a;}

#pdf a { font-family:'Times New Roman', Times, serif; font-size:14pt; color:#ffdf4a; text-decoration:none;}
#pdf a:link { font-family:'Times New Roman', Times, serif; font-size:14pt; color:#ffdf4a; text-decoration:none;}
#pdf a:hover { font-family:'Times New Roman', Times, serif; font-size:14pt; color:#ffffff; text-decoration:none;}
#pdf a:visited { font-family:'Times New Roman', Times, serif; font-size:14pt; color:#ffdf4a; text-decoration:none;}
#pdf a:active { font-family:'Times New Roman', Times, serif; font-size:14pt; color:#ffdf4a; text-decoration:none;}

#klein a { font-family:'Times New Roman', Times, serif; font-size:10pt; color:#ffdf4a;text-decoration:none;}
#klein a:link { font-family:'Times New Roman', Times, serif; font-size:10pt; color:#ffdf4a;text-decoration:none;}
#klein a:hover { font-family:'Times New Roman', Times, serif; font-size:10pt; color:#ffffff;text-decoration:none;}
#klein a:visited { font-family:'Times New Roman', Times, serif; font-size:10pt; color:#ffdf4a;text-decoration:none;}
#klein a:active { font-family:'Times New Roman', Times, serif; font-size:10pt; color:#ffdf4a;text-decoration:none;}
