body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(pics/pattern01.gif);
	
}
div.center{
	position:relative;
	width:1100px;
	margin: 0px auto; 
	}
	
div.header{
	background-image: url(pics/header_01.jpg);
	height:123px;
	width:729px;
	border-right: solid 1px #88855c;
	border-left: solid 1px #88855c;
	}

div.blank{
	background-color:#FFFFFF;
	position:absolute;
	top:123px;
	width:50px;
	height:2601px;
	border-left: solid 1px #88855c;
	border-bottom: solid 1px #88855c;
}

ul#Navigation {
    margin: 0px; 
	padding: 0px;
	position:absolute;
    width: 147px;
	height:2600px;
	left:48px;
    border: 1px solid #505050;
    background-color: #88855c;
  }

  ul#Navigation li {
  	position:relative;
    list-style: none;
	top:10px;
    margin: 0px; 
	padding: 0px;
    background-color: #88855c;
  }

  ul#Navigation a {
    display:block;
    padding: 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    text-decoration: none;
    color: #000000; 
	background-color: #88855c;
  }
  ul#Navigation a:hover {
    color: #ffffff; 
	background-color: #ffcc00;
  }
.active {
	color:#FFFFFF !important;;
}
  
div.photos{
	background-color:#bab794;
	position:absolute;
	top:123px;
	left:197px;
	width:145px;
	height:2600px;
	border-top: solid 1px #88855c;
	border-bottom: solid 1px #88855c;
}

div.photosGross{
	background-color:#bab794;
	position:relative;
	width:388px;
	height:259px;
	padding-top:17px;
	padding-bottom:17px;
	}
	
div.photosGrossPlaceholder{
	background-color:#bab794;
	position:relative;
	width:388px;
	height:17px;

	}

div.content{
	background-color:#d6d4b4;
	position:absolute;
	top:123px;
	left:342px;
	width:388px;
	height:2600px;
	border-top: solid 1px #88855c;
	border-bottom: solid 1px #88855c;
	border-right: solid 1px #88855c;
}
div.textbox {
	position:relative;
	width:380;
	top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
.titel {
	font-size:11px;
	font-weight:bolder;
	padding-left :20px;
	padding-right :30px;
}
.text {
	font-size:10px;
	padding-left :20px;
	padding-right :30px;

}
.link {
	color:#000000;
	}
.fett{
	font-weight:bolder;
	}