/*--------------------------------------*/
/*			Wrapper-Container			*/
/*--------------------------------------*/
.nach_oben {
	float:right;
	text-decoration: none;
	color: Yellow;
	font-size: 11px;
}
.links {
	float:left;
	text-decoration: none;
	color: Yellow;
}
body {
	background-color:grey;
	background-image:url("../css/hintergrund.gif");
	font-family:Verdana;
	
}
#wrapper {
	margin:-8px auto;
	width: 1002px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	background-color:#A2A2A2;
	height: 100%;
	padding: 0px;

}
#navi_wrapper {
	float: left;
	width: 200px;
	height:100%;
	background-color:#222;
}
#inhalt_wrapper {
	float:  right;
	margin-top: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:700px;
	min-height: 570px;
	background-color:#222;

}
#inhalt_box {
	margin:0 auto;
}
#content_wrapper {
	background-color:#222;
	width: 1002px;
	min-height:800px;
}
#banner_wrapper {
	background-color:#222;
	margin-right:50px;
	border-bottom:solid thin #222;
}
	
h1 { 
	font-size:15pt;
	line-height:300%;
	color:#ffffff;
	border-bottom:solid thin gray;
	letter-spacing:1px;
}

/*--------------------------------------*/
/*				Gallery					*/
/*--------------------------------------*/
.thump_reihe {
	
	width: 500px;
}
.thump_pic {
	
	margin: 5px;
	width: 5em;
	height: 5em;
	float: left;
	
}
.thump_pic_image {
	border-width:0px;
	text-decoration:none;

}
.thump_pic_image2 {
	border-width:0px;
	text-decoration:none;
	margin-top:-50px;
	margin-bottom:50px;
	margin-left:100px;

}
.thump_einzel_pic {
margin:auto;
margin-top:60px;
}
.weitereBilderLink {
	color:#808080;
	text-decoration:none;
	font-size:10px;
}

/*--------------------------------------*/
/*				Kurzbiographie			*/
/*--------------------------------------*/

.kb_titel {
	color: white;
	font-size: 11pt;
	border-bottom:solid thin white;
	padding-bottom:15px;
	margin-bottom:30px;
}
.kb_strich {
	width:600px; 
	height:20px; 
	border-bottom:solid thin white;
}
.kb_item {
	color: white;
	font-size: 10pt;
	padding-bottom:15px;
}
.kb_item_span {
	font-size:8pt;
	font-weight: normal;
	font-style: italic;
}
	
.kb_text {
	float: right;
	width: 400px;

}
.kb_ort {
	float:left;
	width: 100px;
	font-weight:bold;
}
.kb_jahr {
	float: left;
	width: 100px;
	height: 10px;
}
.vita_text {
	float:left; 
	width: 550px;
}
/*--------------------------------------*/
/*				Home					*/
/*--------------------------------------*/	

.home_div {
	margin-top: 5%; 
	margin-left: 0%;
	color: white;
	font-size: 13pt;
}
.home_satz {
	margin:10px;
	letter-spacing:20px;
	font-size:20px;
}
/*--------------------------------------*/
/*				Aktuell					*/
/*--------------------------------------*/

.akt_kasten {
	border: dotted thin white;
	font-size: 10pt;
	color: white;
	padding:15px;
	letter-spacing:1px;
}
.akt_left {
	float:left;
	width:200px;
	margin:2px;
}
.akt_right {
	float:right;
	margin:2px;
	width:390px;
}

