/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background:#372e2b;
	margin:0;
	padding:0;	
	}

/* Überschriften */	
h1 {
	margin: 0 0 10px 0;
	padding:5px 0 0 0;
	border-bottom:1px dotted #372e2b;
	font-size:130%
	}
	
h2 {
	margin:0 0 5px 0;
	padding:0;
	font-size:110%;
	color:#8f8167;
	}
	
h6 {
	background:#f0ece5;
	padding:0;
	border-top:1px dotted #372e2b;
	border-bottom:1px dotted #372e2b;
	margin:2px 0;
	}

/* Link */	
a {
	color:#894409;
	font-weight:bold;
	text-decoration: none;
	}
	
a:hover {
	color:#894409;
	text-decoration:none;
	}

/* Außencontainer */	
#wrap {
	width:870px;
	margin:auto;
	padding:0;
	background:url(buttons/wrap-bg.gif) repeat-y top left;
	}

/* Header Grafik */	
#header {
	background:url(buttons/header.gif) no-repeat top left;
	height:107px;
	}

/* Naviagion links */
#navileft {
	float:left;
	width:200px;
	background:#f8f7f4;
	}

#navileft div {
	width:166px;
	margin:15px 17px 20px 17px;
	background:url(buttons/nav_u.gif) no-repeat bottom left;
	}

#navileft ul{
	margin:0;
	background:url(buttons/nav_o.gif) no-repeat top left;
	padding:12px;
	}
	
#navileft li {
	list-style:none;
	border-top:1px dotted #372e2b;
	}
	
html* #navileft li {
	display: inline-block;	
	}

#navileft li.last {border-bottom:1px dotted #372e2b;}

#navileft div.textbox ul li {
	border-top:0;
	}
		
#navileft a {
	background:url(buttons/li.gif) no-repeat  2px 50%;
	padding:5px 0 5px 15px;
	display:block;
	color:#372e2b;
	text-decoration:none;
	font-weight:bold;
	font-size:90%;
	margin:0;
	}
	
#navileft a:hover {
	background:#f8f7f4 url(buttons/li.gif) no-repeat  2px 50%;
	color:#372e2b;
	text-decoration:none;
	}
	
#navileft div.textbox a {
	background: none;
	padding:0;
	}
	
/* Allgemeiner Content */	
#content {
	width:670px;
	font-size:90%;
	float:right;
	background:#FFFFFF;
	}
	
	
#content div.wrapp {
	padding:20px;
	}
	
#content div.wrapp ul, #content div.wrapp li {
		margin:10px;
		padding-left:10px;
		list-style:disc;
		font-weight:normal;
		}
		
.prewiev{
	float:left;
	padding:13px 7px 0 6px;
	}

.prewiev img{
	padding:5px;
	border:1px solid #ccc;
	margin:6px 3px 0 100px;
	}
		
/* Index Content */		
#wrap #content .wrapp #content-index{
	width: 600px;
	height: 190px;
	border: 0px solid #000000;
	background:url(buttons/fotocard.jpg) no-repeat top left;}
	
#wrap #content .wrapp #content-index ul {
	margin:0 0 0 10px;
	padding:5px 0 0 120px;
	list-style:disc;
	border: 0px solid #000000;
	}
		
#wrap #content .wrapp #content-index li { 
	margin:0;
	list-style:none;
	font-size:12px;
	margin-right:28px;
	margin-bottom: 17px;
	font-weight:bold;
	}	

/* Fusszeile */
#footer {
	clear:both;
	font-size:80%;
	background:#efebe4 url(buttons/footer.gif) repeat-x top left;
	padding:3px;
	}
	
/* Vor IE5/Mac verstecken\*/	
* html #footer { height:1%;}
/* Vor IE5/Mac verstecken ende */	

/* Schaltflächen */	
.button{
	border: 1px solid  #000000;
	background: #cccccc;	
	font-size: 12px;
	padding: 3px;
	}
