/********************************************/
/********************************************/
/*************   Layout    ******************/
/********************************************/
/********************************************/
* {
	margin: 0;
	padding: 0;
}
:focus {
	outline: none;
}
body {
	background: #adad85 url("../images/body_bg.jpg") no-repeat fixed center top;
	padding: 0 0 0 0;
}
#head {
	position: relative;
	height: 122px;
	background: url("../images/header_bg.gif") no-repeat scroll center top;	
}
/* Layout Alignment | Layout-Ausrichtung */
.page_margins {
	margin: 0 auto;
	width: 904px;
	padding: 0px 25px;
	background: url("../images/page_bg.png") no-repeat top center fixed;
}
/* Layout Properties | Layout-Eigenschaften */
/*.page { padding: 0px 7px 10px 7px; }*/
#header {
	padding: 10px 20px;
	/*width: 904px;
	padding: 0px 7px;
	min-height: 81px;
	color: #000;
	background: url("../images/logo.gif") no-repeat top left;*/
}
#logo {
	width: 330px;
	float: left;
}
#topnav {
	width: 500px;
	text-align: right;
	float: right;
	font-size: 1.0em;
	padding-top: 10px;
	/*padding: 20px 27px;*/
	color: #333333;
}
#topnav a {
	color: #333333;
}
#search {
	padding-top: 12px;
	text-align: right;
}
#banner {
	padding: 0px 7px;
	/*z-index: -1;*/
}
#menu {
	overflow: hidden;
}
#main_navigation {
	position: absolute;
	bottom: 5px;
	padding-left: 7px;
	/*margin-top: 4px;*/
	/*padding: 5px 2em 0px 7px;*/
	/*min-height: 32px;*/
	color: #000;
	z-index: 999;
	}
#navtree {
	padding: 15px 20px;
}
#navtree a {
	text-decoration: underline;
}
#main {
	padding: 0px 20px;
	min-height: 390px;
	 height:auto !important;
	  height:390px;
}
#footer {
	padding: 10px 20px;
	color: #666;
	background: #adad85;
	border-top: 5px #adad85 solid;
}
#copyright {
	font-size: 1em;
	float: left;
	width: 170px;
	color: #f8f8ea;
}
#footer_nav {
	width: auto;
	margin: 0 0 0 190px;
	color: #f8f8ea;
}
#footer_nav a {
	color: #f8f8ea;
	text-decoration: underline;
}
#footer_nav a:hover {
	color: #000000;
}
/**
   * Containers
   *
   */
#col1 {
	float: left;
	width: 170px;
	margin: 0px;
}
#sidebar {
	float: right;
	width: 190px;
	margin: 0
}
#content {
	font-size: 1.1em;
	color: #000000;
	width: 460px;
	margin: 0px 0px 0px 190px
}
/*-------------------------------------------------------------------------*/
.newsbox {
	position: scroll;
	width: 182px;
	border-style: none;
	padding: 7px;
	background-color: #d4d4b7;
	text-align: left;
	color: #666633;
	z-index: 0;
}
/********************************************/
/********************************************/
/*************    SEARCH    *****************/
/********************************************/
/********************************************/
#search {
	font-weight: bold;
	color: #fff;
}
#search form {
	padding: 0px;
	margin: 0px;
}
#search input, #search button {
	border: none;
}
#search .box {
	color: #000;
	font-size: 1.0em;
	width: 112px;
	height: 15px;
	padding: 5px 0px 0px 5px;
	background: #adad85 url(../images/search_bg.gif) no-repeat;
	margin-right: 0px;
}
#search .btn {
	width: 28px;
	height: 20px;
	cursor: pointer;
	text-indent: -9999px;
	margin-left: 5px;
	background: #000 url(../images/search_bg.gif) no-repeat top right;
}
#toolbox a {
	font-size: 1em;
	color: #666666;
	display: block;
	margin-bottom: 3px;
	padding: 5px 5px 5px 30px;
	text-decoration: underline;
}
a.print {
	background: #B7B794 url(../images/print_icon.gif) no-repeat 5px center;
}
a.recommend {
	background: #B7B794 url(../images/recommend_icon.gif) no-repeat 5px center;
}
a.top {
	background: #B7B794 url(../images/top_icon.gif) no-repeat 5px center;
}
#slideshow {
	/*position: relative;
	z-index: 1;*/
}
#fontsize {
	padding: 5px;
}
    #altcontent {
    background: url('../images/layout_intro_alternativeseite.jpg') no-repeat; 
    width: 850px; 
    height: 482px; 
    padding: 60px 0 0 40px;
    }
        #altcontent h1 {
        font-size: 18px;
        color: #F8F8EA;
        font-weight: normal;
        }
        #altcontent a {
        color: #F8F8EA;
		text-decoration: none;
        }
