/*
================================================
Typo 3 Master CSS
Version: 1.0
Letze Änderung: 23.03.2010 (Andrea Zbinden)

28. April 2008
Michel: Überall Kurzschreibweisen eingesetzt (#fff anstatt #fffff usw.), plus diverse kommentierte änderungen
29. Mai 2008
Michel: 0px = 0, diverse kleinere Sachen


================================================

Index
------------------------------------------------
Grundeinstellungen
- Univeral Selektor
- HTML-Tags
- Wrapper-DIV

Head Bereich
- Logo
- Sprachnavigation

Navigation
- Hauptnavigation
- Subnavigation

Content-Bereich
- Formatierungen speziell für Contentbereich

Sidebar
- Formatierungen speziell für Sidebar

Footer
- Formatierungen speziell für Footer

Typo3 Erweiterungen
- tt_news
- mailformplus
- ...
------------------------------------------------
*/



/*
==================
Grundeinstellungen
==================
*/

/* Universal Selektor */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;  /* besser wenn border auch gleich reseted wird (Michel) */
}

/* Scrollbalken für IE8 und Firefox erzwingen */
html{
	height: 101%;
}

/* HTML-Tags */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #5b3c2d;
color: #333;
}


img {

}
	
/*Titel*/
h1 {
	margin-top: -20px;
	padding-bottom: 103px;
	padding-top: 35px;
	background-image: url(../bilder-design/schnoerkel.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #666;
}

h2 {
font-size: 14px;
font-weight: bold;
color: #333;

}

h3 {
font-size: 12px;
font-weight: bold;
color: #333;
padding-top: 0px;	
}

/*Generelle Links*/
a {color: #cc0000; text-decoration:none; }
a:link {color: #cc0000;}
a:visited {color: #cc0000;}
a:hover {color: #cc0000; text-decoration: underline; }
a:active {color: #cc0000; }


/*Icons automatisch*/

a[href $='.pdf'] {
   padding: 5px 0 5px 20px;
   background: url(../icons/pdf.gif) no-repeat center left;
}

a[href $='.wmv'] {
   padding: 5px 0 5px 20px;
   background: url(../icons/movie.gif) no-repeat center left;
}

a[href $='.xls'] {
   padding: 5px 0 5px 20px;
   background: url(../icons/xls.gif) no-repeat center left;
}

a[href $='.doc'] {
   padding: 5px 0 5px 20px;
   background: url(../icons/doc.gif) no-repeat center left;
}
    
/*
a[class*="internal-link"]  { 
  padding: 5px 0 5px 20px;
  background: url(../icons/link.png)  no-repeat center left;
}
*/


/*Wrapper DIV*/
#wrapper {
margin: 0; /* 0 hinzugefügt, weil in vertical ist auto allein nicht sauber möglich (michel) */
width: 980px; /*Breite Angeben*/
height: 700px;
background-image: url(../bilder-design/hintergrund.jpg);
background-repeat: none;
}
	
	


/*
==================
Navigation
==================
*/

#navigation {
float: left;
width: 290px;
height: 700px;
margin: 0px;
position: relative;
}
	
#mainnav {
margin: 30px 0 0 60px;
font-size: 20px;
color: #666;
}


#mainnav li{
list-style-image:none;
list-style-type:none;
font-family: "Times New Roman", Times, serif;
margin: 0px;
padding: 0px;
}


/*HAUPTNAVIGATION Links*/

#mainnav a { padding:4px 1px; display: block; /*ganze Fläche anklickbar machen*/ text-decoration:none; }
#mainnav li a:link  { color: #666; }
#mainnav li a:visited { color: #666; }
#mainnav li a:hover  { color: #cc0000;}
#mainnav li a:active { color: #666; }

/*aktiver Hauptnavigationslink -> in typo3 wird die Klasse "aktiv" definiert*/
#mainnav li.aktiv a { color: #cc0000; text-decoration: none; }
/*Falls der aktive Link auch spezielle Zustände haben sollte (kann meistens gelöscht werden)*/
/*#mainnav ul li.active a:link  { color: #000; text-decoration: none; }
#mainnav ul li.active a:visited { color: #000; text-decoration: none; }
#mainnav ul li.active a:hover  { color: #fff; text-decoration: none; }
#mainnav ul li.active a:active { color: #fff; text-decoration: none; }*/

#subnav {
padding: 0px;
margin: 0px;

margin-left: 20px;
font-size: 13px;
}

#subnav li{
list-style-image:none;
list-style-type:none;
padding: 0px;
margin: 0px;
border-bottom:0px solid #000;

}


