@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
	background-image: url(gfx/site_bg.jpg);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
	color: #383838;
}
a:link {
	color: #e24242;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e24242;
}
a:hover {
	text-decoration: underline;
	color: #e24242;
}
a:active {
	text-decoration: none;
	color: #e24242;
}

img 
{ 	
	behavior: url(iepngfix.htc);
}

#map img {
	behavior: none;
}

#wrap {
	width: 784px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 782px;
	padding: 0 1px 0 1px; 
	background-color: #fff;
	border: 0px solid red;
}
#header {
	width: 782px;
	position: relative;
	height: 89px;
	background-image: url(gfx/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	padding: 0;	
}
#headerlogo {
	position:absolute;
	width:290px;
	height:35px;
	z-index:1;
	left: 240px;
	top: 30px;
}
#navigation {
	background-image: url(gfx/navigation_bg.jpg);
	background-repeat: repeat-x;
	width: 782px;
	height:38px;
	margin-top: 0px;
}
#mainpic {
	width: 782px;
	height:200px;
	margin-top: 2px;
	position:relative;
}

#trenner1 {
	width: 782px;
	height:3px;
	margin-top: 2px;
}

#sitecontent {
	width: 782px;
	background-color:#FFFFFF;
	float:left;
}

#realcontent {
	width: 501px;
	background-color:#FFFFFF;
	float:left;
}

#sidebar {
	width: 281px;
	background-color:#f5eed1;
	float:left;
}
#trenner2 {
	width: 782px;
	height: 3px;
}
#footer {
	width: 782px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #8c8c8c;
	padding: 0px 0 0px 0;
	line-height: 30px;
	background-color:#eeeeee;
}

#sbpart1 {
	margin: 72px 0 0px 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	line-height:17px;
	color: #383838;
}
#sbpart2 {
	margin: 60px 0 30px 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:bold;
	color: #db9b06;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 513px;
	top: 155px;
}
#maincontent {
	padding: 20px 10px 10px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #383838;
	line-height:17px;
	float:left;
}

h1 {
	color: #db9b06;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #383838;
	line-height:17px;
}

.textfett {
	font-weight:bold;
}
.gallerypic {
	padding: 3px;
	border: 1px solid #ccc;
	margin: 3px 3px 0 0;
}
.gallerypic:hover {
	padding: 3px;
	border: 1px solid #db9b06;
	margin: 3px 3px 0 0;
}
.formularinput {
	background-image:url(gfx/text-bg.gif);
	background-repeat:repeat-x;
	background-position: top left;
	border: 1px solid #CCCCCC;
	margin: 0;
	margin-bottom: 5px;
	padding: 3px 0 0 5px;
	width: 300px;
	height: 18px;
	color: #db9b06;
	font-size:12px;
}
.formulartextfield {
	background-image:url(gfx/text-bg.gif);
	background-repeat:repeat-x;
	background-position: top left;
	border: 1px solid #CCCCCC;
	margin: 0;
	margin-bottom: 5px;
	padding: 3px 0 0 5px;
	width: 300px;
	height: 150px;
	color: #db9b06;
	font-size:12px;
}


