/* ----------allgemeine Vorgaben-------------- */

body {
background-color: #008000;
font-size: 14px;
font-family: Courier New, monospace;
color:#000000;
text-align: center;
}

a {
color: #006000;
text-decoration: none;
}

a:visited {color:#006000;}
a:hover {color: #008000;
text-decoration: underline;}
a:active { color:#008000;}

h1 {
font-family: Arial, sans-serif;
font-size: 20px;
line-height: 24px;
font-weight: normal;
text-align: center;
letter-spacing: 2px;
color: #ff4800;
padding:135px 0px 0px 0px;
margin:0px }

h2 {
font-size:27px;
font-family: Arial, sans-serif;
font-weight: normal;
letter-spacing: 2px;
padding: 0px 0px 5px 0px;
line-height: 1.5em;
color: #ff4800;
margin:0px;}

h3 {
font-size:16px;
font-weight: bold;
color: #404040;
padding: 15px 20px;
margin:0px;}


/* ----------Zentrierter Container-------------- */
#container {
width: 750px;
margin-top: 20px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}

/* ----------Header-------------- */
#header {
height: 168px;
background-image: url(img/header-bg.gif);
background-repeat: no-repeat;
background-position: top;
padding: 0px;
margin: 0px;
}


/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
background-image: url(img/gruen.gif);
background-repeat: repeat-x;
background-position: bottom;
margin: 0px;
padding: 20px 80px 0px 80px;
}

#content p {
padding-top: 0px;
padding-bottom: 5px;
line-height: 1.2em;
}

#content ul {
margin-left: 0px;
line-height: 1.5em;
padding: 0px 0px 0px 0px;
}

#content ul li {
margin-left: 0px;
list-style-type: disc;
padding: 2px 0px 2px 0px;
}

#content img{
padding: 0px 0px 0px 0px;
margin: 0px 0px -6px 0px;
border: 3px solid #008000;
}



/* --------------obere navigavtion------------- */
#nav1 {
height: 36px;
margin: 0px;
border-top: 1px solid #008000;
}

#nav1 p {
padding: 10px 0px 0px 0px;
color: #008000;
font-family: Arial, sans-serif;
font-weight: normal;
font-size: 13px;
letter-spacing: 0em;
margin:0px;
}

#nav1 a {
color: #008000;
margin:0px;
}

#nav1 a.aktiv {
color: #ff4800;
margin:0px;
}

#nav1 a:hover {color: #ff4800;
text-decoration: none;}




/* -----------footer--------------------------- */

#footer {
clear: both;
background-color: #008000;
color: #ffffff;
font-size: 11px;
margin: 0px;
padding: 10px 0px 10px 0px;
text-align: center; }

#footer a {
color: #ffffff;
}



