/*****************************************************************
						Tag Formatierung
*****************************************************************/

* {
	margin:	 0; 
	padding: 0;
}

html {
	height: 99%;	
}

body { 
	text-align:	center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff; 
	font-size: 13px;
	line-height: 20px;
	color: #404040;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

p { 
	margin-bottom:	16px; 
}

a { outline:none;}

a,
a:visited {
	color: #404040;
	font-weight: bold;
	text-decoration: underline;

}

a:hover,
a:active,
a:focus {
	text-decoration: underline;
	color: #676767;
}

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

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

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

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

#container {
	width: 1003px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 1003px;
	height: 173px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;	
}

#header h2 {
	margin-left: 335px;
	padding-top: 35px;
}

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

#contentcontainer {
	width: 1003px;
	height: auto;
	overflow: hidden;
	background-image:url(../images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainmenu {
	height: auto;
	width: 310px;
	float: left;
	display: inline;	
	border-right: 1px solid #c1c1c1;	
	margin-top: 75px;
	padding-bottom: 10px;
}

#mainmenu ul {
	float: right;
	display: inline;
	width: 220px;
	margin-right: 20px;
}

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

#mainmenu ul li a,
#mainmenu ul li a:visited {
	text-decoration: none;
	color: #404040;
	font-size: 17px;
	line-height: 33px;
	display: block;
	width: 220px;
	text-align: center;
	background-image: url(../images/seperator.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: normal;
}

#mainmenu ul li a:hover,
#mainmenu ul li a:active,
#mainmenu ul li a:focus,
#mainmenu ul li.active a {
	font-weight: bold;	
}

#mainmenu ul li.impressum a {
	background-image: none;	
}
#content{
 behavior: url(png_fix/iepngfix.htc);
}
#content {
	min-height: 417px;
	height: auto !important;
	height: 417px;
	width: 660px;
	float: right;
	display: inline;
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 30px;
	padding-top: 33px;
	padding-bottom: 33px;
}

#content h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 35px;
}

#content #left {
	width: 277px;
	float: left;
	display: inline;	
	margin-left: 25px;
}

#content #right {
	width: 277px;
	float: left;
	display: inline;	

}

#content #text {
    width: 600px;
    clear: both;
}

#content a img {
    padding: 3px;
    border: 1px solid #8d8d8d;
    margin-right: 5px;
}

#content ul {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#footer {
	width: 100%;
	height: 220px;
	background-color: #d4d4d4;
	clear: both;
}

#footer_content {
	width: 917px;
	height: auto;
	margin: 0 auto;
	padding-left: 86px;
	font-size: 12px;
	padding-top: 25px;
}

#footer address {
	width: 210px;
	float: left;
	display: inline;
	height: auto;
	font-style: normal;
	text-align: left;
}

#footer address span {
	font-weight: bold;	
}

#kontaktdaten {
	float: right;
	display: inline;
	width: 650px;
}

#footer #telefonfooter {
	background-image: url(../images/telefon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	display: block;
	width: auto;
	float: left;
	padding-left: 20px;
}

#footer #telefax {
	background-image: url(../images/telefax.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	display: block;
	width: auto;
	float: left;
	padding-left: 20px;
	margin-left: 25px;
}

#footer #email {
	background-image: url(../images/email.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	display: block;
	width: auto;
	float: left;
	padding-left: 20px;
	margin-left: 25px;
}

#footer #email a {
	color: #404040;
	text-decoration: none;
	font-weight: normal;
}



