/* CSS Document */

body, html, li, p, table, br, ol, ul, th, h1, h2, h3 {
	margin: auto;
	padding: 0px;
}

body {
	font-family: tahoma, verdana, arial, "sans serif";
	background-color: #EEEEEE;
	background-image: url(../images/hg.jpg);
	background-repeat: repeat-y;
	background-position:center;
}
h1{
	font-family: tahoma, verdana, arial, "sans serif";
	font-size:24px;
	color:  #b20015;
	font-style: normal;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	line-height:1.4em;
}
h2{
	font-family: tahoma, verdana, arial, "sans serif";
	font-size:18px;
	color:  #3f3f19;
	font-style: normal;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	line-height:1.4em;
}
/*----------------- links -----------------*/
a:link {
	color: #696d0c;
	text-decoration: none;
	font-size:12px;
	font-weight: normal;
}
a:visited {
	color: #696d0c;
	text-decoration: none;
	font-size:12px;
	font-weight: normal;
}
a:hover {
	color: #b20015;
	text-decoration: none;
	font-size:12px;
	font-weight: normal;
}
a:active {
	color: #b20015;
	text-decoration: none;
	font-size:12px;
	font-weight: normal;
}
/*----------------- links -----------------*/
#wrapper{
	width: 720px;
	height: 100%;
	margin: 0px auto;  /*mittig ausrichten*/
	position:relative;
	}
/*----------------- Divs -----------------*/
#head{
	width: 720px;
	height: 94px;
	float:left;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	padding:0px 0px 0px 0px;
}
#content{
	width: 720px;
	height: auto;
	float:left;
	background-image: url(../images/hg_kachel.jpg);
	background-repeat: repeat-y;
	padding:0px 0px 0px 0px;
}
#bottom{
	width: 720px;
	height: 20px;
	float:left;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	padding:28px 0px 0px 0px;
}
#box_full{
	width: 655px;
	height: auto;
	float:left;
	padding:30px 0px 0px 30px;
}
#box_left{
	width: 320px;
	height: auto;
	float:left;
	padding:0px 0px 0px 30px;
}
#box_right{
	width: 320px;
	height: auto;
	float:left;
	padding:0px 20px 0px 20px;
}
#form{
	width: 320px;
	height: auto;
	float:left;
	padding:0px 0px 0px 0px;
}
/*----------------- Divs -----------------*/
.rot{
	color: #b20015;
}

.bild_links{
	float:left;
	border: none;
	margin:10px 15px 0px 0px;
}
.bild_rechts{
	float:right;
	border: none;
	margin:10px 0px 5px 15px;
}

.clear{
 clear:both;
}

p, table, td, li, ul, ol, br, span, tr {
	color: #3f3f19;
}
p {
 margin: 10px 0px 10px 0px;
 font-size:12px;
 line-height:1.4em;
}	
.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 */
