*		{
		margin: 0;
		padding: 0;
		border: 0;
		
		}
		
html {
		scrollbar-face-color: #FAEBD7; 
		scrollbar-highlight-color: #FF9933; 
		scrollbar-3dlight-color: #FF9933;
		scrollbar-darkshadow-color: #FF9933; 
		scrollbar-shadow-color: #FF9933; 
		scrollbar-arrow-color: #FF9933;
		scrollbar-track-color: #FAEBD7;		
		
}

body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		color: #8b0000;
		background-color: #FAEBD7;
		line-height: 1.3em;
		
}

.eingerueckt {
		margin-left: 35px;
}
		
a {
		color: #8b0000;
		
}

a:visited {
		color: #FAEBD7;
}

a:hover {
		color: #FAEBD7;
}
		
		
h1 {
		font-weight: bold;
		font-size: 120%;
		margin-bottom: 20px;
}	

p {
		margin-bottom: 10px;
}	

p.fett {
		font-weight: bold;
}

ul.liste {
		
		list-style: none;
}

#container {
		
		margin: 10px 0 10px 115px;
		width: 788px;
		border: 1px solid #800000
}

#header {
		float: left;
		width: 788px;
		height: 119px;
		background-image: url(../images/kopf.jpg); 
}

*html #menue {
		float: left;
		margin: 99px 0 0 115px;
}

#menue {
		float: left;
		margin: 99px 0 0 235px;
		font-size: 75%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		letter-spacing: 0.05em;
}

#menue li {
		float: left;
		margin: 0 5px 0 0;
		list-style: none;	
}

#menue li:hover {
		color: #F4A460;
}
#menue a {
		float: left;
		text-decoration: none;
		color: #FAEBD7;
		font-weight: bold;
		margin-right: 5px;
}

#menue a:hover {
		color: #F4A460;
}


#menue .active {
		color: #F4A460;
}

#contentbox{
		float: left;
		width: 786px;
		background-color: #F4A460;
		border: 1px #800000 solid;
}

#sublinks {
		float: left;
		width: 155px;
		padding: 0 0 50px 20px;
}

#sublinks a {
		text-decoration: none;
}

#sublinks ul {
		list-style: none;
		
}

#sublinks ul li{
		line-height: 2em;
}

#sublinks .active {
		font-weight: bold;
}

#content {
		float: right;
		width: 513px;
		padding: 5px 40px 40px;
}

#footer {
		clear: both;
		width: 788px;
		height: 20px;
		color: #FAEBD7;
		font-size: 70%;
		text-align: center;
		letter-spacing: 0.05em;
		background: #800000;
		border-top: 1px solid #800000;
		
}

.info {
		color: red;
		font-size: 120%;
		font-weight: bold;
}

.hover {
	color: #FF9933;
}


#fotobox {
		float: left;
		width: 450px;
		margin: 0 40px 0 0;
		padding: 20px 0 20px 0;
		
}

#fotobox dl {
		
		float:left;
		
}		

#fotobox dd {
		float:left;
		margin-bottom: 15px;
}		

#fotobox dd img {
		float:left;
		margin-right: 15px;
		border: 1px #800000 solid;
}	
