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

* {
	margin:					0; 
	padding:				0;
}

html {
	height: 101%;	
}

body { 
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
 	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-size: 13px;
	color: #34312f;
	line-height: 20px;
}

p { 
	margin-bottom:			25px; 
}

a { outline:none;}

a,
a:visited {
	text-decoration: underline;
	color: #4d3320;
}

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

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

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

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

/*****************************************************************
						HP Formatierung
*****************************************************************/
#container {
	width: 970px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

/*****************************************************************
						Header
*****************************************************************/

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

#header h1 {
	padding-top: 23px;
	padding-left: 50px;
}

#header h1 a {
	text-indent: -9999px;
	font-size: 1px;
	color: #e3c481;
	line-height: 1px;
	display: block;
	width: 660px;
	height: 155px;
}

/*****************************************************************
						Contentcontainer
*****************************************************************/

#contentcontainer_top {
	width: 947px ;
	height: 35px;
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;	
	margin: 0 auto;
}

#contentcontainer {
	width: 947px;
	height: auto;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;	
	overflow: hidden;
}

/*****************************************************************
						Hauptnavigation
*****************************************************************/

#mainmenu {
	float: left;
	display: inline;
	padding: 0 0 0 41px;
	width: 240px;
	height: auto;
}

#mainmenu ul {
	padding-top: 5px;
	margin-bottom: 70px;
}

#mainmenu ul li {
	list-style-type: none;
	margin-bottom: 7px;
}

#mainmenu ul li a,
#mainmenu ul li a:visited {
	text-decoration: none;
	color: #4d3320;
	font-size: 15px;
	display: block;
	line-height: 30px;
	width: 194px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
    background-position: left bottom;
	padding-left: 10px;
	font-weight: bold;
}

#mainmenu ul li a:hover,
#mainmenu ul li a:active,
#mainmenu ul li a:focus,
#mainmenu ul li.active a {
	color: #e3c680;
	background-image: url(../images/menu_hover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}

/*****************************************************************
						Content
*****************************************************************/

#content {
	float: left;
	display: inline;
	height: auto;
    overflow: hidden;
	width: 625px;
	padding-bottom: 20px;
}

#content h2 {
	font-size: 28px;	
	font-weight: normal;
	line-height: 28px;
    padding-bottom: 0px;
}

#content #seperator {
	height: 2px;
	width: 621px;
	background-image: url(../images/seperator.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 20px;
}

#content_left {
	width: 280px;
	height: auto;
	float: left;
	display: inline;
	margin-bottom: 30px;
	text-align: justify;
	padding-right: 20px;
}

#content_right {
	width: 280px;
	padding-left: 20px;
	height: auto;
	float: left;
	display: inline;
	text-align: justify;
}

/*****************************************************************
						Bottom & Footer
*****************************************************************/

#contentcontainer_bottom {
	width: 947px;
	height: 15px;
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;	
}

#footer {
	width: 947px;
	height: 30px;
	margin: 0 auto;	
	text-align: center;
}
