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

* {
	margin: 0; 
	padding: 0;
}

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

p { 
	margin-bottom: 16px; 
}

a { outline: none;}

h3
{
    color: #340106;
    margin-bottom: 20px;
}

h4 { 
    color: #996633; 
    margin-bottom: 7px;
    font-weight: bold;
    margin-top: 20px;
}

address { font-style: normal; }

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

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

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

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

a,
a:visited {
	color: #9c6935;
	text-decoration: none;
	font-size: 13px;
}

a:hover,
a:active,
a:focus {
	color: #c98846;
}

#wrapper {
	
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: auto;
}

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

/*****************************************************************
						HEADER
*****************************************************************/

#header {
	width: 907px;
	height: 258px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#header h2 {
	padding-top: 50px;	
}

#header h2 a {
	display: block;	
	width: 330px;
	height: 110px;
	text-indent: -9999px;
	margin-left: 30px;
	font-size: 1px;
	line-height: 0px;
	float: left;
	display: inline;
}

#header ul {
	float: right;
	padding-right: 35px;
	padding-top: 5px;
}

#header ul li {
	display: inline;
	
}

#header ul li a,
#header ul li a:visited {
	color: #9c6935;
	text-decoration: none;
	font-size: 13px;
	margin-left: 15px;
	font-weight: bold;
}

#header ul li a:hover,
#header ul li a:active,
#header ul li a:focus,
#header ul li.active a {
	color: #c98846;
}

/*****************************************************************
						CONTENTCONTAINER
*****************************************************************/

#contentcontainer {
	width: 907px;
	height: auto;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	float: left;
}

/*****************************************************************
						MAINMENU
*****************************************************************/
#mainmenu {
	width: 297px;
	height: auto;
	float: left;
	overflow: hidden;
}

#menu_top {
	height: 94px;
	width: 297px;
	background-image: url(../images/menu_top.jpg);
	background-repeat: no-repeat;	
}

#menu {
	height: 350px;
	width: 297px;
	background-image: url(../images/menu_left.jpg);
	background-repeat: no-repeat;
	padding-left: 75px;
	padding-top: 50px;
}

#menu ul {
	width: 222px;
}

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

#menu ul li a,
#menu ul li a:visited {
	color: #9c6935;
	text-decoration: none;
	font-size: 13px;
	width: 171px;
	text-align: center;
	display: block;
	line-height: 28px;
	font-weight: bold;
	background-image: url(../images/seperator.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu ul li a:hover,
#menu ul li a:active,
#menu ul li a:focus,
#menu ul li.active a {
	color: #c98846;

}
/*****************************************************************
					    CONTENT
*****************************************************************/

#content {
	width: 610px;
	height: auto;
	float: right;
	display: inline;
	overflow: hidden;
}

#content_top {
	width: 610px;
	height: 78px;
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
}

#text {
	width: 500px;
	min-height: 370px;
	height: auto !important;
	height: 370px;	
	padding-left: 30px;
	padding-top: 30px;
}

#text ul {
    margin-left: 30px;
}

/*****************************************************************
						FOOTER
*****************************************************************/

#footer {
	height: 91px;
	width: 907px;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	
}
