html, body {
	height:100%;
	}

body {
	background-color: #FFF;
	font-size:13px;
	font-family:  'Lucida Grande', Verdana, Arial, sans-serif;
	color:#564b47;
	padding: 0;
	margin:0;
	background-attachment: fixed;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	}


a {
	color: #9A1525;
	text-decoration: none;
}
a:visited {
	color:#564b47;
}
a:hover {color: #564b47;}
a:active {
	color:#9A1525;
}
	
p, pre {
	margin: 0px;
	padding: 10px;
	}
pre {
	font-size: 13px;
	}
.red {
	color: #9A1525;
}

	
h1 {
	font-size: 20px;
	font-weight: normal;
	border-top: 1px solid #564b47;
	padding: 15px 10px 0;
}


h2 {
	padding-bottom:4px;
	background:url(images/h2.gif) left bottom repeat-x;
	margin-bottom:9px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size:16px;
	color:#272728;
	padding-left: 5px;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}

.box h2 a {
	color: #9A1525;
	text-decoration: underline;
	font-weight: normal;
}

#space { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* die hälfte der inhals's höhe */
	float:left;
	}


#inhalt {
	width: 1200px;
	height:600px;
	background-color: #ffffff;
	margin: 0 auto;
	position:relative; /* hebt das float vom space auf  */
	clear: both;
	border: 1px solid #CCC;
	overflow: visible;
	}
#logo {
	float:left;
	width:1200px;
	height:105px;
	text-align:left;
	overflow: visible;
}

#logo a {
	float:left;
	width:1200px;
	height:105px;
	font-size:0;
	line-height:0;
	text-indent:-4000px;
	background-image: url(images/logo.png);
}
#siegel {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	background-image: url(images/siegel.png);
	background-repeat: no-repeat;
	height: 145px;
	width: 148px;
	right: -40px;
	top: -40px;
}
#menu {
	height:36px;
	width: 1200px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbdbdb;
	margin-top: 16px;
	background-color: #F8F8F8;
}


ul.dropdown {
	list-style-type: none;
	background-color: #F8F8F8;
	padding-left: 0px;
	padding-top: 10px;
	margin-top: 0px;
	position: absolute;
	width: 1200px;
}

									  
ul.dropdown li {
	/*zoom: 1;*/
	float: left;
}
ul.dropdown a:hover {
	text-decoration: underline;
	color: #9A1525;
}
ul.dropdown a:active {
	text-decoration: underline;
	color: #9A1525;
}
ul.dropdown li a {
	display: inline;
	color: #222;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
	text-decoration: none;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #666; position: relative; }
ul.dropdown li.hover a              { color: #666; }


ul.dropdown ul 						{
	width: 155px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 12px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background-color: #FFF;
	list-style-type: none;
	z-index: 999;
	margin-top: 11px;
}
ul.dropdown ul li 					{
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #dbdbdb;
	float: left;
	height: 20px;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	background: none;
	width: 100%;
	display: inline;
	padding-top: 9px;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 0px;
	margin-left: -20px;
} 

ul.dropdown ul ul 					{
	top: 0;
	z-index:300;
	border-top: 1px solid #dbdbdb
}

ul.dropdown li:hover > ul 			{ visibility: visible; }
.dropdown li .sub_menu {
	width: 155px;
}
.dropdown li .sub_menu li {
	padding-top: 7px;
}

#container {
	margin-bottom: 0px;
	width: 1200px;
	margin-left: 0px;
	margin-top: 0px;
	height: auto;
	float: left;
}




/* 
	Intro
*/

#intro {
	margin-bottom: 0px;
	width: 1200px;
	margin-left: 0px;
	background-color: #FFF;
	margin-top: 0px;
	height: 320px;
}

#intro .slider {
	width:548px;
	height:auto;
	position:relative;
	overflow:hidden;
	margin-left: 16px;
	float: left;
	margin-top: 16px;
	display: inline;
}



