
body {
   margin: 0;
   padding: 2% 0 0 0;
   font: 85% courier, times, serif;
   text-align: center;
   color: #000000;
   background-color: #FFFFFF;
   height: 80%;

   /*scrollbar-3dlight-color: #F6971B;
   scrollbar-arrow-color: #000000;
   scrollbar-darkshadow-color: #595959;
   scrollbar-face-color: #E17100;
   scrollbar-highlight-color: #F6971B;
   scrollbar-shadow-color: #595959;
   scrollbar-track-color: #BF6000;*/
}



#container {
   margin: 1em auto;
   width: 669px;
   height: 499px;
   text-align: left;
}


#hintergrund {
   background: url("design/grafik/hgr.jpg");
   background-color: white;
   width:669px;
   height:499px;
   position:relative;
   z-index:0;
}


#navigation {
   position: relative;
   left: 10px;
   top: 80px;
   float: left;
   display: inline;
   width: 125px;
   height: 370px;
   background-color: transparent;

   font: 143% courier, times, serif;
   line-height: 1.1;
   font-weight: bold;
   text-align: right;
   color: #000000;
}

#navigation a {
	height: 20px;
   width:125px;
   background-image:url(design/navigation/inaktiv20px.png);
   background-repeat:no-repeat;
   position:absolute;
   float:right;
}

#navigation a:hover {
   background-image:url(design/navigation/aktiv20px.gif);
   background-repeat:no-repeat;
}


#ueberschrift {
   position: relative;
   right: 50px;
   top: 52px;
   float: right;
   width: 435px;
   height: 40px;
   color: #A00000;
   background-color: transparent;
}



#inhalt {
	position: relative;
   float: right;
   right: 50px;
   top: 70px;
   overflow: auto;
   width: 430px;
   height: 350px;
   color: #000000;
   background-color: transparent;
   z-index:100;
   padding:0 6 0 0;

   font: 100% times, serif;
   line-height: 1.3;
   text-align: justify;

}

#inhalt a {
	color: #A00000;
   text-decoration: underline;
}

#inhalt table {
	font: 100% courier, times, serif;
   color: #000000;
}

#inhalt .rahmen_duenn {
	font: 95%;
   vertical-align: top;
   border-collapse:collapse;
   border-width:1px;
   border-style:solid;
   border-color:#000000;
   padding:3px;
}

#inhalt .gaestebuchSchrift_normal {
	font: 95%;
}

#inhalt .gaestebuchSchrift_normal a:hover{
	font: 100%;
   color:#FFFF71;
}

#inhalt .gaestebuchSchrift_klein {
	font: 85%;
}

#grafikUR {
	position: relative;
   float: left;
   margin-left: 496px;
   margin-top: -173px;
   width: 173px;
   height: 282px;
   background-color: yellow;
}

#fusszeile {
	text-align: right;
   font: 70% courier, times, serif;
   color: #6C6C6C;
   background-color: transparent;
}

#fusszeile a {
   color: #6C6C6C;
   text-decoration: underline;
}
