/*===============================================================================
									Allgemein
===============================================================================*/

* {
	margin:0px;
	padding:0px;

}

body {
	background: #e3f5d1 url(../images/style/grund.jpg) fixed no-repeat top center;
	font: 15px Arial, Helvetica, sans-serif;
}


a {
	text-decoration:none;
}
a:visited {
	color: #36DF00;
}
a:link {
	color: #36DF00;
}
a:hover {
   color:#bb082e;
}

h1 {
	font-family: Times New Roman, Times;
	text-transform: uppercase;
	font-size:x-large;
	color:#1D7B00;
	margin-bottom:30px;
}

p {
	padding: 0 0 15px 30px;
	line-height: 25px;
}

h1:first-letter{
	font-size:30pt;
}

.underline{
	text-decoration:underline;
}

img {
	border:0;
	vertical-align: middle;
}

/*===============================================================================
									Inhalt
===============================================================================*/

#container {
    margin: 0 auto 0px;
    padding: 0px 0 0px 0px;
    width: 820px;
    text-align: left;
    background: #e3f5d1;
}

#top {
    position: relative;
    margin: 0 10px;
    width: 800px;
    height: 300px;
    background: #7DB357 url(../images/style/top.png) no-repeat center;
}

#nav {
    margin-bottom: -50px;
	 height: 50px;
	 background: #7DB357;
    text-align:center;
	 background-color:transparent;
}



#main {
	margin: 	0px 0 0 20px;
	width: 820px;
	padding: 0px;
}

#content {
	padding: 10px 0px 10px 20px;
	width: 550px;
	float: left;
}


#seite {
float: right;
margin: 30px 50px 40px 0;
padding: 10px 0px -130px 0px;
}


#bottom {
padding: 30px 0 30px;
background-color: #000000;
clear:both;
width:100%; text-align:center;
}


#reben {
	background: url(../images/style/footer_reben.gif) repeat-x scroll center bottom;
	width: 100%;
	float: left;
}

#rebenInnen {
	background: url(../images/style/footer_rebenInnen.jpg) no-repeat scroll center bottom  #e3f5d1;
	width: 820px;
	float: left;
	padding: 0 0 150px;	
	}
	

#nav a {
	color:black;
}


.farbe {
	background-color: #B9FF9F;
}

.foot {
	color: #b7b8cc;
}

#content ul {
	margin-left:80px;
}