@import url("nav.css");


/* RESET */
html, body, p, h1, h2, h3, form, input, select, ul, li {
	margin: 0;
	padding: 0;
}

html {
	min-height: 800px;
	min-width: 1024px;
}

body { 
	font-family:"Trebuchet MS"; font-size: 13px;
	background: #f4bc6b url("../_img/site_bg.png") repeat-y top center;
	color: #666666;
}


h1,h2,h3 { margin: 0 0 10px 0 }
h1 { font-size: 20px }
h2 { font-size: 18px }
h3 { font-size: 14px }

img { border: none }

hr { clear: both; margin: 20px 0px; border-top: 1px dotted gray; background-color: none; height: 1px; line-height: 1px; }

/* MISC */
.none { display: none }
.left { float: left }
.right { float: right }
.center { text-align: center }
.clear { clear: both }


a:link,
a:visited {
	color: #86191c;
	text-decoration: none
}

a:hover,
a:active {
	color: #ba0005
}

p { 
	line-height: 18px;
	margin: 0 0 15px 0;
}



#site {
	width: 960px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -480px;
	background-color: #faf1d8
}

#header {
	position: relative;
	display:block;
	height: 132px;
	width: 960px;
	background: #fdf8ed url("../_img/header_bg.png") no-repeat;
}

#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url("../_img/nav_bg.png") repeat-x;
	height: 52px;
	width: 960px;
	display: block;
	margin: 0;
	padding: 0;
}

#logo {
	clear: both;
	width: 229px;
	height: 110px;
	position: absolute;
	left: 50%;
	margin-left: -128px;
	top: 12px;
}
#logo a:link,
#logo a:visited {
	width: 302px;
	height: 110px;
	display: block;
	background: transparent url("../_img/logo_bg1.png") no-repeat bottom right;
}
#logo a:hover,
#logo a:active {
	display: block;
	background: transparent url("../_img/logo_bg2.png") no-repeat bottom right;
}

#buchen {
	position: absolute;
	margin: 18px 0 0 -7px
}

#lang {
	position: absolute;
	top: 9px;
	right: 16px;
}
#lang span { display: none }

a#lang_fr:link,
a#lang_fr:visited { 
	float: left;
	display: block;
	height: 26px;
	width: 26px;
	margin-right: 5px;
	background: transparent url("../_img/languages.gif") no-repeat 0px 0px;
}
a#lang_fr:hover,
a#lang_fr:active,
a#lang_fr.active { 
	background: transparent url("../_img/languages.gif") no-repeat -26px 0;
}
a#lang_en:link,
a#lang_en:visited { 
	float: left;
	display: block;
	height: 26px;
	width: 26px;
	background: transparent url("../_img/languages.gif") no-repeat 0px -26px;
}
a#lang_en:hover,
a#lang_en:active,
a#lang_en.active { 
	background: transparent url("../_img/languages.gif") no-repeat -26px -26px;
}

#header_block {
	margin: 0;
	padding-bottom: 9px;
	background: white url("../_img/header_bottom.png") no-repeat bottom left;
	height: 301px;
}


#content {
	float: left;
	width: 960px;
	min-height: 400px;
	background: white url("../_img/content_bg.png") repeat-y;
	border-bottom: 2px solid #b46f67;
}
#content #left {
	float: left;
	width: 530px;
	margin: 15px 15px 20px 35px;
	color: #666;
	font: normal 9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
/* 	background-color: red */
}
#content #left h1 {
	color: #fad08a;
	font: italic 20px Tahoma, Arial, sans-serif;
	font-weight: normal;
	padding: 3px 10px 7px 42px;
	margin-left: -42px;
/* 	background-color: #86191d */
	background: transparent url("../_img/content_hl.png") no-repeat;
}
#content #left ul {
	line-height: 18px;
    margin: 0;
}
#content #left li {
	margin-left: 12px
}
#content #left ul.inside {
/* 	list-style-position: inside; */
}
#content #left ul.inside li {
	position: relative;
	left: 12px;
}

#content #right {
	float: left;
	width: 330px;
	margin: 15px 0px 20px 30px;
	min-height: 400px;
}
#content #right h3 {
	color: #545454;
	width: 339px;
	font: italic 13px Tahoma, Arial, sans-serif;
	padding: 10px 10px 6px 30px;
	margin-left: -29px;
	background-color: #f9e4c1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity:.7;
}
#content #right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content #right ul li {
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #86191c;
}
#content #right ul a:link,
#content #right ul a:visited {
/* 	border-bottom: 1px solid transparent; */
	background: transparent url("../_img/li.gif") no-repeat center left;
	padding-left: 16px
}
#content #right ul a:hover,
#content #right ul a:active {
/* 	border-bottom: 1px solid #fad08a; */
	background: transparent url("../_img/li2.gif") no-repeat center left;
}

#content #right ul {
	margin-bottom: 20px;
}
#right ul a.active { color: red }

#content #right #teaser {
	margin: 60px 0 10px 0; 
	padding: 0 0 4px 5px;
	width: 325px;
	background-color: #86191d;
	color: #faf1d8;
	font: normal 14px Tahoma, Arial, Helvetica, sans-serif;
}
#teaser img {
	margin: 0 0 2px -5px;
}
#content #right #teaser a {
	background-color: #86191d;
	color: #faf1d8;
}


#footer {
	float: left;
	width: 960px;
	min-height: 150px;
	background: #faf1d8 url("../_img/footer_bg2.jpg") no-repeat;
	margin-top: 1px; 
	border-top: 1px solid #df877d;
}

.fbox1 {
	float: left;
	width: 260px;
	margin: 30px 10px 0px 35px;
}
.fbox2 {
	position: relative;
	float: left;
	width: 240px;
	margin: 30px 20px 0px 10px;
}
.fbox3 {
	float: left;
	width: 330px;
	margin: 30px 10px 5px 40px;
}

#footer h1 {
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #86191c;
	margin-bottom: 15px;
}

#footer p.left {
	clear: both;
	float: left;
	width: 100px;
}
#footer p.right {
	float: left;
	margin-right: 30px;
}


.cat_intro {
	float:left;
	width: 520px;
/* 	height: 160px; */
	border: 1px solid #86191c;
	border-width: 0px 0px 1px 0px;
	padding: 0 0 5px 0;
	margin-bottom: 10px
}
.cat_intro a {
	color: #666;
	text-decoration: none;
}
.cat_intro img {
	float: left;
	border: 0;
	margin: 5px 10px 5px 0;
}
.cat_intro p {
	margin-bottom: 6px
}

.gallery {
	margin-bottom: 10px
}
.gallery img {
	opacity: 0.77;
	filter: alpha(opacity=77);
	margin: 0 2px 2px 0
}
.gallery img:hover {
  	opacity: 1;
  	filter: alpha(opacity=100);	
}

#footer .fbox2 p {
/* 	margin: 0 0 5px 0; */
}
#footer .fbox2 p.facebook {
	position: absolute;
	right: -10px;
	bottom: -10px;
	text-align: center;
}
#footerend {
	color: #fad08a;
	background-color: #86191d;
	padding: 0px 10px 0px 10px;
	text-align: right;
}
#footerend img {
	padding-top: 2px;
	vertical-align: middle;
}
