@charset "iso-8859-1";
/* CSS Document */



body,
.wrapper {
	font-size: 0.95em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #999;
	background-color: #FFF;
	width: 1200px;
	margin:0 auto;
	padding-top:0;
	border:none;
	background-position: center top;
	background-color: #FFF);
}
img {
	border-style: none;
}
li {
	list-style: none;
}
li a {
	text-decoration: none;
}	
a:link, a:active, a:visited, a:hover, a:focus {
	outline: none;
}


/* begin*/
#container {
	margin: 0 auto;
	text-align: left;		
}
#header {
	--background-image: url(images/Header_fix.png);
	--background-repeat: repeat-x;
	width: 100%;
	position: fixed !important;
	position:absolute;
	top: 0;
	left: 0;
	height: 160px;
}


/*nav begin*/
nav {
	top: 0;
	width: 1200px;
	height: 1%;
	margin:89px auto;
}
nav ul {
	height: 40px;
	padding: 0px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: 0px 3px 2px #dfdfdf;
	-moz-box-shadow: 0px 3px 2px #dfdfdf;
	-webkit-box-shadow: 0px 3px 2px #dfdfdf;
	line-height: 1.4em;
}
nav ul:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px; 
	box-shadow: 4px 2px 2px #dfdfdf;
    -moz-box-shadow: 4px 2px 2px #dfdfdf;
    -webkit-box-shadow: 3px 2px 2px #dfdfdf;
}
nav ul,nav ul li{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;  
}
nav ul li {
	list-style: none;
    float:left;
    border-right: 1px solid #dfdfdf;
}
nav ul li a {
	text-decoration: none;
	display: block;
	color: #333;
	padding: 9px 15px 9px 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: background 0.1s ease-out 0.1s;
	-moz-transition: background 0.1s ease-out 0.1s;
	-o-transition: background 0.1s ease-out 0.1s;
	transition: background 0.1s ease-out 0.1s;
}


nav ul li:hover > ul {
    visibility: visible;
}
nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
}
nav ul li ul li{
    float: none;
}



nav ul li.cat2:hover a, nav ul li.cat2:hover > ul li a  {
	background-color: #88956c;
}

nav ul li:hover > a {
    color: #FAFAFA;
}
nav ul li ul li a {
    color: #FAFAFA;
}
nav ul li ul li a:hover{
	color: #000;
	background-color: #EDEDED !important;
}

.activ a.active {
	border-bottom: 0.188em solid #E7590B;
}
.cat2 .active {
	background-color:#c3cab5;
}





nav ul li.cat3:hover a {
	background-color: #855546;
	color:#fff;
}
nav ul .cat3 ul li a{
	color: #fff;
}
nav ul .cat3 ul li:hover a{
	color: #000;
}




.cat3 {
	padding-right:73px;
    background-color: #855546;
    float: right;
    margin-top: -53px;
}

.cat3 .active {
	background-color: #BB9483;
}






#header nav ul img {
	margin-top: -95px;
	margin-left: 5px;
}






/* Content */ 
#main {
	--background-image: url(images/bg_main4.jpg);
	--background-repeat: no-repeat;
	background-color: #fdfcfc;
	margin-top: 0px;
}


h1 {
	font-size: 4.2em;
	margin-top: 130px;
	margin-bottom:0;
	padding-top: 150px;
	padding-left: 570px;
	color:maroon;
	font-family:Monotype Corsiva

}



article {
	--background-image: url(images/bg_main4.jpg);
	--background-repeat: no-repeat;
	background-color: #fdfcfc;
	width: 940px;
	height: auto;
	margin-top: 0px;
	padding: 50px 80px 50px 80px;
}


h2 {
	margin-top: -30px;
	padding-left: 500px;
	padding-bottom: 40px;
}


h3 {
	font-size: 1.2em;
	margin-top: 50px;
}


p {
	font-size: 1.2em;
	line-height: 1.7em;
}
#main article em {
	font-size: 1.2em;
	line-height: 1.7em;
}

