p,ul,ol,li,dl,dt,dd,td,th,caption,div { font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; }

.mittetext {
	line-height: 18px;
}

.mitteheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;  
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	width: 100%;
}

a.mittetext:link {
	color: #006001;
	text-decoration: underline;
}

a.mittetext:visited {
	color: #009F01;
	text-decoration: underline; 
}

a.mittetext:hover {
	color: red;
	text-decoration: underline; 
}

hr {
	background-color:#000000; 
   border:none; 
   color:#000000; 
   height:1px; 
}

/*neues*/

.nav {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
}

.nav:visited {
	color: #000000;
	text-decoration: none;
}

.nav:hover {
	color: Red;
	text-decoration: none;
}

.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.header:hover {
	color: red;
	text-decoration: underline;
}

/*was für die Suchmaschinen*/

.suchen {
	font-size: 0px;
	color: #9fd2b8;
	line-height: 0px;
}

/* GÄSTEBUCH */
.gaestebucheintrag {
	border: 1px solid #DEE6B7;
	margin-bottom: 10px;
}

.gaestebucheintrag TD {
	padding: 5px;
}

.gaestebucheintrag .datum,
.gaestebucheintrag .name{
	border-width: 0px 0px 1px 0px;
	border-color: #DEE6B7;
	border-style: solid;
	background-color: #DEE6B7;
	padding: 2px 5px 2px 5px;
}

.gaestebucheintrag .name A {
	text-decoration: none;
	font-weight: bold;
	color: #006001;
}

.gaestebucheintrag .name A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #009F01;;
}

.gaestebucheintrag .name A:hover {
	text-decoration: none;
	font-weight: bold;
	color: red;
}

.gaestebucheintrag .datum {
	font-weight: bold;
}

.gaestebucheintrag .eintrag {
	padding-top: 5px;
	line-height: 16px;
}

.gaestebuchformular {
	margin: 0px;
}

.gaestebuchformular LABEL {
	font-weight: bold;
}

.gaestebuchformular FIELDSET {
	width: 450px;
	padding: 10px;
}

.gaestebuchformular INPUT,
.gaestebuchformular TEXTAREA {
	border: 1px solid black;
	margin-bottom: 5px;
}

.gaestebuchformular LEGEND {
	font-weight: bold;
}

.counter {
	color: gray;
}