/***************************** HEIGER OSTERTAG INTERNETSEITEN 2007 ********************************/

body {
	background-color: #000000;
	background-image: url(images/background.gif);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


a { color: #6A3405; text-decoration: none;}
a:visited { color: #6A3405; text-decoration: none;}
a:hover, a:visited:hover { color: #824814; text-decoration: none; }

#container {
	margin-top: 0px;
        margin-bottom: 20px;
	width: 800px;
	height: auto;
        margin-left: auto;
        margin-right: auto;
	min-height: 700px;
}

#header {
         width: 800px;
         height: 177px;
         background-image: url(images/banner.gif);}

#nav {
	width: 800px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	background: #DEDDD3;
	border-bottom: 1px solid #BFC1C0;
        font-family: Verdana, arial, sans-serif;
	font-size: 11px;
}
#nav ul {
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#nav ul li {
	float: left;
	height: 17px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #BFC1C0;
        border-top: none;
        border-bottom: none;
	padding: 5px 6px 2px 6px;
}
#nav ul li.active {
	margin: 0px 0px 0px 0px;
	padding: 5px 6px 2px 6px;
	background-color: #DBD5C5;
}
#nav ul li a, #navbar ul li a:visited {
	margin: 0px 0px 0px 0px;
	padding: 5px 6px 2px 6px;
	text-decoration: none;
	color: #57544B;
} 
#nav ul li a:hover {
	color: #837658;}

#content {
         width: 800px;
         min-height: 600px;
         height: auto;
         padding-bottom: 20px;
         background: #E5E5DB;}

#content_text_home {
        width: 780px;
        min-height: 600px;
        height: auto;
        margin-left: 20px;
        padding-top: 10px;
        font-family: Verdana, arial, sans-serif;
	font-size: 12px;
        line-height: 18px;}

#content_text {
        width: 700px;
        min-height: 600px;
        height: auto;
        margin-left: 23px;
        padding-top: 10px;
        font-family: Verdana, arial, sans-serif;
	font-size: 12px;
        line-height: 18px;}

#content_titel {
        width: 500px;
        height: 29px;
        padding-left: 9px;
        margin-left: 20px;
        padding-top: 15px;
        border-bottom: 1px solid #000000;
        font-family: Verdana, arial, sans-serif;
	font-size: 20px;
        font-weight: bold;}

#footer {
         width: 800px;
         height: 70px;
         background: #DDDDD3;
         font-size: 8px;}
