@charset "utf-8";
/* CSS Document */

body {
	background-image: url("img/wallpaper.jpg");
	background-image: url("img/wallpaper.jpg");
    color: #000000;
    font-family: fantasy,sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 817px;
}
}

td,p,ul,ol,li,h1,h2,h3,h4,h5,h6,div,small,strong,pre span {
	font-family:Verdana, Geneva, sans-serif;
}
strong { color: #3C5E07;}
h1 {font-size:1.5em;margin:0; color: #065c0c}
h2 {font-size:1.2em;
	color: #6ed307; 
	padding-top: 20px
}

img {border-style:none}

#container{
	
	width: 817px;
	height:  700px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 0px;
	opacity: 0.8;

}

#header {
	background-image: url("img/genuss_header.jpg");
    background-repeat: no-repeat;
    height: 370px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 817px;
	border: 2px groove brown;

}

#header_text {
	padding-top: 140px;
}


#inhalt {
	color:#000;
	padding:10px;
	width: 658px;
}

#inhalt p {
	color: #000;
    font-family: helvetica;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1px;
    padding-right: 5px;
    text-align: justify;
    width: 500px;
}

#inhalt_right {
	float: right;
    left: 775px;
    position: absolute;
    top: 120px;
    width: 278px;
}

#inhalt_left{
	width: 500px;
	color:#000000;
	float:left;
	position:absolute;
	top:345px;
}

#inhalt_right p{
	width:268px;
	text-align:left;
	margin-top:277px;
	margin-left: 16px;
}

#clear{
 	clear:both;
}

a:link {color:#7f040f}
a:visited {color:#7f040f}
a:hover {color:#c10617;}
a:active {color:#c10617}
a:focus {color:#c10617}

a {font-weight:600}
h4 a {font-weight:bold}



#footer {
	text-align:center;
	font-size:0.7em;
	height: 85px;
	position:absolute;
	top:680px;
	width: 690px;
	margin-left: 60px;
	
}