#intro .slider-holder ul,
.jcarousel-clip {
	list-style:none;
	width:658px;
	height:353px;
	position:relative;
	overflow:hidden;
	background-color: #212121;
}
#intro .slider-holder ul li {
	float:left;
	position:relative;
	width:658px;
	height:353px;
	list-style:none;
}
#intro .slider-holder .slider-image {
	position:absolute;
	top:0;
	left:0px;
}
#intro .slider-holder .slider-image img {
	border:1px solid #000;
}
#intro .txt-holder {
	width:596px;
	height:285px;
	position:relative;
	float: right;
	margin-top: 16px;
	color: #FFF;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	overflow: hidden;
}
#intro .slider-holder .offer-data {
	position:absolute;
	right:24px;
	height:317px;
	width:240px;
	background-image: url(images/semi-transparent.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
	float: right;
}
#intro .slider-holder .offer-data .entry { height:212px;}
#intro .slider-holder .offer-data p { color:#dfd5d5; line-height:18px; padding-bottom:18px; text-align:justify; }
#intro .slider-holder .offer-data p a { color:#dfd5d5; }

#intro .slider-holder .offer-data .buttons {
	padding-right: 4px;
}

#intro .slider-holder .offer-data .buttons .button,
#intro .slider-holder .offer-data .buttons .button span {
	height:29px;
	line-height:29px;
	float:left;
}
#intro .slider-holder .offer-data .buttons .button {
	float:left;
	background:url(images/intro-button.jpg) left top repeat-x;
	border:1px solid #434340;
	padding:0 8px;
}
#intro .slider-holder .offer-data .buttons .button span { background:url(images/intro-button-span.jpg) left top no-repeat; padding-left:7px; }

#intro .slider-navigation {
	height:20px;
	padding-top:6px;
	clear: both;
}
#intro .slider-navigation ul {
	list-style:none;
	margin-left:16px;
}
#intro .slider-navigation ul li {
	float:left;
}
#intro .slider-navigation ul li a {
	width:15px;
	height:15px;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-4000px;
	text-decoration:none;
	background-image: url(images/slider-navigation-normal.gif);
	background-repeat: no-repeat;
}
#intro .slider-navigation ul li a.active,
#intro .slider-navigation ul li a:hover {
	background-image: url(images/slider-navigation-active.gif);
}

.box {
	float:left;
	background-color: #FFF;
	width: 1180px;
	padding-right: 10px;
	padding-left: 10px;
}


.box .entry p {
	text-align: justify;
	padding-left: 5px;
	padding-top: 0px;
}
.box .entry_discl p {
	text-align: justify;
	padding-left: 5px;
	padding-top: 0px;
	font-size: 9px;
}


#footer {
	width:1180px;
	height:auto; /* die hälfte der inhals's höhe */
	float:left;
	background-color: #f8f8f8;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	margin-top: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}
.images_haustypen_mini {
	height: 60px;
	width: 90px;
	border: thin solid #CCC;
	padding: 2px;
}
.images_haustypen {
	height: 143px;
	width: 220px;
	border: thin solid #CCC;
	padding: 2px;
}
.images_haustypen_big {
	height: 227px;
	width: 350px;
	border: thin solid #CCC;
	padding: 2px;
}


.images_haustypen_th {
	width: 75px;
	border: thin solid #CCC;
	padding: 2px;
	height: 47px;
}
.images_haustypen_th_blank {
	width: 79px;
	padding: 2px;
	height: 51px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}







#gallery {
	width: auto;
	margin: 0px;
	padding: 0px;
}







	#gallery ul { list-style: none; }
	#gallery ul li {
	display: inline;
}
	#gallery ul img {
	border: 5px solid #EBEBEB;
	padding: 5px;
	}
	#gallery ul a:hover img {
	border: 5px inset #F0F0F0;
	}
	#gallery ul a:hover {
}
.best {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
