/* CSS Document  */

body { 
	font-family: Verdana;
	letter-spacing: 1px;
	font-size: 12px;
    position:absolute;
    color: #435028;
    background: #ececdd;
}


html, body { 
    top: 0; left: 0; right: 0;
    min-height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* HEADER--------------------------------------------------------- */

#header_container {
    position: fixed;
    top: 0; left: 0; right: 0;
    text-align: center;
    margin: 0;
    height: 100px;
    z-index: 3;
}

#header {
	position: absolute;
	color: #435028;
    top: 0; left: 0; right: 0; bottom: 0;
    height: 100%;
	background: #435028;
    z-index: 3;
    margin: 0;
    padding: 5px 10px 0px 0px;
}

/* MENUE--------------------------------------------------------- */

#menu {
    position: fixed;
    top: 105px;
    left: 0;
    width: 200px;
	height: 100%;
	background: #bcbe94;
    padding: 0;
}

#content {
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    z-index: 2;
}

#menu a {
	margin: 0px;
	color: #435028;
	font-size: 11px;
	width: 200px;
	display: block;
	padding: 11px 0px 11px 0px;
	text-align:center;
	text-decoration: none;
}

#menu a:hover {
	background: #d7d8bb;
	display: block;
	text-decoration: none;	
}


#menu a.aktiv {
	background: #ececdd;
	width: 200px;
	display:block;
	color: #a83729;	
}

/* MAIN--------------------------------------------------------- */

#main
{
	margin: center;
	background: #ececdd;
	line-height: 20px;
	width: 800px;
	height: 100%;
    z-index: 2;
	text-align: left;
	padding: 110px 30px 40px 235px;
}

#main table
{
	margin-top: 5px;
	width: 100%;
	vertical-align: top;
}

#main img
{
	padding: 10px 10px 5px 10px;
}

#main td.uschrift
{
	text-align: center;
	color: #435028;
	font-size: 14px;
	font-weight: bold;
	width: 900px;
	padding: 5px 50px 5px 50px;
	font-variant: small-caps;
}

#main td.news-startseite
{
	background: url(Grafiken/hg_header2.png);
	color: #435028;
	font-size: 11px;
	padding: 20px;
}


#main a
{
	color: #a83729;
	text-decoration: none;
}

#main a:hover
{
	color: #435028;
	text-decoration: none;
	font-weight: bold;
}

#main h1
{
	font-family: Georgia;
	color: #a73729;
	font-size: 16px;
}

#main h2
{
	color: #a83729;
	font-size: 12px;
	font-weight: bold;
}

#main td {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

#main h3
{
	font-family: Georgia;
	color: #a73729;
	font-size: 12px;
}

/* FOOTER--------------------------------------------------------- */

#footer_container {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    margin: 0;
    height: 40px;
    z-index: 3;

}

#footer {
	position: absolute;
	font-size: 12px;
    top: 0; left: 0; right: 0; bottom: 0;
	background: #435028;
    z-index: 3;
    margin: 0;
    padding: 0px 20px 0px 20px;
	color: #435028;
}


#footer a {
	color: #ffffff;
	line-height: 22px;
	text-decoration: none;
}

#footer a:hover {
	color: #435028;
	line-height: 22px;
	text-decoration: none;
}
