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

body {
	background:		#424242;
	margin-top:		35px;
	 margin-left:	40px;
}

#container {
	position:		relative;
	margin-left:	auto;
	margin-right:	auto;
	/*background:		grey;*/
	width:			900px;
	height:			4000px;
}

#leftbar {
	width:			250px;
	height:			4000px;
	float:			left;
}

#leftbar_name {
	width:			250px;
	height:			92px;
	float:			left;
}

#leftbar_links {
	width:			250px;
	float:			left;
}

#rightbar	{
	width:			650px;
	float:			left;
	}

#rightbar_aktuell {
	width:			650px;
	height:			105px;
	float:			left;
				
}

#rightbar_pictures {
	width:			650px;
	height:			;
	float:			left;
}



#rightbar_bio {
	position:		relative;
	width:			650px;
	height:			;
	/*background-color: #BFEFFF;*/
	float: 			left;
	
}

.rightbar_bio_parent {
	position:		relative;
	width:				650px;
	height:				auto;
	/*margin-top:			5px;
	margin-left:		20px;
	margin-right:		20px;*/
	float:				left;
}

.rightbar_bio_child {
	text-align:			left;
	vertical-align:		top;
	float:				left;
}

#rightbar_legend {
	width:			650px;
	height:			;
	float:			left;
}

.tab_date_1	{
	width:			75px;
	display:		block;
	float:			left;
}

p {
	font-size:		10px;
	line-height:	1.4em;
	color:			#FFF;
	font-family:	"Verdana", Verdana, sans-serif;
}

p2 {
	font-size:		12px;
	line-height:	1.4em;
	color:			#BFEFFF;
	font-family:	"Verdana", Verdana, sans-serif;
}

h1 {
	font-size:		16px;
	color:			#FFF;
	font-family:	"Palatino Linotype", "Book Antiqua", Palatino, serif;

}

.black {
	color:       #000;
}

.blue {
	color: #BFEFFF;
}

.green {
	color: #00FF00;
}

.gesperrt {
	letter-spacing: 0.1em;
	}

a:link {
		color: 			white;
		text-decoration:none;
	}
	
a:visited {
		color: 			white;
		text-decoration:none;
	}
	
a:hover {
		color: 			grey;
		text-decoration:none;
	}
	
	
a.blue:link {
		color: 			#BFEFFF;
		text-decoration:none;
	}
	
a.blue:visited {
		color: 			#BFEFFF;
		text-decoration:none;
	}
	
a.blue:hover {
		color: 			#666;
		text-decoration:none;
	}
	
a.blue:active {
   color:            #BFEFFF;
}

	
a.speziell:link {
   color:            #BFEFFF;
}

a.speziell:visited {
   color:            #BFEFFF;
}

a.speziell:hover {
   color:	#FFF;
}

a.speziell:active {
   color:            #BFEFFF;
}


a.speziell_black:link {
   color:				#000;
}

a.speziell_black:visited {
   color:            #000;
}

a.speziell_black:hover {
   color:			#999;
}

a.speziell_black:active {
   color:            #000;
}