body
{
overflow: auto;
margin-top: 0px;  
margin-left: 0px; 
margin-right: 0px;
margin-bottom: 0px; 
background-color: #fec000; /* Orange */
padding:0px;
background-position:100% 0%; 
/* background-position:center top; */
background-image:url(images/hintergrund1920_1200.jpg);  /*Hintergrundbild volle Breite */
background-repeat:no-repeat;  
/*background-repeat:repeat-x;  
width:100%; */ 
}

/* Überschrift */
#kopf
{
border: 0px solid; 
width: 600px; 
height: 42px;
background-image:url(images/schrift2.gif);
margin:0px auto;
}

#schmetterling
{
position: absolute; 
width: 147px;
height: 120px;
right: 250px; 
bottom: 200px;
background-image:url(images/schmett_007_1.gif);
}

/* innerer Bereich */
#aussen
{
width: 768px; 
text-align: center; 
padding:0px;
margin-top: 0px; 
margin-left: 0px; 
margin-right: 0px;
margin-bottom: 0px;
}

/* Menü */
#menu2 a, #menu2 a:visited , #menu2 a:active, #menu1 a, #menu1 a:visited , #menu1 a:active
{

display: block;
color:#000;

text-decoration:none ;
font-family:verdana, sans-serif; 
font-size: 10pt;

padding-left: 8px; 
padding-right: 8px;
padding-bottom: 0px; 
padding-top:0px;

line-height:28px;
height:28px;
width:96px;

text-align:center;

background-image:url(images/button.jpg);
background-repeat:repeat-x;

margin-left:1px;
margin-right:1px;
margin-bottom:1px;


}

#menu2 a:hover, #menu1 a:hover
{
background-color:#fff;
color:#000; 
text-decoration:none;
background-image:url(images/mover.jpg);
}



/* allgemeine links im text */

a:link, a:visited, a:active
{ 
font-size: 98%;
font-family: arial, helvetica, verdana, tahoma, sans-serif;
color:#003662
}

a:hover
{ 
text-decoration:UNDERLINE;
background-color:#DFDFDF;
color:#000;
}

