BODY{
	background-image: url(../bilder/main_bg.gif);
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
	padding: 0px;
	margin: 15px;
	background-attachment: fixed
}

A{
	color: Black;
	text-decoration: none;
}
A:hover, A.link:hover{
	color: #470D07;
	text-decoration: underline;
}

A.link{
	color: #5F1109;
	text-decoration: none;
}

SPAN.right{
	float: right;
}

DIV.headline{
	height: 24px;
	margin-top: 0px;
	background-image: url(../bilder/headline_bg.gif);
}

DIV.headline H3{
	display: inline;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

DIV.titel{
	height: 24px;
	margin-top: 0px;
	background-image: url(../bilder/headline_bg.gif);
	margin-bottom: 15px;
}

DIV.titel H2{
	display: inline;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

DIV.big_box{
	clear: left;
	margin-bottom: 20px;
}
DIV.big_box A IMG, TD#content SPAN{
 	float: left;
	margin: 0 12px 5px 5px;
}
INPUT{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	border: 1px solid #888888;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	background-image: url(../bilder/input_bg.gif);
	padding: 3px;
}

TEXTAREA{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	border: 1px solid #888888;
	font-size: 11px;
	font-weight: bold;
	height: 100px;
	background-image: url(../bilder/input_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 3px;
}



INPUT.submit{
	border: 1px solid #D7AE51;
	font-size: 10px;
	height: 18px;
	font-weight: bold;
	background-color: #DDB353;
	background-image: url(../bilder/stuff/submit_bg.gif);
}

INPUT.submit_image{
	width: auto;
	height: auto;
	border: none;
	background: none;
	margin-top: 10px;
}



TD {
	font-size: 12px;
	vertical-align: top;
}

TABLE#main{
	width: 770px;
	margin: 5px;
	padding: 0px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

TD#header{
	height: 428px;
	width: 770px;
}



TD#menu{
	height: 20px;
	background-image: url(../bilder/menu_bg.gif);
	padding-left: 2px;
	padding-right: 5px;
}

TD#menu IMG{
	float: left;
}


TD#content{
	width: 480px;
}

TD#content P{
	margin:0px;
	padding: 0px;
}

TD#content P A{
	color: #FFFFFF;
	background-color: #333333;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}

TD#content P A:hover{
	background-color: #515151;
}

TD#side{
	background-image: url(../bilder/side_bg.gif);
	width: 285px;
	height: 765px;
	vertical-align: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#newsletter{
	margin-left: auto;
	margin-right: auto;
	width: 210px;
	text-align: center;
	margin-top: 25px;
}

#newsletter INPUT{
	margin-top: 5px;
	width: 210px;
}

#newsletter INPUT.submit_image{
	width: auto;
	height: auto;
	border: none;
	background: none;
	margin-top: 10px;
}

#next_event{
	margin-left: auto;
	margin-right: auto;
	width: 210px;
	text-align: center;
	margin-top: 15px;
}

#next_event IMG.sign{
	margin: 0px;
	padding: 0px;
	float:left;
}

#next_event DIV.box{
	clear: left;
	width: 204px;
	border: 3px solid #333333;
}

#guestbook{
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	text-align: center;
	padding: 15px;
	background-image: url(../bilder/side_bg.gif);
	margin-bottom: 25px;
	
	font-size: 12px;
	color: #FFFFFF;
}

#guestbook INPUT{
	margin-top: 5px;
	width: 210px;
}

#guestbook TEXTAREA{
	margin-top: 5px;
	width: 210px;
	height: 150px;
}

#guestbook INPUT.submit_image{
	width: auto;
	height: auto;
	border: none;
	background: none;
	margin-top: 10px;
}

#meta DIV{
	border-top: 1px solid #333333;
	margin-top: 10px;
	padding: 5px;
	font-size: 11px;
	color: #333333;
}

#gallery IMG {
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #333333;
}



#image_table table {
	padding: 0px;
	float: right;
	margin: 0px 10px 10px 0px;
}

#messages td {
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	font-size: 14px;
}

table#messages {
	background-color: Gray;
	border: 1px solid #000000;
	margin-bottom: 15px;
	padding-right: 10px;
}


