/* CSS Document */
body{
background-color: #132740;
font-size: 12px;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#333333;
padding:0px;
margin:0px;
}

/* ----------container zentriert das layout-------------- */
#box{
width: 100%;
margin: 0px;
padding:0px;
background:url(http://www.hischenhuber.at/media/design/bg_main.gif) top center repeat-y #f3f3f3;
}

/* ----------container zentriert das layout-------------- */
#container{
width: 1000px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
}
div#container{ 
min-height:757px;
height:expression(this.scrollHeight > 757 ? "auto":"757px"); 
}

/* ----------Header-------------- */
#header{
width: 1000px;
text-align: left;
padding: 0px;
margin: 0px;
}
/* ----------Navi-------------- */
#navi{ background:url(http://www.hischenhuber.at/media/design/bg_navi.gif) top left no-repeat #0066CC;
width: 730px;
height:30px;
text-align: left;
padding-left: 270px;
margin: 0px;
}

/* --------------Linker Content-Bereich------------- */
#left{ 
background: url(http://www.hischenhuber.at/media/design/bg_left.gif) top left no-repeat;
float: left; 
width: 279px;
margin: 0px;
padding: 0px;
}
div#left{ 
min-height:553px;
height:expression(this.scrollHeight > 553 ? "auto":"553px"); 
}
/* -----------------Inhalt--------------------- */
#content{ 
background:url(http://www.hischenhuber.at/media/design/bg_content.gif) top right no-repeat;
float: left; 
width: 721px;
padding-top: 30px;
margin: 0px;
}
div#content{ 
min-height:553px;
height:expression(this.scrollHeight > 553 ? "auto":"553px"); 
}
/* -----------Footer--------------------------- */
#footer{  
background:url(http://www.hischenhuber.at/media/design/bg_footer.gif) repeat-x #132740;
height: 78px;
clear: both;
margin: 0px;
padding: 0px;
padding-top:10px;
text-align: center;
font-size: 12px;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#999999;
}

#footer a {color:#999999; text-decoration:none; font-weight: normal;}
#footer a:hover {color:#ffffff;  text-decoration:none; font-weight: bold;}
/* -----------styles--------------------------- */
.white{color:#ffffff;}
.red{color:#af0917;}
.blue{color:#132740;}
.klein{
	font-size: 10px;
	color:#132740;
	margin:0px;
}
h1{
	font-weight: bold;
	font-size: 18px;
	color:#132740;
	margin:0px;
	margin-bottom:8px;
}
h2{
	font-weight: bold;
	font-size: 12px;
	color:#777b81;
	margin:0px;
	margin-bottom:4px;
}
a{
	font-weight: bold;
	font-size: 12px;
	color:#003366;
	margin:0px;
	margin-bottom:4px;
	text-decoration:normal;
}
a:hover{
	font-weight: bold;
	font-size: 12px;
	color:#003366;
	margin:0px;
	margin-bottom:4px;
	text-decoration:none;
}
.bildabstand{padding-right:20px;}


/* 1. Formatierungen für Kontaktformulares */
textarea{width: 350px; height: 100px;}
/* 1.1. Feldbezeichnungen */
.form_title{}
/* 1.2. KEIN Pflichtfeld */
.form_input{border: 1px solid #333333; background-color: #f5f5f5;}
/* 1.3. Tabelle die das Formular umgibt */
.form_table{}
/* 1.4. Formular-Button(s) */
.form_inputbutton{border: 1px solid #333333; background-color: #f5f5f5; font-family:"Arial", sans-serif; font-weight: bold;}

/* 2. Formatierungen für Pflichtfeld eines Kontaktformulares */
/* 2.1. Kennzeichnung eines Pflichtfeld */
input.required, textarea.required {border: 1px solid #333333; background-color: #f5f5f5;}
/* 2.2. Pflichtfeld nicht ausgefüllt */
input.validation-failed, textarea.validation-failed {
	border: 1px solid #CC4400;
	background-color: #FAEBD7;
}
/* 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{}
