body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 20px 0; 
	background-color: #3a5f72; 
	background-image: url(bg.jpg);
	background-attachment: fixed;
}
p, ul, li {
	margin: 0;
}

a {
    text-decoration: none;
	color:#66b5dd;
}
a:hover {
	text-decoration: underline;
}
table, p, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff;
	padding: 0;
}
ul {
	text-transform: uppercase;
	list-style-position: outside;
	list-style-type: none;
}
li a:hover {
	text-decoration: none;
}
table {
	font-size: 11px;
}
h1,h2,h3,h5,h6 {
	margin: 0;	
}
#layout_table {
	width:842px;
	height:840px;
	border:1px solid #90bbd6;
	background-color: #000; 
}

#head {
	position:relative;
	top: 0px;
	width: 840px;
	height: 397px;
	background-image: url(head.jpg); 
	background-repeat: no-repeat;
}

#menu {
	position:relative;
	margin-left: 630px; 
	top: 55px;
	color: #66b5dd; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px;
	font-weight:bold;
	line-height: 30px;
}
.menu-current * {
	color:#ffffff;

}
.menu-parent * {
	color:#ffffff;

}
#customMenu {
	position:absolute;
	margin-left: 640px; 
	top: 335px;
	width: 170px;
	color: #66b5dd; 
	text-align:right;
}

#boxcontainer {
	position:relative;
	margin-top: -65px;
	margin-left: 20px;
	width: 593px;
	height:auto;
	/*background-color: #cc0000;*/
}
#boxImgContainer {
	position:relative;
	width: 590px;
	height:auto;
	background-color: #506370;
}
.boxlayer {
	margin-top: 20px;
	margin-left: 5px;
	width: auto;
	/*background-color: #00cc00; */
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:24px; 
	line-height:50px; 
	font-weight:bold; 
	color:#66b5dd; 
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:24px;  
	font-weight:bold; 
	color:#66b5dd; 
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:20px;  
	font-weight:bold; 
	color:#ffffff;
	padding-top:10px
}
#boxcontainer div div {
	color:#ffffff; 
}


/*
	NEWSLETTER BOX
*/

#newsletter {
	position:absolute;
	margin-left: 628px; 
	top: 432px;
	width: 193px;
	height: 100px;
	background-image: url(kasten_rechts.gif); 
	background-repeat: no-repeat;

}
#newsletter h3 {
	margin: 7px 0 5px 10px;
	font-size:18px; 
	line-height:20px; 
	font-weight:bold; 
	color:#66b5dd; 
}
.newstext {
	margin:0 0 7px 11px;
}
.newslink {
	margin-right: 10px;
	float:right;
}

#einkorn {
	position:absolute;
	margin-left: 628px; 
	top: 544px;
	width: 193px;
	height: 100px;
	background-image: url(kasten_rechts.gif); 
	background-repeat: no-repeat;

}

#tagcloud {color:#ffffff; background-image:url(../pic/bg_tagcloud.gif);  padding:5px; text-align:center}
#tagcloud a:link {color:#ffffff;; text-decoration:none}
#tagcloud a:visited {color:#ffffff;; text-decoration:none}
#tagcloud a:active {color:#ffffff;; text-decoration:none}
#tagcloud a:hover {color:#ff9900; text-decoration:underline}

#flashcloud {
	position:absolute;
	margin-left: 628px; 
	top: 656px;
	width: 193px;
	height: 193px;
	background-image: url(kasten_rechts_gross.gif); 
	background-repeat: no-repeat;

}


/*
	BOX
*/

.contentBox {
	width: 590px;
	
}
.contentBox .contentBoxHead {
	background-image: url(bg-1head.gif); 
	background-repeat: no-repeat;
	height: auto;
	
	padding-left:15px; 
	padding-right:15px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height:16px; 
	color:#FFFFFF;
	
	background-color: #506370;
}

.contentBoxHead2 {

	
	padding-top:15px; 


}


.contentBox .contentBoxHead2 {
	background-image: url(kasten-oben.gif); 
	background-repeat: no-repeat;
	height: auto;
	
	padding-left:15px; 
	padding-right:15px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height:16px; 
	color:#FFFFFF;
	
	background-color: #506370;
}


/*
	GUESTBOOK
*/

table.gbentry {
  width: 98%;
  border: none;
 /* border: 1px solid #54829a;*/
  border-collapse:collapse;
  margin-bottom: 15px;
}
table.gbentry td.gbtitle {
  font-weight: bold;
  background-color:#293f4c;

  padding: 3px 5px;
  color: #FFFFFF;
}
table.gbentry td.gbcontent {
  padding: 5px; 
  background-color:#FFFFFF;
  color: #000000;
}


/*
	IMAGE GALLERY
*/

.imagegallery {
	margin-top: 15px;
}
.pictures {
	text-align: left;
}
.picturelink {
	margin: 10px 15px 5px 0;        
	float: left;
}
.pictures img {
	border: 1px solid #54829a;
}
.pictures a img {
	border: none;
}
.picturelink a img {
	border: 1px solid #54829a;
}
.pagenumbers {
	text-align: center;
	margin: 0px 1em 0px 1em;
}


/*
	LINK LISTE
*/

ul.linklist {
	list-style-position: outside;
	list-style-image:url(link_pfeil.gif);
}
ul.linklist li {
	margin: 5px 15px;
}
ul.linklist li a:hover {
	text-decoration: underline;
}


/*
	EVENTS
*/

.event {
	width: 560px; 
	height: 150px; 
	margin-top: 15px;
}
.event img {
	border: 1px solid #54829a; 
	margin-right: 8px; 
	float: left;
}
.event_details {
	border: 1px solid #54829a; 
	padding: 2px 8px; 
	float: left; 
	width: 390px; 
	height: 144px; 
	background-color: #293f4d;
}
.event_details span.date {
	font-weight: bold;
	float:left;
}
.event_details span.time {
	font-weight: bold;
	float:right;
}
.event_details h6 {
	clear:both;
	font-size: 18px;
	padding: 10px 0;
}
.event_details a {
	display:block;
	text-align:right;	
	padding-top: 5px;
}

.bild_links {float: left; margin-right: 10px}
.bild_rechts {float: right; margin-left: 10px}