/* 1. Formatierungen für Kontaktformulares */
/* 1.1. Feldbezeichnungen */
.form_title{}
/* 1.2. KEIN Pflichtfeld */
.form_input{}
/* 1.3. Tabelle die das Formular umgibt */
.form_table{}
/* 1.4. Formular-Button(s) */
.form_inputbutton{}

/* 2. Formatierungen für Pflichtfeld eines Kontaktformulares */
/* 2.1. Kennzeichnung eines Pflichtfeld */
input.required, textarea.required {}
/* 2.2. Pflichtfeld nicht ausgefüllt */
input.validation-failed, textarea.validation-failed {}
/* 2.3. Pflichtfeld richtig ausgefüllt */
input.validation-passed, textarea.validation-passed {}
/* 2.4. Warnhinweis wenn Pflichtfeld nicht ausgefüllt */
.validation-advice {}

/* 3. NEWSLETTER-START */
/* Alle HIER angegebenen Styles werden in jede Newslettervorlage eingebaut */
/* Die Kommentare "3. NEWSLETTER-START" und "3. NEWSLETTER-ENDE" dürfen deshalb nicht gelöscht werden */
/* 3. NEWSLETTER-ENDE */

/* 4. FOTOGALERIE */
#fotogalerie_td{}
#fotogalerie_td:hover{}
#fotogalerie_td_big{}
#fotogalerie_table{}
#fotogalerie_td_title{}
.fotogalerie_imglink{}

/* 5. SUCHERGEBNISSE */
suche_title{}
suche_txt{}
suche_a{}
.sterm{}
.sbutton{}
.marked{}





/* Layout */
p{
	margin:0px;
}
body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#container{
	width: 1002px;
	margin:0px auto;
}

#header{
	background:url(http://chalet-edelweiss.at/media/design/header.jpg) no-repeat;
	height: 269px;
	width: 975px;
	padding-left:27px;
	padding-top:1px;
}
#header #logo{
	background:url(http://chalet-edelweiss.at/media/design/logo.png) no-repeat;
	height: 20px;
	width: 274px;
	color:#435337;
	position:absolute;
	margin-left: 620px;
	padding-top:228px;
	text-align:center;
	z-index:99;
	font-weight:bold;
}
#header #logo a{
	text-decoration:none;
	color:#435337;
}
#header #logo a:hover{
	text-decoration:underline;
	color:#435337;
}

#content{
	background:url(http://chalet-edelweiss.at/media/design/bg_main.jpg) repeat-y;
	width: 942px;
	padding-left:60px;
}

#footer{
	background:url(http://chalet-edelweiss.at/media/design/bg_footer.jpg) no-repeat;
	height: 62px;
	width: 942px;
	padding-left:60px;
	padding-top:80px;
	text-align:center;
	color:#435337;
}

/* DESIGN  */
#footer a{
	text-decoration: none;
	color:#435337;
}
#footer a:hover{
	text-decoration: underline;
	color:#435337;
}