/*SUBNAVIGATION Links*/
#subnav a  { padding: 5px 5px; display: block; /*ganze Fläche anklickbar machen*/ text-decoration:none; }
#subnav li a:link  { color: #000;  }
#subnav li a:visited { color: #000; }
#subnav li a:hover  { color: #cc0000; }
#subnav li a:active { color: #000;  }

/*aktiver Subnavigationslink*/
#subnav li.subnavaktiv a { color: #cc0000; text-decoration: none; }
/*Falls der aktive Link auch spezielle Zustände haben sollte (kann meistens gelöscht werden)*/
/*#subnav ul li.subnavactiv a:link  { color: #000; text-decoration: none; }
#subnav ul li.subnavactiv a:visited { color: #000; text-decoration: none; }
#subnav ul li.subnavactiv a:hover  { color: #fff; text-decoration: none; }
#subnav ul li.subnavactiv a:active { color: #fff; text-decoration: none; }*/


/*
==================
Content-Bereich
==================
*/

.logo {
	margin-left: 55px;
	margin-top: 55px;
	}



#content {
width: 380px;
float: left;
padding: 0px 40px 0px 40px;
margin-top: 40px !important;
background-position: bottom center;
background-repeat: no-repeat;
height: 641px;
}

.seite23 #content {
background-image:url(../bilder-design/bauernhof-bg.jpg);
height: 637px;
}

.seite40 #content {
background-image: url(../bilder-design/hg-menu.jpg);

}

.seite11 #content {
background-image: url(../bilder-design/wein-bg.jpg);

}

.seite37 #content {
background-image: url(../bilder-design/saal-bg.jpg);

}

.seite5 #content {
background-image: url(../bilder-design/gastgeber-bg.jpg);

}

.seite39 #content {
background-image: url(../bilder-design/menu2-bg.jpg);

}

.seite17 #content {
background-image: url(../bilder-design/stellen-bg.jpg);

}



#content .kueche {
width: 380px;
float: left;
padding: 0 40px 0 40px;

background-image:url(../bilder-design/kueche-bg.jpg);
background-position: center 386px;
background-repeat: no-repeat;
height: 680px;
}

#content p {
	line-height: 18px;
	font-size: 13px;
	color: #333;
	margin-bottom: 15px;
	}
	
	#content table p {
	margin-bottom: 3px;
	}
	
	
#content ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
vertical-align:top;
margin-left:20px;

}


/*
==================
Sidebar-Bereich
==================
*/	
#sidebar {

}

/*
==================
Footer-Bereich
==================
*/	

#footer {
width: 250px;
padding-left: 65px;
position: absolute;
bottom: 50px;
font-size: 11px;
}

#footer a {color: #000; text-decoration:none; font-weight: normal; }
#footer a:link {}
#footer a:visited {}
#footer a:hover { text-decoration: underline; }
#footer a:active { }
		

/*
===================
Typo3 Erweiterungen
===================
*/	

/*tt_news*/

.news-latest-date {
color: #8da25e;

}

.news-latest-item {
margin-bottom: 10px;
padding-bottom:10px;
border-bottom: 1px solid #8da25e;

}

.news-single-img {
margin-top: 10px;

}

/*Formulare*/

