/* Standard-CSS für www.haus-knoll.de */

/* Wichtige Farben
orange = #F2CB05
dunkelgelb = #F2CB05
hellgelb = #F2E422
beigegrau = #D9D7C5
grün = #848C46
*/

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


html, body {
	font-size: 101%;
	background-color: #F2CB05;
}
#container {
	width: 952px;
	margin-left: -477px;
	left: 50%;
	top: 70px;
	position: absolute;
	background-image: url(img/slices/container_higru.jpg);
	background-repeat: repeat-y;
}
#content{
	margin-top: 40px;
	margin-right: 80px;
	margin-bottom: 40px;
	margin-left: 80px;
}
#nav{display:inline;
}
a:link {
   color: #666;
   text-decoration: underline;
}
a:visited {
   color: #333;
   text-decoration: underline;
}

a:hover {
   color: #f60;
   text-decoration: underline;
}

a:active {
   color: #f60;
   text-decoration: underline;
}

strong {
   font-weight: bold;
   color:#333333;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

#content img.left {
	border:4px groove #FFCC00;
	margin-right: 20px;
	margin-left: 40px;
	float: left;
}
.img_right {
	float: right;
}
.img_left {
	float: left;
	margin-right: 20px;
}
.left {
	float: left;
}
.right {
	text-align: right;
	float: right;
	}
.klein {
   font-size: 0.7em;
}
.spalt_li {
	float: left;
	width: 48%;
	left: 0px;
}
.spalt_re {
	float: right;
	left: 52%;
	width: 48%;
	
}
/* the clearfix : ------------------ */
.cf {
display: inline-block;

}
.cf[class] {
display: block;
overflow: hidden;

}
/* the clearfix end ------------------ */
.top {
   vertical-align: top;
}

h1 {
	font-size: 1em;
	margin: 20px 60px 10px 40px;
	border-bottom: 1px solid #848C46;
	font-weight: 800;
	color: #666;
}

h2 {
	font-size: 0.8em;
	margin: 15px 60px -5px 40px;
	color: #666;
}

p  {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333333;
	margin: 10px 60px 10px 40px;
	text-align: left;
}

ul {
   font-size: 0.75em;
   line-height: 1.5em;
   color: #333;
   margin: 10px 60px 10px 60px;
}

/* Header */

#header p {
   font-size: 0.8em;
}
/* ENDE Header */

#nav_neben {
	position: absolute;
	left: 767px;
	top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
#map {
	position: relative;
	margin-left: 40px;
}
.td_preise {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.td_preise_re {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	text-align: right;
	padding-right: 8px;
}
#online_buchen {
	background-color: #F2CB05;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #666;
	width: 180px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 600;
	text-decoration: none;
}
.text_right {
	text-align: right;
}

