@charset "iso-8859-1";
/*CSS Formatierung für Ziegelhüsi*/
/*Script erstellt von
                         \\\\|////
                         \\ _ _ //
                          ( o o )
       +---------------oOOo-(_)-oOOo----------+
                    www.funkeundfunke.de
© Stephan Funke <s.funke@funkeundfunke.de>
       +-----------------------Oooo-----------+
                         oooO  (  )
                         (  )  ) /
                          \ ( (_/
                           \_/
*/
*{
	margin : 0px;
	padding : 0px;
}

html{
	width : 100%;
	height : 100%;
}

body{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background:#EBE0C4 url(../bilder/hgBild.jpg) center center no-repeat;
}

img{
	border : none;
}

a:link, a:visited{
	color : #a60046;
	text-decoration : none;
}

a:hover{
	color : #a60046;
}


#container{
	width : 1024px;
	height : 600px;
	margin-top : -300px;
	margin-left : -512px;
	top : 50%;
	left : 50%;
	position : absolute;
}
#banner{
	height : 132px;
	background-image : url(../bilder/hgBanner_2.png);
	background-position : right;
}
#top{
	background-image : url(../bilder/topRot.png);
	height : 26px;
}
#left{
	width : 133px;
	height : 380px;
	float : left;
	background-image : url(../bilder/hgLeft.png);
}
#leftBreit{
	width : 578px;
	height : 380px;
	float : left;
}
#bild{
	width : 445px;
	height : 380px;
	float : left;
	overflow : hidden;
}
#right{
	width : 446px;
	height : 380px;
	float : left;
	background-image : url(../bilder/hgRight.png);
	line-height : 16px;
	overflow : auto;
	width : 396px;
	height : 340px;	
	padding: 20px 20px 20px 30px;
	color : Black;	
}

#rightBreit{
	height : 380px;
	width : 851px;
	float : left;
	overflow : auto;
	padding-left : 40px;
}
.picDiv{
	width : 110px;
	height : 110px;
	float : left;
	margin : 10px;
	text-align : center;
	border : 1px solid #999999;
}
.picDiv img{
	/*border : 1px solid #999999;*/
	padding : 2px;
}

#bottom{
	clear : both;
	height : 47px;
	background-image : url(../bilder/balkenUnten.gif);
	color : white;
	text-align : right;
	padding : 15px 20px 0px 0px;
}
/*++++++++++++++++ TOP Navigation ++++++++++++++++++++*/
#topnav{
	top : 110px;
	left : 12px;
	position : absolute;
	font-weight : bold;
}

#topnav li{
	display : block;
	/*width : 100px;*/
	height : 12px;
	float : left;
	text-align : center;
	border-left : 1px solid Black;
}

#topnav li a{
	color : #333333;
	background-position : 0px;
	text-decoration : none;
	padding-left: 10px;
	padding-right: 10px;
}

#topnav li a:hover{
	color : #a60046;
}

#topnav li a.active{
	color : #a60046;
}

/*++++++++++++++++ ENDE TOP Navigation ++++++++++++++++++++*/

/*++++++++++++++++ LEFT Navigation ++++++++++++++++++++*/
#nav{
	list-style : none;
	margin-left : 22px;
	margin-top : 20px;
}
#nav li{
	display:inline;	
}

#nav li a{
	color : Black;
	text-decoration : none;
	/*height : 30px;*/
	display:block;
	margin-bottom : 20px;
}

#nav li a:hover{
	font-weight : bold;
	color : #a60046;
}

#nav li a.active{
	font-weight : bold;
	color : #a60046;
}
/*++++++++++++++++ ENDE LEFT Navigation ++++++++++++++++++++*/

/*++++++++++++++++ Kontaktformular ++++++++++++++++++++*/
#cfName, #cfEmail{
	width : 150px;
}
#cfRegarding, #cfMessage{
	width : 350px;
}
#cfMessage{
	height : 120px;
}
/*++++++++++++++++ ENDE Kontaktformular ++++++++++++++++++++*/

/*++++++++++++++++ Formular Reservierungsanfrage ++++++++++++++++++++*/
.formReihe, .formReiheArea {
  padding: 2px 0px;
  height : 20px;
  width : 360px;
  clear : both;
}
.formReiheArea{
	height : 100px;
}
.label {
  width: 150px;
  cursor : pointer;
  float: left;
}
.formFeld, #area {
	 /*border : 1px solid #DCDCDC;*/
	 width : 196px;
}
.formSelect {
	 width : 200px;
}
.kontaktText{
	line-height : normal;
	margin-top : 10px;
	clear : both;
}
.anfragebutton{
	margin-top : 20px;
}
#datum, #von, #bis{
	width : 176px;
}
#plz{
	width : 50px;
}
#ort{
	width : 131px;
	margin-left : 7px;
}
#area{
	height : 100px;
}
.errors{
font-weight : bold;
	color : #FF0000;
}
/*++++++++++++++++ENDE  Formular Reservierungsanfrage +++++++++++++++*/