form {
margin-top: -10px;
}

legend {
font-weight: bold;
color: #000000;
padding: 15px 0px 15px 0px;

}

fieldset {
border: 1px solid #000; /*Farben anpassen*/
display: block;

}

label {
width: 120px; /*Breiten anpassen*/
float: left;

}

input, textarea {
border: 1px solid #7a600a; /*Farben anpassen*/
margin-bottom: 6px;
background-color: #fbfaf7;
padding: 2px;
}

input[type="radio"],input[type="checkbox"] {
border: none;	
}

textarea {

width: 250px;
}

.absendeknopf {

font-weight: bold;
background-color: #fff;
color: #000;
margin-left: 120px;
/*optional*/
float: left;
}
.fehlertext {
color: #000;
font-weight: bold;
background-color: #f99;
padding: 2px;
border: 1px solid #f00;
width: 375px;

}

.formfehler {
border: 1px solid #f00;


}

/*optional*/
.pflichtfelder {
margin: 12px 0 0 170px;

}

.contenttable{
margin-left: -3px;

}


.bodytext {
/*float: left;*/
margin: 0;
padding: 0;

}






a.download img{
margin-bottom: -3px;

}

#map {
float: left;
width: 375px; 
height: 299px; 
margin: -12px 0 0 0;
color:#000;
}

.startseite #wrapper {
	width: 980px;
	margin: 0 auto;
	background-image: none;
	position: relative;
	}

.willkommen {
	color: #333;
	position: absolute;
	top: 600px;
	left: 420px;
	font-size: 13px;
	text-decoration: none;
	}
	
	.willkommen a {	text-decoration: none;}
	
	.willkommen span {
	padding-right: 15px;
	color: #333;
		}

.logostartseite {
	position: absolute;
	top: 200px;
	left: 342px;
	}

.willkommen .rot {
color: #cc0000;
}


/* Galerie */
#content .csc-textpic-image, #content .csc-textpic-image {
width: 181px;
height: 117px;
padding: 10px 14px 10px 8px;
background-image: url('../bilder-design/galerie-bg.jpg');
background-repeat: no-repeat;
overflow: hidden;
}


/*  Backup

.rubrik30 #content .csc-textpic-image, .seite39 #content .csc-textpic-image, .seite11 #content .csc-textpic-image {
width: 181px;
height: 117px;
padding: 10px 14px 10px 8px;
background-image: url('../bilder-design/galerie-bg.jpg');
background-repeat: no-repeat;
overflow: hidden;
}

*/

#content .csc-textpic-image a {
height: 117px;
position: absolute;
overflow: hidden;
}


#content .csc-textpic-imagewrap, #content .csc-textpic-imagerow  {
width: 425px !important;

}

/*
.rubrik30 #content .csc-textpic-imagewrap, .rubrik30 #content .csc-textpic-imagerow, .seite39 #content .csc-textpic-imagewrap, .seite39 #content .csc-textpic-imagerow, .seite11 #content .csc-textpic-imagewrap, .seite11 #content .csc-textpic-imagerow  {
width: 425px !important;

}
*/


.seite39 #content .csc-textpic-imagewrap, .seite11 #content .csc-textpic-imagewrap {
margin-left: -21px;
margin-top: -4px;

}




#vblaettern {
background-image: url('../bilder-design/vorwaerts.gif');
background-repeat: no-repeat;
padding-right: 40px;
display: block;
width: 83px;
float: left;
background-position: right;
margin-top: 10px;
float: left;
}

#zblaettern {
background-image: url('../bilder-design/rueckwaerts.gif');
background-repeat: no-repeat;
width: 110px;
padding-left: 40px;
display: block;
clear: both;
float: left;
margin-top: 10px;
}

form p {
	
	margin-bottom: 5px !important;
	
	}

.reservations_zeit {
margin-bottom: 7px;	
	
	}

.fehlertext {
margin-top: -30px !important;	
	
	}
