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

body {
	/* alte farbe color:#8BB5CA; */
	color:#888;
	background-color:#FFF;
	background-image:url(images/bg.gif);
	font-family:Verdna, Helvetica, sans-serif;
	font-size:16px;
}


#container {
	width:950px;
	height:100%;
	/* border:1px solid #FF0000; */
}

#header {
	width:950px;
	height:150px;
	background:url(images/header.gif) no-repeat;
	margin-bottom:35px;
	/* border:1px solid #00FF00; */
}

#navigation {
	padding-left:15px;
	text-align:left;
	width:125px;
	height:250px;
	float:left;
	/* border:1px solid #FF00FF; */
}

#content {
	width:775px;
	height:100%;
	float:right;
	/* border:1px solid #CF0; */
}



#footer {
	clear:both;
	margin-top:20px;
	width:650px;
	text-align:center;
	font-size:10pt;
}

.text {
	text-align:left;
}

.bio_img {
	border:2px solid #000;
	margin-right:5px;
	float:right;
}

.gallery_navi_l  {
	
}

.gallery_navi_r {
}

.gallery_navi {
	width:600px;
	height:45px;
	line-height:20px;
}

a:link, a:visited {
	color:#888;
	text-decoration:none;
}

a:hover, a:active {
	color:#888;
	text-decoration:underline;
}

a.navi:link, a.navi:visited {
	color:#888;
	text-decoration:none;
}

a.navi:hover, a.navi:active {
	color:#888;
	text-decoration:underline;
}