@import url();

body {
	font-family: georgia, times, serif;
	font-size: 90%;
	line-height: 1.6em;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background:#471a00;
	color:#fff;
}

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

a:hover {
	text-decoration: underline;
	color:#fff;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

/** DIV Struktur **/

#container {
	width:100%;
	
	}

#container-content {
	float:left;
	width:880px;
	min-height:600px;
	background:#9d0d15 url(images/content-bg.png) 140px right no-repeat;
	border:12px solid #fff;
	text-align:left;
	margin:2em 0 2em 5em;
	}
	
#header #head-img {
	background:#86252b url(images/head-bg.gif) top left no-repeat;
	height:124px;
	}

#header #head-img img {
	margin:15px 0 0 30px;
	}
#header #head-img h1{
	display:none;
	}
	
#header #navi {
	height:25px;
	margin:0;
	padding:0;
	background:#471a00 url(images/navi-bg.gif) top left no-repeat;;
	}
	
#container-content #content {
	width:610px;
	min-height:290px;
	padding:1em 2em 2em 2em;
	}		
	
#container-content #content img.mfoto {
	float:left;
	padding:0 2em 5em 0;
	}	
/** Navigation **/
	
#header #navi ul {
	padding:0;
	margin:0 0 0 2.4em;
	list-style-type:none;
	color:#fff;
	font-size:
	}

#header #navi ul li {
	display:inline;
	letter-spacing:0.2em;
	padding:0 1em 0 0;
	
	}
	
#header #navi ul li:after{content:" |";}	
	
#header #navi ul li a, #header #navi ul li a:link, #header #navi ul li a:visited {	
	color:#dfccc2
	}

#footer {
	height:250px;
	margin:-140px 0 0 0;
	background:url(images/footer-bg.png) top left no-repeat;
	}

#footer span.links {
	padding:220px 5px 20px 20px;
	float:left;
	}
	

#footer span.locations {
	padding:220px 5px 20px 20px;
	float:right;
	}
		
/* Text Formatierung*/

#content h2 {
	text-align:right;
	font-size:1.3em;
	font-weight:normal;
	letter-spacing:0.1em;
	}
	
.confirm {
	background: #fff;
	padding: 10px;
	color: #9d0d15;
}

/* Bilder */

.imgleft {
	float: left;
	margin: 0 10px 0 0;
}

.imgright {
	float: right;
}

.imgcontainer {
	margin-top: 10px;
	height: 406px;
	overflow: hidden;
}
