@charset "UTF-8";
body {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.95em;
	line-height:1.5em;
	background: #AD986B;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
margin:5px 0 15px 0;
color:#917C51;
font-size:13px;
}

p {
margin:10px 0;	
}

h1 {
font-size:1.3em;
}



.fstyle #container {
	width: 700px;  
	background: #FFFFFF;
	margin: 10px auto 10px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	overflow:hidden;
	padding-bottom:20px;
}
.fstyle #footer {
	width: 700px;  
	margin: 5px auto 20px;
	text-align: right;
	overflow:hidden;
	padding-bottom:20px;
}
.fstyle #footer p{
	float:right;
	margin:0;
	font-size:9px;
	line-height:9px;
}
.fstyle #footer a{
	color:#EAE5DA;
	
}

.fstyle #mainContent {
	margin:0px 20px; 
	background: #EAE5DA;
}

.fstyle #logo {
	margin:20px 0 15px 40px;
	padding-top:20px;
	text-align:left;
}
.fstyle #logo p{
	color:#333333;
	font-size:11px;
	line-height:11px;
	margin-top:3px;
}

.fstyle #menue_container, #umenue_container {
	text-align:left;
	background: #FFFFFF;
	padding:3px;
}

.fstyle #menue_container ul, .fstyle #menue_container li{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:13px;
	color:#AD986B;
}
.fstyle #menue_container li{
	margin-right:8px;
	
	
}


.fstyle #umenue_container ul, .fstyle #umenue_container li{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:11px;
	color:#AD986B;
}
.fstyle #umenue_container li{
	margin-right:8px;
	
	
}
.fstyle #umenue_container{
	padding-top:0px;
	line-height:12px;
	font-size:11px;
	
	
}

.fstyle #menue_container a,#umenue_container a {
	text-decoration:none;
	color:#AD986B;
	
}
.fstyle #menue_container #current a,#umenue_container #current a {
	text-decoration:underline;
	color:#333333;
	
}

.fstyle #menue_container a:hover, #umenue_container a:hover {
	text-decoration:none;
	color:#333333;
}

.fstyle #fotomenue .fotos, .fstyle #variamenue .fotos{
	background:#fff;
	padding:5px;
	margin:20px;
	float:left;
	display: inline;  /* <---Solution for bug IE6 */ 
}

.fstyle #fotomenue #zeile2 {
	clear:both;
}


.fstyle #fotomenue .fotos:hover,.fstyle #variamenue .fotos:hover {

	background:#AD986B;
	
}
.fstyle #fotomenue {
	
	background: #EAE5DA;
	overflow:hidden;
	padding-left:37px;
	
}
.fstyle #variamenue {
	
	background: #EAE5DA;
	overflow:hidden;
	padding-left:130px;
	
}

.fstyle #portfolio, .fstyle #biografie, .fstyle #statement {
	
	background: #EAE5DA;
	overflow:hidden;

}

.fstyle #portfolio .pffotob, .fstyle .portrait {
	background:#fff;
	padding:5px;
	margin:20px;
	float:left;
	display: inline;  /* <---Solution for bug IE6 */ 
}



.fstyle #portfolio #pftext {
	float:right;
	font-size:12px;
	width:150px;
	margin-top:20px;
	margin-left:20px;
}
.fstyle #biografie #biotext {
	float:left;
	font-size:12px;
	width:450px;
	margin-top:15px;
}

.fstyle a{
	color:#AD986B;
}

.fstyle #statement #sttext {
	font-size:12px;
	margin:15px 20px 20px 20px;
}


.fstyle #portfolio .fotostrecke {
	margin-left:20px;
	margin-bottom:20px;
	clear:both;
	
	overflow:hidden;
}

.fstyle #portfolio .fotostrecke .pffotos {
	background:#fff;
	padding:3px;
	float:left;
	margin:3px 3px 0 0;
}
.fstyle #portfolio .fotostrecke .pffotos:hover {
	background:#AD986B;
	
}


img {border:0;}

a:link {
	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
	
}
a:active {
	text-decoration: none;
}



