html, body
{
	min-height: 100%;
	margin:0px;
	padding:0px;
	background-image:url(/images/template/top_background.png);
	background-repeat:repeat-x;
	background-color:#fff;
	background-position: left top;
	
}
h1
{
	
font-family: Arial;
font-size: 18px;
line-height:30px;
font-weight:bold;
margin-top:20px;
}
.clearer
{
	margin: 0px;
	padding: 0px;
	clear: both;
}	
div#outerwrapper {
	background-image: url(../images/template/top_background.png);
	background-repeat: repeat-x;
	position: relative;
	font-family: Arial;
	background-color: #FFF;
	padding-bottom:30px;
}

div#outerwrapper a{
	color:white;
}

div#outerwrapper div#wrapper{
	background-image: url(../images/template/top_background.png);
	background-color:#fff;
	background-repeat: repeat-x;
	background-position: top;
	height: 155px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
div#outerwrapper div#wrapper div#logo{
	background-image: url(../images/template/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 107px;
	padding-top: 7px;
}
div#outerwrapper div#wrapper div#menu {
	height: 40px;
	font-family: Arial;
	color: #FFF;
}

div#outerwrapper div#content {
	width: 950px;
	background-color:#FFF;
	margin-right: auto;
	margin-top: 9px;;
	margin-left: auto;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	min-height: 100%;
	overflow:auto;

}

div#footer {
	font-size: 12px;
	top: auto;
	position:fixed;
	color: #FFF;
	background-color: #362207;
	width: 100%;
	bottom: 0px;
	font-family: Arial;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 2000;
}

div#footer a{
	color:white;
	}
	
div#footer a:hover{
	color:white;
	}

div#footer div#footer_main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial;
}
div#footer div#footer_main div#links {
	float: left;
	width: 850px;
	font-family: Arial;
	font-size: 12px;
}

div#footer div#footer_main div#rechts {
	float: left;
	width: 100px;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
}

div#outerwrapper div#content div#content_links {
	float: left;
	width: 635px;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 0px;
	font-size:9pt;
}

div#outerwrapper div#content div#content_links  a{
	color: #352106;
}

div#outerwrapper div#content div#content_links a:hover{
	color: #ccc;
}


div#outerwrapper  div#content div#content_rechts {
	padding: 10px;
	float: right;
	width: 200px;
	position: relative;
	font-family: Arial;
}

div#outerwrapper div#header {
	background-image: url(../images/template/top_background.png);
	background-repeat: repeat-x;
	height: 155px;
	width: 100%;
	position: fixed;
	z-index: 1000;
}

div#bottomlogo {
	z-index:100;
	font-size: 10px;
	top: auto;
	position:fixed;
	color: #FFF;
	width: 100%;
	bottom: 0px;
	font-family: Arial;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#bottomlogo div#inner{
	position:relative;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	left:375px;
	font-family: Arial;
	text-align:right;
	margin-bottom:30px;
	background-image: url(../images/template/logo_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 110px;
}

