/*------------------------------------------------------------Textstile */



/*------------------LINK Normal  */
a:link, a:visited, a:focus, a:active {text-decoration:underline; color:#FFFFFF; line-height:1.9em;}
a:hover {text-decoration:underline; color:#FFFFFF; line-height:1.9em}


/*------------------LINK Bilder  */
a#bild:link, a#bild:visited, a#bild:focus, a#bild:active {background-image:url(gfx/camera.gif); background-repeat:no-repeat; padding:0px 0px 6px 25px; text-decoration:underline; color:#FFFFFF; line-height:2.1em;}
a#bild:hover {background-image:url(gfx/camera.gif); background-repeat:no-repeat; padding:0px 0px 6px 25px; color:#CFCFCF; text-decoration:underline; line-height:2.1em}




/*-----------------------------------------------------------------Seitenaufbau */
body{
         margin:0px 0px 0px 0px;
         background-image:url(gfx/footk.jpg);
         background-repeat:repeat-x;
         text-align:center; /* Zentrierung im Internet Explorer */
         scrollbar-base-color: #FFFFFF;
   	scrollbar-3dlight-color: #ACACAC;
  	scrollbar-arrow-color: #999999;
  	scrollbar-darkshadow-color: #686868;
  	scrollbar-face-color: #F0F0F0;
         scrollbar-highlight-color: #F0F0F0;
  	scrollbar-shadow-color: #F0F0F0;
  	scrollbar-track-color: #DCDCDC;
         background-color:#000000;
}

#foot {               /* Inhalt komplett */
width:839px;
text-align: right;    /* Seiteninhalt rechts ausrichten */
margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
background-image:url(gfx/foot.jpg);
background-repeat:repeat;
}





#text {

         overflow:hidden;
	padding:8px 30px 0px 0px;
         margin:0px 0px 0px 0px;
         line-height:2.2em;
         color:#FFFFFF;
         display:block;
         font-size: 8pt;
         font-family:Verdana,Arial;

}

#sound {padding:3px 0px 0px 195px; float:left;}








