body{
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 20px;
background-color: #003000;
/*background-image:url(images/bg1.jpg);
background-repeat:repeat-x*/
}

table,td{
font-size: 11pt;
font-family: arial,verdana,arial;
color:#FFF79C;
}

h2{
font-size: 13pt;
font-family: arial,verdana;
letter-spacing:1px;
font-style:italic;
color:#FFCB00;
}

#inhalt {
text-align:justify;
padding-left: 30px;
padding-right:30px;
padding-top: 30px;
padding-bottom: 30px;
background-color:#014c00;
width:100%;
background-image:url(root/images/line1.jpg);
background-repeat:no-repeat;
background-position:center top;
}

#fusszeile {
font: normal 12px verdana, sans-serif;
color: #FFF79C;
padding:2px;
height:40px;
text-align:center;
background-image:url(root/images/line1.jpg);
background-repeat:no-repeat;
background-position:center top;
background-color:#014c00;
}

#menu  a:link, #menu  a:visited  {
display: inline;
font-size: 10pt;
line-height: 18px;
font-weight: normal;
padding: 0px 10px 6px 10px;
text-decoration: none;
color: #FFF79C;
float: left;
font-family: "Trebuchet MS",arial, helvetica, verdana, tahoma,sans-serif;
text-transform:uppercase;
letter-spacing:1px
}

#menu a:hover {
color: #FFCB00;
background: url(root/images/pfeil.gif) no-repeat bottom center;
}

#menu  a:active {
color: #00000;
background: url(root/images/pfeil.gif) no-repeat bottom center;
}

/* allgemeine links im text */
a:link{ color: #FFCB00; text-decoration:underline; ;font-family: verdana; font-size: 11pt; }

a:visited{color: #FFCB00;text-decoration:underline;font-family: verdana; font-size: 11pt; }

a:active{ color:#FFCB00;text-decoration:underline;font-family: verdana; font-size: 11pt; }

a:hover{ color: black;background-color: #FFCB00;  text-decoration:none;font-family: verdana; font-size:  11pt; }