﻿/* ----- Formatvorlagen für body ----- */
body {
	background-color:#ffffff;
	color:#000000;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	margin:0;
	border:0;
	padding:0;
}


/* ----- Formatvorlagen für den Container ----- */
#container {
	background-color:#ffffff;
	width:975px;
	margin:0 auto;
	padding:0;
}

/* ----- Formatvorlagen für den Banner ----- */
#banner {
	background-color:#ffffff;
	background-image:url('../bilder/menue_unten.jpg');
	width:975px;
	height:174px;
	margin:0;
	border:0;
	padding:0;
	overflow:hidden;
}

#banner img{
	border-width:0px;
	float:left;
}

/* ----- Formatvorlagen für das Menü-Logo ----- */
#logo {
	height:111px;
}

/* ----- Formatvorlagen für die Navigation 1----- */
#navigation_1 {
	/*background-color:#920000;*/
	width:auto;
	margin:0px 0px 0px 0px;
	border:0;	
	padding:0px 0px 0px 5px;
	overflow:hidden;
	clear:both;
}

#navigation_1 ul {
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}

#navigation_1 li {
	float:left;
	list-style-type:none;
}

#navigation_1 a {
	color:#555555;
	margin:0 1px;
	padding:5px 10px 5px 10px;
	display:block;
	text-decoration:none;
	font-weight:bold;
}

#navigation_1 a:hover {
	text-decoration:underline;	
}

#navigation_1 a.n1_aktiv {
	color:#000000;
	background-image:url(../bilder/menue.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/* ----- Formatvorlagen für die Navigation 2----- */
#navigation_2 {
	width:auto;
	margin:0px 0px 0px 0px;
	border:0;	
	padding:0;
	overflow:hidden;
	clear:both;
}

#navigation_2 ul {
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}

#navigation_2 li {
	border-bottom:1px solid #000000;
	float:left;
	list-style-type:none;
}

#navigation_2 a {
	color:#777777;
	margin:0 1px;
	padding:7px 10px 5px 10px;
	display:block;
	text-decoration:none;
	font-weight:bold;
}

#navigation_2 a:hover {
	text-decoration:underline;	
}

#navigation_2 a.n2_aktiv {
	color:#000000;
	background-image:url(../bilder/menue.gif);
	background-repeat:no-repeat;
	background-position:left;

}

/* ----- Formatvorlagen für den Seiteninhalt ----- */
#inhalt {
	margin: 10px 25px 25px 25px;
}


/* ----- Formatvorlagen für das Gästebuch ----- */
#gaestebuch {
	width:600px;
	margin:0 auto;
}

div.gaestebuch_eingabe {
	color: #000000;
}

div.gaestebuch_eingabe input {
	color:#000000;
	background: #ffffff;
	padding:3px 5px 3px 5px;
	border:1px #000000 solid;
	width:400px;
}

div.gaestebuch_eingabe input.button {
	color:#000000;
	background: #ffffff;
	padding:3px 5px 3px 5px;
	border:1px #000000 solid;
	width:120px;
}

div.gaestebuch_eingabe textarea {
	color:#000000;
	background: #ffffff;
	padding:5px 5px 5px 5px;
	border:1px #000000 solid;
	width:400px;
	height:120px;
}

div.gaestebuch_eingabe img {
	padding:5px 5px 5px 5px;
	border:1px #000000 solid;
}

div.gaestebuch_eintrag {
	padding-bottom:40px;
}

div.gaestebuch_eintrag_o {
	background-color: #ffffff;
	color: #000000;
	padding: 5px 10px 5px 10px;
}

div.gaestebuch_eintrag_o  img {
	border-width: 0;
	padding-left:10px;
}

div.gaestebuch_eintrag_u {
	background-color: #eeeeee;
	color: #000000;
	border:1px #a0a0a0 solid;
	padding: 5px 10px 5px 10px;
}

/* ----- Formatvorlagen für Aktuelles */
#aktuelles {
	width:700px;
	margin:0 auto;
}

div.aktuelles_eintrag {
	color:#000000;
	margin: 10px 0px 40px 0px;
	background: #f9f9f9;
	padding:10px 10px 10px 10px;
	border:1px #a0a0a0 solid;
}

div.aktuelles_ueberschrift {
	background-color: #eeeeee;
	color: #000000;
	margin:5px 0px 20px 0px;
	border:1px #a0a0a0 solid;
	padding: 5px 10px 5px 10px;
	text-align:center;
}

/* ----- Formatvorlagen für die Fußzeile ----- */
#fusszeile {
	background-color:#ffffff;
	border-top:3px solid #923128;
	width:auto;
	margin:0;
	overflow:hidden;
	clear:both;	
	text-align:center;
}

#fusszeile p {
	color:#777777;
	font-size:x-small;
	margin-top:10px;
	margin-bottom:6px;
}

#fusszeile a {
	color:#777777;
	text-decoration:underline;
}
#fusszeile a:hover {
	color:#000000;
	text-decoration:underline;
}


/* ----- Formatvorlagen für Schriftgrößen ----- */
h2 {
	color:#c0c0c0;
	font-size:1.75em;
}

h4 {
	color:#c0c0c0;
	font-size:1.25em;
}


/* ----- Formatvorlagen für Hyperlinks ----- */
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#c0c0c0;
	text-decoration:underline;
}
.style_bold {
	font-weight:bold;
}
.style_italic {
	font-style:italic;
}

