body
{
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	line-height: 1.7em;
	color: #324251;
	font-size: 13px;
	background-image: url(images/bg_site.gif);
	margin: 0px;
}

.ecke
{
    background: url('images/ecke.gif') top right;
    height:49px;
}

.clearfix
{
    height:0;
    clear:both;
}

h2
{
    color: #9A907A;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
}

h3
{
     color: #9A907A;
    font-weight: lighter;
    font-size: 1em;
}

.gebiete
{
     color: #9A907A;
     margin-bottom: 20px;
}

ul
{
    list-style-image: url('images/aufzaehlung.gif');
    margin: 0;
    padding:0 0 0 20px;
}
li 
{
    padding:0;
    margin: 0;
}

small, .weiter
{
    line-height: 1.2em;
}

.weiter
{
    margin-bottom: 10px;
}

a:link
{
    color: #9A907A;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
    color: #9A907A;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    color: #324251;
    font-weight: bold;
    text-decoration: none;
}
a:active
{
    color: #324251;
    font-weight: bold;
    text-decoration: none;
}


/*-----------NAVIGATION------------*/

#navwrapper
{
    margin:auto
}

.navbackground
{
    background: #fff;
}

.nav-open {
	display: none;
}

#nav {
	position: relative;
	float: left;
	margin: 0 0 80px 20px;
	text-transform: uppercase;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	float: left;
}

#nav ul li.close {
	display: none;
}


#nav ul li a {
	padding:0 10px 0 0;
	display: block;
	text-decoration: none;
}

#nav ul li a span{
color: #000000;
}

#nav ul li a:hover {
}

#nav a:link, .nav-open a:link  { color:#9a907a; text-decoration:none;}
#nav a:visited, .nav-open a:visited { color:#9a907a; text-decoration:none;}
#nav a:active, .nav-open a:active { color:#9a907a; text-decoration:none;}
#nav a:hover, .nav-open a:hover { color:#324251; text-decoration:none;}



 /*-----------CONTENT------------*/ 

 #wrapper
 {
     margin:15px auto ;
 }
 
 #header
 {
     background: #fff;
     margin: 0;
 }
 
 #header img
 {
     width: 100%;
 }
 
 #content
 {
     margin: 0;
     background: #fff;
 }
 
 /*----------------START--------------*/
 
 h1.start
 {
    color: #9A907A;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.15em;
    margin: 0;
 }
 
 


 