#Zitat {
	margin: 30px 0 25px 50px;
	float: left;
	height: 200px;
	width: 470px;
	clear: left;
	text-align: left;
}
#main article .line {
	margin-left: 20px;
}


#img_right {
	margin-right: 40px;
	float: right;
	clear: right;
	height: 28px;
}
#img_rightK {
	margin-top: 8px;
	margin-right: 40px;
	float: right;
	clear: right;
	height: 28px;
}

#Allgemein {
	margin: 0px 0 5px 50px;
	float: left;
	width: 480px;
	text-align: left;
}
#Allgemein .floated dt { 
	float: left; 
	clear: left; 
	text-align: right; 
	font-size: 1.2em;
	line-height: 1.7em;
} 
#Allgemein .floated dd { 
	margin: 0 0 0 70px; 
	padding: 0 0 0.5em 0; 
	font-size: 1.2em;
	line-height: 1.7em;
}
	
#Preise {
	font-size: 0.8em;
	margin: 0 0 0 50px;
	float: left;
	width: 900px;	
}
#Preise .floated dt { 
	float: left; 
	clear: left; 
	text-align: right; 
	font-size: 1.2em;
	line-height: 1.5em;
} 
#Preise .floated dd { 
	margin-left: 300px; 
	padding: 0 0 0.5em 0; 
	font-size: 1.2em;
	line-height: 1.5em;
}

#Gutschein img {
	float: left;
	height: 185px;
	width: 335px;
	margin-top: 30px;
	margin-right: 50px;
}
#Gutschein p {
	height: 183px;
	padding-top: 80px;
}




#Haftung {
	font-size: 0.8em;
	line-height: 0.9em;
	wight: 940px;
}
#Haftung a {
	margin-top: 1px;

	letter-spacing: normal;
	white-space: normal;
	text-decoration: none;
	color: #999;
}

#Haftung a:link, #Haftung a:visited {
	color: #666;
	text-decoration: none;
}
#Haftung a:active {
	color: #000;
	text-decoration: none;
}
#Haftung a:hover {
	color: #666;
	text-decoration: underline;
}








.way {
	color: #999;
}
.way a {
	margin-top: 1px;
	letter-spacing: normal;
	white-space: normal;
	text-decoration: none;
	color: #666;
}
.way a:link, .way a:visited {
	color: #666;
	text-decoration: none;
}
.way a:active {
	color: #000;
	text-decoration: none;
}
.way a:hover {
	color: #666;
	text-decoration: underline;
}









.webdesign {
	font-size: 0.9em;
	color: #999;
}
.webdesign a {
	margin-top: 1px;
	letter-spacing: normal;
	white-space: normal;
	text-decoration: none;
	color: #999;
}
.webdesign a:link, .webdesign a:visited {
	color: #999;
	text-decoration: none;
}
.webdesign a:active {
	color: #000;
	text-decoration: none;
}
.webdesign a:hover {
	color: #666;
	text-decoration: underline;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* Footer */ 


#footer {
	width: 100%;
	background:#88956c;
	color: #000;
	position: fixed !important;
	display:block;
	position:absolute;
	bottom: 0px;
	left: 0;
	height: 30px;
	text-align:center;	
	font-size: 0.8em;

}

#footer ul {
	position: relative;
    float: left;
    left: 50%;
    margin: 0 auto;
    padding: 0;
}
#footer ul li {
	list-style-type: none;
	position: relative;
    float: left;
    right: 50%;
    margin-right: 10px;
    padding: 5px 10px;
    background: #88956c;
    list-style: none;
	height: 30px;
}

#footer ul li a {
	color:#000;
	padding: 0 30px

}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color:#000;
}
#footer a:hover {
	text-decoration: none;
	color: #CCC;
}
#footer a:active {
	text-decoration: none;
	color: #000;
}

#footer ul .footer-box {
	background-color: #855546;
}
#footer ul .footer-box:hover a {
	background-color: #855546;
	color:#CCC;
}
#footer ul .footer-box ul li a{
	color: #fff;
}
#footer ul .footer-box ul li:hover a{
	color: #000;
}

#footer ul .distance {
	margin-right: 100px;
	margin-left: 100px;
}
