﻿@charset "utf-8";
/* CSS Document */

/* Standard */
body {
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:11px;
	background:url(../img/hg_total.gif) left top repeat-x #333333;
}

a {
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}
a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
}

table,td,tr,th {
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:11px;
}
td a {
	text-decoration:underline;
	color:#000000;
}
td a:hover {
	text-decoration:none;
	color:#ffffff;
}

/* HEADER */
#header {
	float:left;
	width:791px;
	height:95px;
	background:url(../img/bg_top.gif) repeat-x;
	border:none;
}
#header .header1 {
	width:570px;
	float:left;
	height:94px;
	margin:0px;	
	padding:0px;
}
#header .header2 {
	float:left;
	width:74px;
	height:95px;
	margin:0px;	
	padding:0px;	
	}
#header .header3 {
	float:left;
	width:71px;
	height:95px;
	margin:0px;	
	padding:0px;	
	}
#header .header4 {
	float:left;
	width:54px;
	height:95px;
	margin:0px;
	padding:0px;	
	}
/* MENÜ */
#menubar {
	float:left;
	width:100%;
	background:url(../img/bg_menu.gif) repeat-x;
	height:26px;
	line-height:29px;
	text-indent:10px;
	padding-top:3px;
}
*html #menubar {
	float:left;
	width:100%;
	background:url(../img/bg_menu.gif) repeat-x;
	height:29px;
	line-height:29px;
	padding-top:3px;
	padding-left:0px;
	text-indent:0px;
}
*+html #menubar {
	float:left;
	width:100%;
	background:url(../img/bg_menu.gif) repeat-x;
	height:29px;
	line-height:29px;
	text-indent:1px;
	padding-top:3px;
}
/* MAINCONTENT */
#main {
	width:791px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:repeat-x;
	background-color:#333333;
}
#content {
	float:left;
	background:url(../img/bg_content.gif) repeat-x;
	display:block;
}
.buttonrow {
	float:left;
	width:763px;
/*	margin-left:14px; */
	margin-top:20px;	
}
*html .buttonrow {
	float:left;
	width:763px;
	margin-left:7px;
	margin-top:20px;
}
.buttonz {
	float:left;
	width:244px;
	height:106px;
	margin-right:10px;
	text-align:center;
}
.newsticker {
	height:57px;
	width:600px;
	float:left;
	margin-bottom:10px;
	background:url(../img/bg_newsticker.gif) left no-repeat;
	padding-left:2px;
	margin-left:10px;
}
/* FOOTER STARTSEITE */

.footerstartseite {
	float:left;
	padding-top:30px;
	margin-left:20px;
	}

*html .footerstartseite {
	float:left;
	padding-top:30px;
	margin-left:10px;
	}	
/************************ FOLGESEITE ******************************/
#contentfolgeseite {
	width:791px;
	float:left;
	background:url(../img/bg_folgeseite.gif) no-repeat #5dd341;
	min-height:500px;
}
*html .inhaltfolgeseitezentriert {
	float:left;
	width:771px;
	margin:0px 0px 0px 10px;
	padding:0px;
}
.inhaltfolgeseitezentriert {
	float:left;
	width:781px;
	margin-left:20px;
}
.inhaltfolgeseite {
	width:581px;
	color:#000000;
	margin-top:17px;
	float:left;
}
/************************ SUBMENÜ FOLGESEITE ******************************/
.folgeseitesubmenue {
	width:180px;
	float:left;
	color:#000000;
	margin-top:6px;
	border-left:1px solid #4dbe3e;
}
.eintrag {
	display:block;
	width:174px;
	padding-left:13px;
	float:left;
	font-weight:normal;
	border-bottom:1px solid #4dbe3e;
	line-height:26px;
}
.eintrag a {
	font-weight:normal;
	display:block;
	color:#000000;
	text-decoration:none;
}
.eintrag a:hover {
	display:block;
	font-weight:normal;	
	color:#FFFFFF;
	text-decoration:none;	
}

#newscontainer {
border-bottom: 1px #3DBD4E solid;
padding-bottom:10px;
padding-top:10px;
}

#newscontainer_noborder {
padding-bottom:10px;
padding-top:10px;
}

/************************ FOOTER FOLGESEITE ******************************/
.footerfolgeseite {
	float:left;
	width:791px;
}
/************************* GÄSTEBUCH *************************************/
.guestbookcontainer {
	width:100%;
	float:left;
	margin-bottom:10px;
}

.guestbookheader {
	border:1px solid #000000;
	float:left;
	padding:10px;
	width:550px;
	color:#000000;
	font-weight:bold;
}
.guestbookheader a {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
.guestbookheader a:hover	 {
	color:#ffffff;
	font-weight:bold;	
}
.guestbookinhalt {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	color:#000000;
	float:left;
	padding:10px;
	width:550px;
}

.guestbookinfo {
	border:1px solid #000000;
	color:#FFFFFF;
	float:left;
	padding:3px 10px;
	width:550px;
}
.guestbookinfo a {
	color:#298c1c;
	text-decoration:underline;
}
.guestbookinfo a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.anmeldungbar {
	background-color:#3dbd4e;
	height:24px;
	line-height:24px;
}
/********** INPUTKLASSEN *************/
.anmeldeinput {
	width:150px;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	border:1px solid #009368;
}
.textareaanmeldung {
	width:400px;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	border:1px solid #009368;
}