/*****************************************************************
						Tag Formatierung
*****************************************************************/
html[xmlns^="http"] {
	overflow-y: scroll;
}
  

* {
	margin: 0; 
	padding:	0;
}

body { 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff; 
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left 1px;
	font-size: 12px;
	line-height: 18px;
	color: #3a3a3a;
}

p { 
	margin-bottom:			18px; 
}

a,
a:visited{ 
	outline:none;
	color: #ff753a;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus{
	color:#ff753a;	
	text-decoration: none;
}	


/*****************************************************************
						Klassen Formatierung
*****************************************************************/

.suchtext {
	position:				absolute;
	top:					-9999px;
	left:					-9999px;
}

.clear {
	clear:					both;
	height:					0px;
	font-size:				0px;
	line-height:			0px;
}

/*****************************************************************
						HP Formatierung
*****************************************************************/

#container {
	width: 980px;
	height: auto;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/menu_bg_repeat.jpg);
	background-repeat: repeat-y;
	
}

/****************************************************************/

#header {
	width: 980px;
	height: 288px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;	
	background-position: left top;
}

#header h2 {
	padding-left: 380px;
	padding-top: 220px;
}

#header h2 a {
	text-indent: -9999px;
	color: #fff;
	line-height: 1px;
	font-size: 1px;
	display: block;
	width: 370px;
	height: 63px;
}

/****************************************************************/


#mainmenu {
	width: 	212px;
	height:auto;
	float: left;
	display: inline;
	padding-bottom: 50px;
}


#mainmenu ul {
	padding-left: 40px;
	padding-top: 27px;
	
}

#mainmenu ul li {
	list-style-type: none;
	
}

#mainmenu ul li a,
#mainmenu ul li a:visited {
	color: #f5f077;
	text-decoration: none;
	font-size: 14px;
	line-height: 30px;
	padding: 0 0 0 20px;
}

#mainmenu ul li a:hover,
#mainmenu ul li a:active,
#mainmenu ul li a:focus,
#mainmenu ul li.active a {
	background-image: url(../images/hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#kontaktdaten {
	padding-left: 60px;
	color: #f5f077;
	padding-top: 25px;
}

#kontaktdaten .telefon {
	background-image: url(../images/telefon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}

#content {
	width: 453px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-image: url(../images/content_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	display: inline;
	padding: 25px 290px 50px 25px;
}

#content h3 {
	color: #ff753a;
	font-size: 20px;
	padding-bottom: 3px;
}

#content h4 {
	font-size: 17px;
	padding-bottom: 10px;
}
