/*
 * Hotel Vier Linden Kellenhusen
*/

body{
	font: 63.5% Arial, Helvetica, sans-serif;
	text-align: center;
	background: #E6F9FF;
	margin: 0;
}

#site{
	font-size: 1.3em;
	width: 776px;
	margin: 0 auto;
	text-align: left;
	color: #333;
	background: #F6FFC3;

}

#header{
	border-width: 0;
	background: url(bitmaps/layout_01_neu.jpg) no-repeat;
	height: 177px;
}

#page{
	background: url(../bitmaps/page.gif) repeat-y 0;
}

#sidebar{ 
    float: left; 
    width: 188px; 
	background: #C11815;
}

#content{ 
    float: left; 
    width: 586px; 
    text-align: center; 
}


#header, #footer{
	border-color: #C11815;
	border-style: solid;
}


/* Ueberschriften ################################################################ */

#content h1{
	font-size: 1.6em;
	margin: 20px 0 20px 0;
}

/* Hauptmenü ##################################################################### */

ul#nav, ul#nav #subnav{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav{
	width: 189px;
}

ul#nav li{
	border-bottom: 1px solid #F7BF2A;
	margin: 0;
	padding: 0;
}

ul#nav li a{
	display: block;
	padding: 4px 8px;
	color: #FBDB6C;
	background: #C11815;
	text-decoration: none;

	_height: 1em;
}

ul#nav #subnav a{
	padding-left: 25px;
}

ul#nav li a:hover, ul#nav li.active a{
	background: #FADC6E;
	color: #000000;
}


/* Footer ######################################################################## */

hr.clear{ clear: both; visibility: hidden; }

#footer{
	font-size: 11px;
	text-align: center;
	clear: both;
	width: 100%;
	padding: 10px 0;
	color: #FADC6E;
	background: #C11815;
	border-width: 0;
}

/* CLEARING ###################################################################### */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.clearfix { 
	display: inline;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* REST ###################################################################### */

table {
	font: 100% Arial, Helvetica, sans-serif;
}

td.rahmen {
    padding-left: 25px;
    padding-right: 25px;
}

td.tabdunkel {
    color: #C11815;
    background: #F7BF2A; 
}

td.tabhell {
    background: #FADC6E; 
}

.klein {
   	font: 85% Arial, Helvetica, sans-serif; 
}

.preisrahmen{
    border: 1px solid #F00;
}


#content table.error, 
#content table.error td {
    padding: 5px;
    border: 1px solid #F00;

}

.fehler {
    color: #FF0000;
    font-weight: bold; 
}


a, a:visited{
	color: #333;
}

a.footer, a.footer:visited{
	color: #FADC6E;
}


#content img.rand {
    border: 2px solid #C11815;
}


img.right{
    border: 2px solid #C11815;
    margin: 0 0 0 16px;
}
img.left {
    border: 2px solid #C11815;
    margin: 0 17px 0 0;
}

img.center {
    border: 2px solid #C11815;
}

img.center2 {
    border: none;
}

.formtable {
  border: 2px solid #C11815;
}


textarea.norm,select.norm,input.norm {
  font: 11px Courier New, Courier, Monospace; 
  color: #000000; 
  background: #FFFFFF;
  border: 1px solid #C11815;
}

textarea.req,select.req,input.req {
  font-family: Courier New, Courier; 
  font-size: 11px; 
  color: #000000; 
  background: #FFFFFF url("/bitmaps/input_req.gif") no-repeat top right;
  border: 1px solid #C11815;
}

option.norm {
  font: 11px Courier New, Courier, Monospace; 
  color: #000000; 
  background: #FFFFFF;
}

option.req {
  font-family: Courier New, Courier; 
  font-size: 11px; 
  color: #000000; 
}

.email {
    vertical-align: bottom; 
}