
/* Globale anweisungen */

body { margin: 0px; padding: 0px; font-size: .80em; background: url(../images/background.jpg) repeat-x; background-color: #dbe27c;}

div, p, h1, h2, h3, span, a, form, img, li, hr, body	{
   	margin: 0px;
   	padding: 0px;
   	font-family: tahoma,arial,verdana,sans-serif; vertical-align: top; }
	
.content { margin-left:50px; }
	
h1 {font-size:16px;color:#127523;font-weight:bold;margin:0px;}
h2 {font-size:12px;color:#127523;margin:2px;margin-left:24px;}
h3 {font-size:11px;color:#ffffff;}

p {margin-top:0px;}
a:link, a:visited


{ text-decoration:none;
font-weight:bold;
color:#127523;
font-size:13px;
}

a:active, a:hover
{ text-decoration:none;
font-weight:bold;
color:#127523;
font-size:13px;
}


/* Das Menü */
#menu {
background-repeat:no-repeat;
height:35px;
border-top:0px solid #D8FC47;
position: absolute; top: 310px; left: 45px;
}
#text {
float:left;
font-size:12px;color:#127523;
width:1000px;height:550px;
position:absolute;
top: 345px; left: 45px;
overflow:auto;
border:0px;
}

	
	