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

* {
	margin: 0; 
	padding: 0;
}

html {
	height: 101%;	
}

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


p { 
	margin-bottom: 16px; 
}

a,
a:visited{ 
outline:none;
color: #c95d45;
}

a:hover,
a:active,
a:focus {
	color: #8c4131;
}

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

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

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

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

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

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

#header h2 {
	padding-top: 55px;
	padding-left: 25px;
	
}

#header h2 a {
	color: #000;
	text-indent: -9999px;
	line-height: 1px;
	font-size: 1px;
	display: block;
	width: 230px;
	height: 55px;
}

#wrapper {
	width: 980px;
	height: auto;
	overflow: hidden;	
}

#mainmenu_wrapper {
	width: 262px;
	float: left;
	display: inline;	
	height: auto;
	background-image: url(../images/menu_bg_repeat.jpg);
	background-repeat: repeat-y;
}

#mainmenu {
	width: 262px;
	min-height: 554px;
	height: auto !important;
	height: 554px;
	background-image: url(../images/menu_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

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

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

#mainmenu ul li a,
#mainmenu ul li a:visited{
	display: block;
	width: 203px;
	line-height: 32px;
	border-top: 1px solid #000;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	padding-left: 22px;
}

#mainmenu ul li.impressum a {
	border-bottom: 1px solid #000;	
}

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

#mainmenu address {
	font-style: normal;	
	margin-left: 40px;
	position: absolute;
	bottom: 80px;

}

#mainmenu address span {
	display: block;
	font-weight: bold;
}

#mainmenu .tel {
	margin-left: 40px;
	position: absolute;
	bottom: 0px;

}

#mainmenu .tel span {
	display: block;
	font-weight: bold;
}


#mainmenu_footer {
	width: 262px;
	height: 37px;
	background-image: url(../images/menu_footer.jpg);
	background-repeat: no-repeat;
	
}

#contentcontainer {
	width: 718px;
	height: auto;
	float: right;
	display: inline;
	background-image: url(../images/content_bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: 4px top;
}

#content {
	width: 624px;
	min-height: 388px;
	height: auto !important;
	height: 388px;
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 166px 62px 0 32px;
}

#content h3 {
	font-size: 25px;
	margin-bottom: 12px;
	text-shadow: 3px 1px 10px #fff;
}

#content h4 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 21px;
	text-shadow: 3px 1px 10px #fff;
}


#content_footer {
	width: 718px;
	height: 37px;
	background-image: url(../images/content_footer.jpg);
	background-repeat: no-repeat;
}

a img.vorschau {
margin: 3px;
border: 1px solid #000;
box-shadow: 0 0 3px #000;
-moz-box-shadow: 0 0 3px #000;
-webkit-box-shadow: 0 0 3px #000;
}

a img.vorschau:hover {
margin: 3px;
border: 1px solid #000;
box-shadow: 0 0 6px #fcff00;
-moz-box-shadow: 0 0 6px #fcff00;
-webkit-box-shadow: 0 0 6px #fcff00;
}
