/* --- CSS Document Baeren Bluemenstein CSS --- */
html, body {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: Arial Regular, Arial, Verdana, Helvetica, sans-serif;
	height:100%;
        width: 100%;
        background-color: #361600;
       	background-repeat:repeat-y;
	background-image: url(images/sidebarorange.gif);

}

#white {
       width: 100%;
       height: 60px;
       background-color: #FFFFFF;
       overflow: hidden;
}

#container {
        position: relative;
	float:left;
	width: 100%;
        height: 80%;
	background-color: #361600;
      
	
}


a:link { color:#FF9100; text-decoration: underline;}
a:visited { color:#FF9100; text-decoration: underline;}
a:hover { color:#FF9100; text-decoration: none;}

h1 { font-size: 18px;}

/*IE HACK 6*/
* html #inhaltlinks { margin-top:60px;}
/*IE HACK 7*/
*+html #inhaltlinks { margin-top:40px;}
#inhaltrechts {position:relative; margin-top:80px; border:0px solid #FFFFFF; padding:1em; padding-right: 10px; margin-right: 60px; overflow:hidden; color: #FF9100;}

* html #inhaltrechts {margin-right: 0px;}

#inhalt { 
        width: auto !important; 
        height: auto !important; 
        margin: 0px 0px 0px 0px;

}

#header {
	margin: 0px;
	background-color: #FFFFFF;
	height: 100px;
	width: 100%;
	background-image:url(images/baerenlogo.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#navtop {
	float:right;
	margin-top: 75px;
	width: 150px;
	height: 15px;
	color: #543926;
	font-size: 10px;
}

#navtop a:link { color: #543926; text-decoration: none;}
#navtop a:visited { color: #543926; text-decoration: none;}
#navtop a:hover { color: #8F3A00; text-decoration: none;}


#navigation {
	width: auto !important;
	height: 10px;
	margin-left: 50px;
}



#sideorange {
	float:left;
	background-image: url(images/sidebarorange.gif);
	background-repeat:repeat-y;
	width: 22px;
        height:100%;
}

#sideorangefooter {
	float:left;
	background-image: url(images/sidebarorange.gif);
	background-repeat:repeat-y;
	width: 22px;
        height: 70px;
 
}

* html #sideorange { height: 120%;}



#footer {
	float:left;
	height:70px;
	width: 100%;
	background-image:url(images/footer_verlauf.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: #361600;
}




/* --- FORMULAR STYLE --- */
form {
	width: 300px; 

}

input { border:solid 1px #766352; background: #8A5134;}

#person label {
	display: block;
	font-weight: normal;
	font-size:11px;
}

legend {
	font-weight: bold;
	font-size: 100%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset {
	border: solid 1px #766352;

}


textarea {
	width: 200px;
	height: 90px;
	border: solid 1px #766352;

}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus { border: 1px solid #FFFFFF; }
input, textarea { background: #fff top left repeat-x; font: 1em/1.6em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; border: 1px solid #694532; color: #FFFFFF; padding: 2px; background: #543926;}
select { border: solid 1px #FFFFFF;}

#name, #firmenname, #strasse, #plz, #ort, #land, #telefon, #fax, #email { width: 200px; }