/* 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: #FFCC00;
	background-image: url(../images/hg.jpg);
	background-repeat: no-repeat;
	font-size:15px;
	color: #000;	
}
h1{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:24px;
	color:  #6BB425;
	font-style: normal;
	font-weight: normal;
	margin:0px 0px 0px 0px;
}
h2{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:18px;
	color:  #6BB425;
	font-style: normal;
	font-weight: normal;
	margin:0px 0px 0px 0px;
}
h3{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:20px;
	color: #6BB425;
	font-style: normal;
	font-weight: normal;
	margin:0px 0px 0px 0px;
}
/*----------------- links -----------------*/
a:link {
	color: #000;
	text-decoration: underline;
	font-size:15px;
	font-weight: normal;
}
a:visited {
	color: #000;
	text-decoration: underline;
	font-size:15px;
	font-weight: normal;
}
a:hover {
	color: #d31f20;
	text-decoration: underline;
	font-size:15px;
	font-weight: normal;
}
a:active {
	color: #d31f20;
	text-decoration: underline;
	font-size:15px;
	font-weight: normal;
}

.navi a:link {
	color: #000;
	text-decoration: none;
	font-size:15px;
	font-weight: normal;
}
.navi a:visited {
	color: #000;
	text-decoration: none;
	font-size:15px;
	font-weight: normal;
}
.navi a:hover {
	color: #d31f20;
	text-decoration: none;
	font-size:15px;
	font-weight: normal;
}
.navi a:active {
	color: #d31f20;
	text-decoration: none;
	font-size:15px;
	font-weight: normal;
}
/*----------------- links -----------------*/
#hg_kachel{
	height: 100%;
	background-image: url(../images/hg_all.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#wrapper_hg{
	width:100%;
	background-image: url(../images/hg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper{
	width: 700px;
	height: 100%;
	margin: 0px auto;  /*mittig ausrichten*/
	position:relative;
	background-image: url(../images/wrapper_kachel.jpg);
	background-repeat: repeat-y;
	}
/*----------------- Divs -----------------*/
#head{
	width: 514px;
	height: 184px;
	float:left;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	padding:13px 0px 0px 186px;
}
#left{
	width: 183px;
	min-height: 390px;
	float:left;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	padding:55px 0px 0px 37px;
}
#right{
	width: 415px;
	min-height: 395px;
	float:left;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	padding:40px 40px 10px 25px;
}
.box1{
	width: 197px;
	height: auto;
	float:left;
	padding:0px 10px 0px 0px;
}
.box2{
	width: 198px;
	height: auto;
	float:left;
	padding:0px 0px 0px 10px;
}
.box_full{
	width: 415px;
	height: auto;
	float:left;
	padding:0px 0px 0px 0px;
}
.adressbox{
width: 170px;
	height: auto;
	float:left;
	padding:15px 0px 0px 13px;
}
#bottom{
	width: 700px;
	height: 108px;
	float:left;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	padding:0px 0px 0px 0px;
}
/*----------------- Divs -----------------*/

.ul01{
	margin:15px 5px 0px 5px;
	padding:0px 0px 10px 0;
	width:190px;
}
.ul01 li {
	list-style-type: none;
	padding:3px 0px 0px 25px;
	margin-bottom:9px;
	background:url(../images/haken.gif) 0 1px no-repeat;
	text-align:left;
}

.bild_links{
	float:left;
	border: none;
	margin:7px 15px 5px 0px;
}
.bild_rechts{
	float:right;
	border: none;
	margin:7px 0px 5px 15px;
}


.clear{
 clear:both;
}

p, table, td, li, ul, ol, br, span, tr {
	color: #000;
}
p {
 margin: 10px 0px 5px 0px;
}	
.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 */

