body {
margin: 0 auto;
padding: 0;
text-align: center;
background: #fff url("../gfx/asta_bg.gif") top center repeat-y fixed;

font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: small; line-height: 140%;
}

h1, h2, h3, h4, h5, h6, {
margin: 0;
padding: 0;
letter-spacing: 0;
}

/* Pseudo-Klassen */
a:link 		{ color: #999999; text-decoration: none;}
a:visited 	{ color: #333333; text-decoration: none; }
a:hover 	{ color: #007a3b; text-decoration: underline; }
a:active 	{ text-decoration: none;}

#wrapper {
margin: 0 auto;
width: 730px;

border: 0px solid red;
position: relative;
}

#header {
clear: both;
padding: 0;
margin: 0;
text-align: left;
background: #fff url("../gfx/header01.jpg") top center no-repeat;
height: 195px;
}

#content {
border: 0px solid red;
float: right;
width: 570px;
text-align: left;
padding: 0;
}

#content p {
border: 0px solid yellow;
padding: 0 75px 0 105px;
}

#content p.left150 {
border: 0px solid yellow;
padding: 0;
width: 165px;
float: left;
font-size: 10px;
line-height: 140%;
color: #9aa29c;
text-align: right;
}

#content p.right150 {
width: 395px;
float: right;
border: 0px solid yellow;
padding: 0;
margin: 0 0 1em 0;
font-size: 11px;
}

#content h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
padding: 20px 0 20px 0;
padding-left: 105px;
font-size: 20px;
line-height: 120%;
font-weight: normal;
color: #9aa29c;
}

#content blockquote {
float: left;
font-size: 14px;
line-height: 160%;
text-align: right;
font-family: "Georgia", "Times New Roman", times, serif;
font-style: italic;
color: #007a3b;
padding: 0 2em 1em 0;
margin: 0;
width: 225px;

}



#menu {
border-bottom: 1px solid #007a3b;
float: left;
width: 150px;
text-align: left;
}

#footer {
clear: both;
text-align: left;
margin: 4em 0 3em 0;
}

#footer p {
padding-left: 170px;
font-size: 11px;
line-height: 140%;
margin: 0.5em 0;
}

.ontop {
height: 25px;
border-bottom: 1px solid #007a3b;
}

.top {
text-decoration: none;
font-size: 10px;
background: #fff url("../gfx/arrow_top.gif") no-repeat;
background-position: 0px 5px;
padding: 0 0 0 10px;
color: #007a3b;
}


/* Das Hauptmenu */

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

#menu ul li {
border: 1px solid #fff;
font-size: 11px;
}

#menu ul li a {
display: block;
border-top: 1px solid #007a3b;
padding: 0 0 0 10px;

font-weight: bold;
color: #9aa29c;

text-decoration: none;
}

	/* Zweite Ebene */
	#menu ul ul {
	background-color: #fff;
	margin: 0 0 0 8px;
	}
	
	#menu ul ul li a {
	font-weight: normal;
	background: #fff url("../gfx/arrow2_grey.gif") no-repeat;
	background-position: 0px 8px;
	}

		/* dritte Ebene */
		#menu ul ul ul {
		background-color: white;
		}
		
		#menu ul ul ul li a {
		font-size: 10px;
		line-height: 14px;
		border: 0px solid #fff;
		background: #fff url("../gfx/arrow2_grey.gif") no-repeat;
		background-position: 0px 8px;
		}

#menu ul li a.oneon {
color: #007a3b;
background: #fff url("../gfx/arrow_green.gif") no-repeat;
background-position: 0px 8px;
}	

#menu ul li a.start {
color: #007a3b;
border-top: 0px solid #fff;
}		
	
/* Das Hauptmenu */



/* Der Seitenkopf (Header) */

#logo{
position: absolute;
top: 60px; left: 26px;
}

#claim {
position: absolute;
top: 160px; *top: 170px; left: 13px;
}

#adresse {
display: none;
}

#header ul {
font-size: 10px;
height: 30px;
margin: 0;
padding: 8px 0;
list-style: none;
}

#header ul li {
float: left;
}

#header ul li a{
padding: 3px 9px;
text-decoration: none;
color: #9aa29c;
}

#header ul li a:hover{
color: #007a3b;
}

#header ul li a.vline{
border-left: 1px solid #9aa29c;
border-right: 1px solid #9aa29c;
}

/**/
	
input, textarea, select {
color : #007a3b; 
font: normal Verdana, Arial, Helvetica, sans-serif;
background-color: #f1f1f1;
border: 0;
margin-bottom: 5px;

}

input {
border-bottom: 1px solid #007a3b;
}
input.submit { 
color: #efede3;
font-weight: bold;
background-color: #007a3b;
width: 140px; height: 20px;
margin-top: 10px;
}
input.reset { 
background-color: #ffffff; 
width: 140px; height: 20px;
border: 1px solid #007a3b;
}

p.inp {
margin: 0;
padding: 0;
font-size: 11px;
border: 1px solid green;
}
/**/

#botbox {
display: none;
}