body {background-color: #A92324;
         /*background-color: #B64740;*/
        font-family:  trebuchet ms,arial;
        color:white;
        margin:0;
        padding:0;
		text-align:justify;
        }


h1 {
        color:#fff;
        font-size:18px;

}

#stand {
position:absolute;
top:0px;
right:0px;
color: red;
}

#nav_zeiger {
         position:absolute;
         top:137px;
         right:0px;
        
		 width:5em;
		 text-align:center;
         /*background-image: url(fade.png);
			background-position:left;
			background-repeat:repeat-y;*/
         padding-left:10px;
         padding-right:10px;
         height:4ex;
         line-height:4ex;
         background-color:#461612;
         z-index:2000;
         font-size: 4ex;
}

#top{
        position:absolute;
        top:0px;
        left:0px;
        height:136px;
        width:100%;

        color:#ffff33;
        text-align:right;


        background-image: url(top.jpg);
        background-repeat:repeat;
        background-position: left;
        font-size:36px;
        z-index:60;
        border-bottom: 1px solid white;

}

#main_navi{
        position:absolute;
        top:150px;
        left:20px;
        width:140px;
        z-index:66;

        
        border-bottom:none;
        }
		
		#main_navi a {
	display:block;
	
	  position:relative;
         height:auto;
         width:140px;
         z-index:100;
         border: 1px solid white;
		
         line-height: 4ex;
         text-align:center;
		 margin:-1px;
}

#sub_navi{
        position:relative;
        z-index:67;
        left:10px;
		border: 1px solid white;
		width:140px;
		/*margin-bottom: 10px;
		margin-top: 10px;*/
		        }

/*.navi_cell {
         position:relative;
         height:auto;
         width:140px;
         z-index:100;
         border: 1px solid white;
		
         line-height: 4ex;
         text-align:center;
		 margin:-1px;
		 
		 
}

.sub_cell {
         position:relative;
         height:auto;
         width:140px;
         z-index:1000;
         /*background-color: #F59E19;
         border: 1px solid white;
         line-height: 4ex;
         margin:-1px;
		 text-align:center;
		
}


.active_cell {
         position:relative;
         height:auto;
         width:140px;
         z-index:100;
         background-color: #C5310B;
         border: 1px solid white;
         line-height: 4ex;
         text-align:center;
		 margin:-1px;
}
*/


#maincontent{
		position:absolute;
        top:180px;
        left:200px;
        width:70%;
        z-index:100;
        }
		
#maincontent_centered{
		position:absolute;
        top:180px;
        left:200px;
        width:70%;
        z-index:100;
		text-align:center;
        }
		
#copy{
	float:left;
	}

#wasserzeichen {
background-image:url(bgrnd.png);
background-repeat:no-repeat;
bottom:15px;
height:500px;
position:fixed;
right:15px;
width:382px;
z-index:1;
}

a img {border:none;} /* entfernt Rahmen um mit Links hinterlegte Bilder */

/*behandlung von grafiken*/
img {
         border: 1px solid white;
         margin: 10px;
}

/*hilfsklasse die bilder weiter von den ul-bullets wegrückt*/
.neben_liste{margin-right:25px;}



#main_navi a:link, #main_navi a:visited {
         display:block;
         background-color:#461612;
         color: white;
         text-decoration: none;
}

#main_navi a:hover {
         display:block;
         background-color:#F0520C;
}

#sub_navi a:link, #sub_navi a:visited {
         display:block;
         background-color:#EE5307;
         color: white;
         text-decoration: none;
}

#sub_navi a:hover {
         display:block;
         background-color:#F36D1C;
}

.bild_rechts {
	float:right;
}

.bild_links {
	float:left;
	
}

dl {
	margin:15px;
	margin-bottom:5px;
	padding:0px;
	margin-top:8px;
	padding-bottom:5px;
	/*background-color:pink;*/
	background-image:url(caption_background.png);
	background-repeat:repeat;
	font-size: 10px;
}

dt {
	margin-right:-11px;
	margin-left:-11px;
	margin-top:-9px;
}

dd {
	margin-top:-10px;
	margin-left:15px;
}


