@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	text-align: center;
	color: #000000;
		background-color: #dbd4ba;
}
.oneColFixCtrHdr #container {
	width: 960px;
	background: #f8f3df;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left;
	border: 3px solid #faf8ed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.oneColFixCtrHdr #header {
	height: 100px;
	padding: 0px;
	background-image: url(../grafiken/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
#flash {
	width: 960px;
	height: 450px;
}

#banner_haus {
	width: 960px;
	height: 332px;
	background-image: url(grafiken/Das-Haus-Banner.jpg);
	background-repeat: no-repeat;
}
#banner_termine {
	width: 960px;
	height: 332px;
	background-image: url(../grafiken/Termine-Banner.jpg);
	background-repeat: no-repeat;
}
#banner_kontakt {
	width: 960px;
	height: 332px;
	background-image: url(../grafiken/Kontakt-Banner.jpg);
	background-repeat: no-repeat;
}



.oneColFixCtrHdr #mainContent {
	width: 960px;
	padding: 0;
	margin: 0;
	
}
#haupttext {
	float: left;
	width: 570px;
}
#sidebar {
	float: right;
	width: 385px;
	height: 200px;
	margin: 0;
	padding: 0px;
	padding-top: 30px;
	background-image: url(../grafiken/Schmetterling_index_sidebar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#clearfloat {
	clear: both;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
}
.oneColFixCtrHdr #footer p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h1 {
	display: none;
}
h2,h3,h3,h5,h6 {
	color: #84441c;
	font-size: 16px;
	font-weight: normal;
}

h3 {font-size: 14px;}

#mainContent p {
	margin-left: 20px;
}
#haupttext h2, #haupttext h3 {
	margin-left: 20px;
}
#footer p {
	margin-left: 20px;
}
#header_kontakt {
	position: relative;
	top: 10px;
	left: 550px;
	width: 400px;
	margin-right: 10px;
	margin-top: 10px;
}
#header_kontakt p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #575447;
}
/*______________________Hier beginnt die Navigation_____________________*/



#navi {
	float: right;
	width: 400px;
	margin-right: 65px;
	margin-top: 30px;
}
#navi ul {
	list-style-type: none;
}
#navi ul li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
#navi li {
	font-size: 15px;
	color: #990000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navi li a {
	font-size: 15px;
	color: #575447;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navi a:link, #navi a:visited {
}
#navi a:hover {
	text-decoration: underline;
}
#sidebar ul {
	list-style-type: none;
	margin-left: 70px;
}
#sidebar ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	color: #990000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar li a {
	font-size: 15px;
	color: #575447;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar a:hover {
	text-decoration: underline;
}

 a {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 a:hover {
	text-decoration: underline;
}



#header_kontakt a {
	color: #575447;
	text-decoration: none;
}
#header_kontakt a:hover {
	text-decoration: underline;
}

.time {padding-left: 300px;}
