body {
	background-color:#a6bf79;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 956px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(../images/header-neu.jpg);
	width:956px;
	height:255px;
	position:relative;
}

#logo_w1,#logo_w2 {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 44px;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:1px;
	left:0px;
}
#logo_w2{
	top:50px;
	left:24px;
}
#header_text {
	top:90px;
	left:23px;
	width:600px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}

/*--formatiert die Menüleiste--*/
#menu {
width: 951px;
padding: 0 0px;
border: 3px solid #fff;
background: #a6bf79;
font-family: Verdana;
font-size: 1em;
line-height: 1.5;
float: left;
} 
/*--formatiert die Themenblöcke--*/
#menu ul {
float: left;
width: 140px;
list-style-type: none;
} 
/*--definiert die Blocküberschriften--*/
#menu h3 {
font-size: 1em;
text-align: center;
color: #000;
border: 1px solid #a6bf79; /*--erforderlich für IE 7--*/
background: #a6bf79;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a {
text-decoration: none;
display: block;
border: 1px solid #a6bf79;
text-align: center;
background: #a6bf79;
color: #fff;
}

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a:hover {
color: #000;
background: #a6bf79;
} 
/*
*verhindert im Zusammenhang mit position absolute bei ul ul
*eine Höhenvergrößerung von #menu beim Hovern--
*/

#menu li {
position: relative;
}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
position: absolute;
z-index: 2;
display: none;
} 
/*--lässt die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
color: #000;
display: block;
} 
/*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/

* html #menu ul li {
float: left;
width: 100%;
}

/*--nur für IE 7 erkennbar--*/

*+ html #menu ul li {
float: left;
width: 100%;
} 
/*--bewirkt Hover-Effekt für IE kleiner 7 auch für ul- und li-Elemente--*/
*html body {
behavior: url(csshover3-source.htc);
font-size: 100%;
}

*html #menu ul li a {
height: 1%;
} 
/*--definiert einen Einzellink im Normalzustand, wenn kein Drop-Down erforderlich--*/

#menu a.direkt:link {
font-size: 1em;
font-weight: bold;
text-align: center;
color: #fff;
border: 1px solid #a6bf79;
background: #a6bf79;
}

/*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/

#menu a.direkt:hover {
color: #000;
background: #a6bf79;
border: 1px solid #a6bf79;
} 
/********************** Content ***************************/
#content {
	background-image:url(../images/content_bg.gif);
	width:956px;
}
img{
	border-width:0px;
}
h1{	font-family: 'Gloria Hallelujah', cursive;
	color:#000000;
	font-size:22px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:667px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}

#photos img {
	width:65px;
	height:50px;
}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:208px;
	height: 100,1%;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;
	vertical-align:bottom;
}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
.justify { text-align: justify; }


/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(../images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:956px;
	text-align:center;
	padding: 20px 0px;
}
