@charset "utf-8";
/* CSS Document */
body{
	top:0px;
	bottom:0px;
	background-color:#DFDFDF;
	font-family:Arial, Helvetica, sans-serif;
	
}
a:hover{
	font-weight:bold;
	color:red;
}

a{
	font-weight:bold;
	text-decoration:none;
	color:blue;
}

#body_container{
position:relative;
width:1024px;
height:775px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
/**text-align:center;**/
background-color:white;
}



#logo_links{
position:absolute;
background-image:url(logo_links.png);
background-repeat:no-repeat;
top:20px;
left:0px;
width:200px;
height:227px;
z-index:100;
}

#logo_rechts{
	position:absolute;
	background-image:url(logo_rechts.png);
	background-repeat:no-repeat;
	top:104px;
	right:0px;
	width:250px;
	height:160px;
	z-index:100;
}
#logo{
position:absolute;
top:0;
width:1024px;;
height:150px;
}


#navigation_oben{
	position:absolute;
	width:1024px;
	top:150px;
	height:40px;
	left: 0px;
	text-align:center;
}
#navigation_oben a{
text-decoration:none;
color:white;
}
#navigation_links{
padding-top:50px;
position:absolute;
left:0;
top:195px;
height:558px;
width:200px;
font-size:12px;
font-weight:bold;
}

#text{
position:absolute;
top:195px;
right:0;
width:824px;
height:558px;
background-image:url(lilie.png);
background-position:center;
background-repeat:no-repeat;
font-size:12px;
text-align:center;
overflow:scroll;
}

#footer{
	position:absolute;
	width:1024px;
	height:20px;
	font-size:8px;
	left: 0px;
	top: 755px;
	text-align: center;
}

#photo_thumb{
	width:300px;
	height:300px;
	margin:auto;
}

#foto_rahmen{
	position:relative;
	width:400px;
	height:340px;
	margin:auto;
}

#woe_leiter{
	position:absolute;
	width:100px;
	height:100px;
	top:40px;
}
#woe_leiter2{
	position:absolute;
	width:100px;
	height:100px;
	top:140px;
}
#woe_leiter3{
	position:absolute;
	width:100px;
	height:100px;
	top:240px;
}
#juffi_leiter{
	position:absolute;
	width:100px;
	height:100px;
	left:100px;
	top:40px;
}
#juffi_leiter2{
	position:absolute;
	width:100px;
	height:100px;
	left:100px;
	top:140px;
}

#juffi_leiter3{
	position:absolute;
	width:100px;
	height:100px;
	left:100px;
	top:240px;
}

#pfadi_leiter{
	position:absolute;
	width:100px;
	height:100px;
	left:200px;
	top:40px;
}
#pfadi_leiter2{
	position:absolute;
	width:100px;
	height:100px;
	left:200px;
	top:140px;
}

#pfadi_leiter3{
	position:absolute;
	width:100px;
	height:100px;
	left:200px;
	top:240px;
}

#rover_leiter{
	position:absolute;
	width:100px;
	height:100px;
	left:300px;
	top:40px;
}
#rover_leiter2{
	position:absolute;
	width:100px;
	height:100px;
	left:300px;
	top:140px;
}
#rover_leiter3{
	position:absolute;
	width:100px;
	height:100px;
	left:300px;
	top:240px;
}
#leiterrunde_rest{
	position:relative;
	width:700px;
	height:100px;
	margin:auto;
}
#rahmen_klein{
	position:absolute;
	height:100px;
	width:100px;
	left:0px;
}
#rahmen_klein1{
	position:absolute;
	height:100px;
	width:100px;
	left:100px;
}
#rahmen_klein2{
	position:absolute;
	height:100px;
	width:100px;
	left:200px;
}
#rahmen_klein3{
	position:absolute;
	height:100px;
	width:100px;
	left:300px;
}
#rahmen_klein4{
	position:absolute;
	height:100px;
	width:100px;
	left:400px;
}
#rahmen_klein5{
	position:absolute;
	height:100px;
	width:100px;
	left:500px;
}
#ueberschrift_rahmen{
	position:absolute;
	width:100px;
	height:40px;
	left:0;
}
#ueberschrift_rahmen1{
	position:absolute;
	width:100px;
	height:40px;
	
	left:100px;
}
#ueberschrift_rahmen2{
	position:absolute;
	width:100px;
	height:40px;
	
	left:200px;
}
#ueberschrift_rahmen3{
	position:absolute;
	width:100px;
	height:40px;
	left:300px;
}

/* NAVIGATION */

ul#menu {
    margin: auto; padding: 0;
    text-align: center;
    border: none;
    
}
ul#menu li {
	list-style:square;
	list-style: none;
	display:block;
	margin: 0;
	padding: 0;
}

ul#menu a, ul#menu span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: none;
	color:blue;
}
	
* html ul#menu a, * html ul#menu span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#menu a:hover, ul#menu span {
  color:red;
}
  
 ul#menu_klein {
    margin: auto; padding-left: 20px;
    text-align: center;
    border: none;
    font-size:10px;
}
ul#menu_klein li {
	list-style:square;
	list-style: none;
	display:block;
	margin: 0;
	padding: 0;
}

ul#menu_klein a, ul#menu_klein span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: none;
	color:blue;
}
	
* html ul#menu_klein a, * html ul#menu_klein span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#menu_klein a:hover, ul#menu_klein span {
  color:red;
  } 
