@charset "utf-8";
*, ul, li{
	margin: 0;
	padding: 0;
}
p {
	margin: 10px 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000;
	font-weight: normal;
}
a img {
	border: none;
}
a {
	color: #ff4f00;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration: underline;
}
#container { 
	width: 1010px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: url(pics/strech_main.gif) top left repeat-y;
	margin: 10px auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: none;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
#einleitung {
	text-align:center;
	background: #fff;
	font-size:10px;
}
#header { 
	background: url(pics/header.gif) top left no-repeat;
	height: 30px;
}
#header_l {
	background:url(pics/header_l.gif) top left no-repeat;
	height: 180px;
}
#header_l img {
	margin-left: 10px;
}

/*********************************************************************************************************************\
* Horizontales Menu:
\*********************************************************************************************************************/
#navi {
	height: 60px;
	background:url(pics/fond_navi.gif) top left repeat-x;
	margin-left: 10px;
}
#navi ul {
	margin: 0;	
}
#navi li {
	margin: 0;
	text-align: center;
	display: inline;
	list-style-type: none;
	line-height: 50px;
}
#navi a {
	text-align:center;
	width: 150px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 16px;
	text-decoration: none;
	background-image:url(pics/navi_btn.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #fffffe;
	text-transform: uppercase;
}
#navi a:link, #navi a:visited {
	color: #fff7ea;
}
#navi a:hover{
	color: #fff;
	background-position: 0px -60px;
}
#navi a:active{
	color:#fff7ea;
	background-position: 0px -120px;
}
/*********************************************************************************************************************\
* SIDEBAR:
\*********************************************************************************************************************/
#sidebar1 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 293px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: url(pics/sidebar_r_top.jpg) top right no-repeat;
	color: #805626;
	/*padding: 15px 10px;*/
}
#sidebar1 #sidebar_pic {
	width: 258px;
	height:385px;
	background:url(pics/fond_toppic.gif) top left no-repeat;
	margin-top: 20px;
}
#sidebar1 #kontakt_pic {
	width: 258px;
	height: 172px;
	background:url(pics/fond_toppic_kontakt.gif) top left no-repeat;
	margin: 20px 0;
}
#sidebar1 #sidebar_pic img, #sidebar1 #kontakt_pic img{
	margin: 5px 0 0 5px;
}
#sidebar1 #sidebar_content {
	margin: 0 30px 10px 0;
}
#sidebar1 h2 {
	background:url(pics/fond_sidebar_headline.gif) top left no-repeat;
	height: 35px;
	line-height: 35px;
	width: 263px;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
#sidebar1 h3 {
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}
.news_date {
	font-size: 10px;
	font-style:oblique;
	margin: 10px 0 0;
	padding: 0;
}
#sidebar1 .hr_img {
	margin: -10px 0;
}
/*********************************************************************************************************************\
* MAIN CONTENT:
\*********************************************************************************************************************/
#mainContent { 
	margin: 0 313px 0 0; /* Durch den rechten Rand dieses div-Elements entsteht die Spalte am rechten Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
}
#mainContent #content{
	margin: 10px 10px 10px 30px;	
}

#mainContent #content p{
	margin-right:10px;	
}
#mainContent h2 {
	background:url(pics/fond_content_headline.gif) top left no-repeat;
	height: 35px;
	line-height: 35px;
	width: 647px;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	color: #805626;
	text-transform: uppercase;
}
.galerie {
	background:url(pics/galeriebild_fond.gif) top left repeat-x;
	width: 655px;
	height: 131px;
	margin: 10px 0 0;
}
.galerie_hoch {
	background:url(pics/galeriebild_fond_hoch.gif) top left repeat-x;
	width: 655px;
	height: 200px;
	margin: 10px 0 0;
}
.galerie_2bilder {
	background:url(pics/galeriebild_fond_herren.jpg) top left repeat-x;
	width: 655px;
	height: 220px;
	margin: 10px 0 0;
}
.galerie img {
	margin: 5px 11px 5px 5px;
}
.galerie_hoch img {
	margin: 5px 10px 5px 6px;
}
.galerie_2bilder img {
	margin: 5px 12px 5px 5px;
}
.news_datum {
	text-align:right;
	font-style:oblique;
	font-size: 11px;
	line-height: 20px;
	display: inline;
	margin-left:10px;
}
#aktuelles h2 {
	margin-bottom: 20px;
}
#aktuelles h3 {
	line-height: 20px;
	display: inline;
}
#aktuelles .hr_img {
	margin: 15px 0 20px;
}
#anschrift {
	float: left;
	width: 270px;
	margin-left: 50px;
}
#oeffnungszeiten strong  {
	width: 100px;
	display: inline;
}
#formlabels {
	line-height: 25px;
	float: left;
	width: 120px;
	margin-left: 50px;
}
#forminputs input {
	background-color:#f6f0e8;
	border: #d1b386 1px solid;
	width: 300px;
	height: 15px;
	font-size:11px;
	margin: 4px 10px;
}
#forminputs textarea {
	background-color:#f6f0e8;
	border: #d1b386 1px solid;
	width: 300px;
	font-size:11px;
	margin: 5px 10px;
}
#imprint {
	margin-left: 50px;
}
/*********************************************************************************************************************\
* FOOTER:
\*********************************************************************************************************************/
#footer { 
	background: url(pics/footer.gif) top left no-repeat;
	height: 45px;
} 
#footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
#endlinks {
	width: 1010px;
	margin: 0 auto 0;
	padding: 5px 0 0;
	text-align: center;
	background-color:#FFFFFF;
	color: #bfaa92;
}

#endlinks a, #einleitung a {
	margin: 0 10px;
	line-height: 20px;
	color: #333
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*********************************************************************************************************************\
* Hacks für den Internet-Explorer 5 & 6: der Selektor * html wird von allen anderen Browsern ignoriert
* Diese Formatierungen gleichen bestimmte Fehldarstellungen des IE 5.5. und IE6 aus
\*********************************************************************************************************************/
* html #mainContent { 
	margin: 0 310px 0 0;
}
* html .news_date {
	margin-top: 10px;
}
/*********************************************************************************************************************\
* Hacks für den Internet-Explorer 7: der Selektor *:first-child+html wird von nur vom IE7 akzeptiert
* Diese Formatierungen gleichen bestimmte Fehldarstellungen des IE 7 aus
\*********************************************************************************************************************/

*:first-child+html body {
	font-size: 11px;
}
