/*Zuletzt bearbeitet am 09.09.2006 13.20 */
        * {
			margin: 0;
			padding: 0;
        }      
		
		#main {
			padding-left:25px;
			padding-top:40px;
			padding-right:25px;
			font-size:10pt;
		}		
		
		a {
			text-decoration:none;
			/*Wegen halloween dunkler
			/*color:#3169B5; */
			color: #1B50DF;
		}	

		a:hover {
           
			color: #FFCC00;
			
		}
        
        body {
			font-family: Trebuchet MS,Verdana,sans-serif; 
			/*background: #F0F8FF url(images/wrapper.jpg) repeat-y 50% 0; *7
			Für Halloween dunkler gemacht:
			*/
			background: #EFEFEF url(images/wrapper.jpg) repeat-y 50% 0; 
			
        }
		
		#profile_bar {
			background-color: #EFEFEF;
			width: 732px;
			font-size: 10pt;
			color: black;
		}
		
		#profile_bar ul {
			list-style-type: none;
		}
		
		#profile_bar ul li {
			display: inline;
			margin: 0px auto;
			text-align: center;
			
		}
		
		#profile_bar ul li img {
			
		}
		
		#admin_bar {
			background-color: #EFEFEF;
			width: 722px;
			color: black;			
			padding: 5px;
		}
		
		#admin_bar ul {
			list-style-type: none;
		}
		
		#admin_bar ul #new_content {
			background-image: url(images/admin_icons/seitenverwaltung.png);
		}
		
		#admin_bar ul #new_news {
			background-image: url(images/admin_icons/newsverwaltung.png);
		}

		#admin_bar ul #events_last_visit {
			background-image: url(images/admin_icons/eventlog.png);			
		}
		
		#admin_bar ul #photos {
			background-image: url(images/admin_icons/bilderverwaltung.png);			
		}		

		#admin_bar ul #edit_content {
			background-image: url(images/edit.png);			
		}		

		#admin_bar ul #edit_content_disabled {
			background-image: url(images/editgray.png);			
		}	

		#admin_bar ul li {
			height: 48px;
			background-repeat: no-repeat;
			vertical-align: middle;
		}
		
		#admin_bar ul li a {
			text-decoration: none;
			color: black;
			margin-left: 50px;
		}
        
		#admin_bar ul li a:hover {
			text-decoration: none;
			color: #FFCC00;
		}
		
		#wrapper {
            width: 732px;
            margin: 0px auto;
            height: 100%;
        }
        
        #banner {
            background: url(images/banner.jpg);
            height: 169px;
            text-indent: -999em;
            width: 732px;
        }
        
        #banner a {
            display:block;
            height:169px;
            width:732px;
        }
               
        img {
	        border: 0
        }
        .blue {
            color:#3169B5; 
            font-size:11pt
        }
      
		#footer {
			color:black;
			font-size:9pt;
			text-align:center;
			padding-top:10px;
			clear:both;
		}
		
		#admin_options ul {
			list-style-type: none;
		}
				
	
		.error {
			color: red;
		}
	
        span.headline {
			font-size: 11pt;
		}
		
		#layouttype {
		   list-style-type: none;
		}
		
		#layouttype li {
		   float: left;
		   width: 100px;
		   height: 125px;
		   margin: 40px;
		}
		
		div.quote {
			border: 1px black groove;
			background-color: #D5E8F3;
			color: black;
			text-align: justify;
			font-style: italic;
			padding: 5px;
		}

		img.quote {
			float: left;
		}
		
		span.author {
			display: block;
			font-weight: bold;
			text-shadow: black 3px 3px 5px;
		}		
		
		#secretary img {
			display: block;
		}
		
		#caretaker div {
			float: left;
			margin-right: 13px;
		}
		
		#caretaker div img {
			display: block;
		}
	
		div.news {
			margin-top: 10px;
			border: 1px solid #D0D6DC;
		}
		
		span.news_headline {
			font-size: 12pt;
			font-weight: bold;
			font-style: italic;
		}
		
		span.news_summary {
			font-size: 10pt;
		}


