/* CSS Document */

*, body, html, li, p, table, br, ol, ul, th, h1, h2, h3 {
	margin: auto;
	padding: 0px;
}
body {
	font-family: Trebuchet MS, Verdana, Arial;
	background-color: #190000;
	background-image: url(../images/hg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:13px;
}
h1{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:20px;
	color:#7a1d0b;
	font-style: normal;
	font-weight: normal;
	margin:3px 0px 0px 35px;
}
h2{
	font-family: Trebuchet, Verdana, Arial;
	font-size:18px;
	color:#385c3f;
	font-style: normal;
	font-weight: normal;
	margin:3px 0px 0px 22px;
}
h3{
	font-family: Trebuchet, Verdana, Arial;
	font-size:16px;
	color:#385c3f;
	font-style: normal;
	font-weight: bold;
}
/*----------------- links -----------------*/
a:link {
	color: #000;
	text-decoration: none;
	font-size:18px;
	font-weight: normal;
}
a:visited {
	color: #000;
	text-decoration: none;
	font-size:18px;
	font-weight: normal;
}
a:hover {
	color: #7a1d0b;
	text-decoration: none;
	font-size:18px;
	font-weight: normal;
}
a:active {
	color: #7a1d0b;
	text-decoration: none;
	font-size:18px;
	font-weight: normal;
}

.normal a:link {
	color: #7a1d0b;
	text-decoration: underline;
	font-size:16px;
	font-weight: bold;
}
.normal a:visited {
	color: #7a1d0b;
	text-decoration: underline;
	font-size:16px;
	font-weight: bold;
}
.normal a:hover {
	color: #000;
	text-decoration: underline;
	font-size:16px;
	font-weight: bold;
}
.normal a:active {
	color: #000;
	text-decoration: underline;
	font-size:16px;
	font-weight: bold;
}

.mail a:link {
	color: #7a1d0b;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}
.mail a:visited {
	color: #7a1d0b;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}
.mail a:hover {
	color: #000;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}
.mail a:active {
	color: #000;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}
/*----------------- links -----------------*/
#wrapper{
	width: 800px;
	height: 100%;
	background-image: url(../images/hg_wrapper.jpg);
	background-repeat: repeat;
	margin: 0px auto;  /*mittig ausrichten*/
	position:relative;
	}
/*----------------- Divs -----------------*/
#head{
	width: 800px;
	height: 271px;
	float:left;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	padding:0px 0px 0px 0px;
}
#navi{
	width: 297px;
	height: 225px;
	float:left;
	background-image: url(../images/navi.jpg);
	background-repeat: no-repeat;
	padding:30px 0px 0px 0px;
}
#content{
	width: 463px;
	min-height: 412px;
	float:left;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	padding:0px 40px 0px 0px;
}
#left {
 width:297px;
 height:157px;
 position:absolute;
 background-image: url(../images/left.jpg);
 top:-157px;
 left:0;
 z-index:1;
}
#bottom{
	width: 800px;
	height: 224px;
	background-image: url(../images/bottom.jpg);
	background-color: #190000;
	background-repeat: no-repeat;
	float:left;
	position:relative;
}
#box1{
	width: 167px;
	height: 150px;
	float:left;
	padding:74px 0px 0px 60px;
}
#box2{
	width: 177px;
	height: 224px;
	float:left;
	padding:0px 0px 0px 10px;
}
#box3{
	width: 230px;
	height: 214px;
	float:left;
	padding:20px 0px 0px 20px;
}
#box_glas{
	width: 130px;
	height: 224px;
	float:left;
	padding:0px 0px 0px 0px;
}
/*----------------- Divs -----------------*/
.bild_links{
	float:left;
	border: none;
	margin:0px 6px 0px 0px;
}
.bild_rechts{
	float:right;
	border: none;
	margin:0px 0px 0px 6px;
}
.clear{
 clear:both;
 float:none;
}

p, table, td, li, ul, ol, br, span, tr {
	color:#000;
}
p {
 margin: 10px 0px 5px 35px;
}	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}	
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */