/* Hotel Achenbach */
/* rot: #f00*/

/***************************/
/* RESET MARGINS & PADDING */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

:focus {
	outline: none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}


/**************/
/* TYPOGRAPHY */
/**************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;		/* web safe fonts */
	font-size: 78%;	
	font-weight: normal;
	line-height: 150%;
}

h1 {
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	color: #000;
	font-size: 1.25em;
	font-weight: normal;
}

h3 {
	color: #716D7a;
	font-size: 1em;
	font-weight: bold;
}

h4 {
	color: #000;
	font-size: 0.93em;
	font-weight: bold;
}

h5 {
	color: #000;
	font-size: 0.85em;
	font-weight: bold;
}

h6 {
	color: #716D7a;
	font-size: 0.75em;
	font-weight: bold;
}

#content ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 2.7em;
	color: #6a6a6a;
}

#content ol {
	list-style-position: outside;
	margin-left: 3em;
	color: #6a6a6a;
}


/*****************/
/* DEFAULT LINKS */
/*****************/

a {
	color: #000;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

a:link {
	color: #000;
}

a:visited {
	color: #a6a6a6;
}	

a:hover,
a:active {
		color: #a6a6a6;
}


/**********/
/* LAYOUT */
/**********/

html {
 background:#aaa url('/files/bg-rot.gif') repeat-y center;
 color: #000;
}


p {
	font-size: 1em;
	font-weight: normal;
	line-height: 140%;
	margin: 10px 0;
	color:  #6a6a6a;
}

/********/
/* MISC */
/********/

hr {
	height: 1px;
	color: #a38f45;
	background-color: #a38f45;
	border:  0;
}

div.content img {
	border: 0;			 /* remove image borders where we don't want them */
}


/***********/
/* CONTENT */
/***********/
#container {
	width: 900px;
	height: 720px;
	/*margin: 0 0 0 -452px;
	left: 50%;
	position:absolute;*/
	margin-left:auto;
	margin-right:auto;
	text-align:left; /*damit text-align: center von body wieder aufgehoben wird (?)*/
	position: relative;
}

#lionbg {
	background: url('/files/loewenkopf-trans.png') no-repeat right top;
	width: 500px;
	height: 659px;
	margin-left: -125px;
	margin-top: 230px;
	z-index: 10;
	position:absolute;
}

#lilybg {
	background: url('/files/lilie-trans.png') no-repeat right top;
	width: 342px;
	height: 546px;
	margin-left: -80px;
	margin-top: 230px;
	z-index: 10;
	position:absolute;
}


/***********/
/* HEADER */
/***********/

#header {
	background: url('/files/header-bg.jpg') repeat-y; top center;
	width: 900px;
	height: 90px;
	position:relative; /*wichtig fuer absolute Positionierung der Spalten*/
	border: 0;
}

#header-left {
	float: left;
	margin: 63px auto auto 40px;
	border:  0;
}

#lang-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;		/* web safe fonts */
	font-size: 85%;
	font-weight: normal;
	line-height: 150%;
	color: #363019;
	list-style: none;
}

#lang-menu li {
	float:  left;
	margin-right:  1em;
}

#lang-menu a,
#mail-top a {
	color: #363019;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#lang-menu a:link, 
#mail-top a:link {
	color: #363019;
}

#lang-menu a:visited, 
mail-top a:visited {
	color: #363019;
}	

#lang-menu a:hover,
#lang-menua:active, 
#mail-top a:hover, 
#mail-top a:active {
	color: #faf7f0;
}

#lang-menu a.rex-current {
	color: #363019;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}



#header-right {
	float: right;
	margin: 30px 40px auto auto;
	border: 0;
}

#adress-top {
	float:  left;
	font-family: Verdana, Arial, Helvetica, sans-serif;		/* web safe fonts */
	font-size: 93%;
	font-weight: normal;
	line-height: 130%;
	color: #363019;
	margin-right:  2em;
	}
	
#phone-top {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;		/* web safe fonts */
	font-size: 93%;
	font-weight: bold;
	line-height: 130%;
	color: #363019;
	}
	
#mail-top {
	clear:  both;
	text-align:  right;
	font-family: Verdana, Arial, Helvetica, sans-serif;		/* web safe fonts */
	font-size: 93%;
	font-weight: bold;
	line-height: 180%;
	color: #363019;
	}

#phone-top a, #phone-top a:link, #phone-top a:visited {
	color: #363019;
}

#phone-top a:hover, #phone-top a:active {
	color: #fff;
}

/***********/
/* CONTENT */
/***********/

#maincontent {
	background: url('/files/content-bg.jpg') repeat-y; top center;
	width: 900px;
	min-height: 700px;
	position:relative;
	border: 0;
	z-index: 7;
}

#main-left {
	margin: 0 0 0 27px;
	float:  left;
	position: absolute;
	width: 184px;
	z-index: 20;
}

.logo {
	margin:  15px auto auto 6px;
}

#topimage {
	float:  left;
	position: relative;
	background: url('/files/topimage-bg.png') no-repeat;
	width: 662px;
	height: 400px;
	margin: 0 0 0 210px;
	padding: 0;
}

.topimage-pic {
	position: absolute;
	z-index: 20;
	margin:  4px auto auto 8px;
}


/***** im Content ****/


#content {
	clear:  both;
	float: left;
	z-index: 25;
	position: relative;
	margin-left: 218px;
	width:  465px;
	font-size: 93%;
	font-stretch: semi-expanded;
	padding-bottom: 10px;
}


.picbg100x100 {
	padding:  0 7px 7px 0;
	background: url('/files/pic-bg100x100.png') no-repeat bottom right;
}

.picbg165x180 {
	margin-top:  5px;
	padding:  0 7px 7px 0;
	background: url('/files/pic-bg165x180.png') no-repeat bottom right;
}

/**** so auch im Tiny MCE Editor CSS fenster eingefuegt *****/

.picbg180x110right {
	float: right;
	margin:  5px 0 0 3px;
	padding:  0 7px 7px 0;
	background: url('/files/pic-bg180x110.png') no-repeat bottom right;
}

.picbg180x110left {
	float: left;
	margin:  5px 7px 0 0;
	padding:  0 7px 7px 0;
	background: url('/files/pic-bg180x110.png') no-repeat bottom right;
}

.picbg-ohne-schatten-right {
	float: right;
	margin:  5px 7px 0 5px;
	padding:  0;
}

.picbg-ohne-schatten-left {
	float: left;
	margin:  5px 5px 0 7px;
	padding:  0;
}


/**** so auch im Tiny MCE Editor CSS fenster eingefuegt *****/

#main-right {
	float: right;
	margin-right:  25px;
	width:  175px;
	font-size: 88%;
}

.trenner-right {
	background: url('/files/trenner.gif') no-repeat;
	width: 167px;
	height: 12px;
	margin-bottom: 5px;
}

/**************/
/* Main Menue */
/**************/

.rex-navi1 {
	margin-left: 12px;
}

.rex-navi1, .rex-navi1 ul {
	list-style: none;
}
.rex-navi1 ul {
	margin-top: 5px;
}

.rex-navi1 li {
	display:  block;
}

.rex-navi1 li a {
	display:  block;
	font-family: Verdana, Arial, Helvetica, sans-serif;		/* web safe fonts */
	font-weight: normal;
	text-decoration: none;
	height:  30px;
	line-height:  30px;
}

.rex-navi1 li a:link,
.rex-navi1 li a:visited,
.rex-navi1 li a {
	padding-left:  5px;
	color: #363019;
}

.rex-navi1 li a:hover {
	background: url('/files/menu-bg-hover.png') no-repeat 0 2px;
	font-weight: normal;
}

.rex-navi1 li a.rex-current {
	background: url('/files/menu-bg.gif') no-repeat 0 2px;
	font-weight: bold;
}

.rex-navi1 li a.rex-active {
	background: url('/files/menu-bg.gif') no-repeat 0 2px;
	font-weight: bold;
}

.rex-navi1 li ul {
	/* background-color: #fff; */
	margin-bottom: 5px;
}

.rex-navi1 li li {
	font-size: 82%;
	line-height: 1.3em;
}

.rex-navi1 li li a:link,
.rex-navi1 li li a:visited,
.rex-navi1 li li a {
	display:  inline;
	background: none;
	font-weight: normal;
	color: #716d7a;
	line-height: 1.3em;
	padding-left:  10px;
}

.rex-navi1 li li a:active,
.rex-navi1 li li a:hover,
.rex-navi1 li li:hover {
	color: #020000;
}

.rex-navi1 li li a.rex-current {
	background-image: none;
	color: #020000;
	font-weight: bold;
}





/***********/
/* FOOTER */
/***********/

#footer {
	background: url('/files/footer-bg3.jpg') repeat-y top center;
	width: 900px;
	height: 72px;
	position:relative; /*wichtig fuer absolute Positionierung der Spalten*/
	border: 0;
	z-index: 5;
}

/* ################################### */
/* ########## Bottom-Menue ########### */
/* ################################### */


#footermenu #fusszeile {
	font-size:  80%;
	color: #fff;
}

/*Links im Menue*/
#footermenu a {
	color: #363019;
	text-decoration: none;
	background-color: transparent ;
}

#footermenu a:link {
	color: #363019;
	text-decoration: none;
	background-color: transparent ;
}

#footermenu a:hover {
	color: #000;
	text-decoration: underline;
	background-color: transparent ;
}

#footermenu a:active {
	color: #000;
	text-decoration: underline;
	background-color: transparent ;
}

#footermenu a:visited {
	text-decoration: none;
	background-color: transparent ;
}

/*Staffelung über Listen*/


#footermenu {
	position:  relative;
	top: 15px;
	list-style-type: none; /*Alle Listen ohne Kram und links orientiert*/
	padding: 0;
	text-align: center;
}

#footermenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footermenu a {
}

/*Feststehende Menues*/
#footermenu a.fix {
	color: #363019;
	font-weight: bold;
}

/******************/
/* HELPER CLASSES */
/******************/
.test {
	border: 1px solid #fff;
}

.hide {
	display: none;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {/* add .clearfix class to clear floats after an element */
	clear: both;	/* (IE version is in ie6-fixes.css) */
	content: "."; 
	display: block;
	font-size: 0;
	height: 0;
	border:  1px solid #ccc;
	visibility: hidden;
}

.headlinepic {
	position: absolute;
	z-index:  200;
	right:  0;
	top:  0;
	margin-bottom: -20px;
}

.headline-home {
	margin: 0 auto -10px 0;
}

.headlinepicrelative{
	position: relative;
	z-index:  200;
	float:  right;
	top:  -10px;
	margin-bottom: -15px;
}

.spacetopheadline {
	margin-top: 55px;
}

.headlinecenter {
	text-align: center;
}

.headlinegaesteb {
	margin-left: 125px;
}

.headlinekontakt {
	margin-left: 125px;
}

.spacetop0 {
	margin-top: 0;
}

.spacetop1 {
	margin-top: 1em;
}

.spacetop2 {
	margin-top: 2em;
}
.spacetop4 {
	margin-top: 4em;
}

.spacebot0 {
	margin-bottom: 0;
}

.spacebot1 {
	margin-bottom: 1em;
}

.spacebot2 {
	margin-bottom: 2em;
}

/* ######################################### */	
/* ####### spezielle Formatierungen ######## */
/* ######################################### */

#content form {
	width: 100%;
}

.formgen {
	margin-top: 1em;
}

#content  p.meldung {
	color:  #630c15;
	font-weight: bold;
}

#content fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

#content label {
	float:  left;
	display: block;
	text-align: left;
	padding: 0;
	margin:0 0 0.3em 0;
	width:  110px;
	color:#6A6A6A;
	font-size:1em;
	font-weight:normal;
	line-height:140%;
}


#content input{
	padding: 0;
	margin: 0 0 0.5em 3px;
	width: 60%;
	
	border: 1px solid #a38f45;
	background: #fff;
	
	padding: 2px;
	font-size: 100.01%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}


#content textarea {
	padding: 0;
	margin: 0 0 1em 3px;
	width: 60%;
	
	border: 1px solid #a38f45;
	background: #fff;
	
	padding: 2px;
	font-size: 100.01%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}

div.forminfo {
	font-weight: bold;
	color:  #630c15;
	margin:  0 0 1em 10px;
}

.mandatory {
	margin:0 0 0 179px;
}

/*a63 - ist das Gaestebuchscript */

#content form.a63-form {
	width:  96%;
}

#content form.a63-form ul.error {
	list-style: none;
}

form.a63-form ul.error li {
	font-weight: bold;
	color:  #630c15;
}



#content input.formsubmit, #content input.a63-fsubmit {
	display: block;
	padding: 0 0 7px 0;
	margin: 0 0 0 175px;
	border: 0;
	background-color: transparent;
	color: 	#b89e3f;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	background: url('/files/send-button2.png') repeat-y top left;
	width: 159px;
	height: 27px;
	cursor: pointer;
}


#content select {
	padding: 0;
	margin: 0 0 0.5em 3px;
	border: 1px solid #a38f45;
	
	background: #fff;
	margin-bottom:6px;
	padding-left:0;
	text-decoration:none;
	}

#content input.formsubmit:hover, #content input.a63-fsubmit:hover {
	color: #faf7f0;
}
/*************** Galerie *********************/
.gallery {
	margin: 0;
	padding: 0;
}

#content .gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.gallery ul li {
	display: block;
	position: relative;
	width:  107px;
	height:  107px;
	float: left;
	border: 0;
	padding:  0;
	background: url('../files/pic-bg100x100.png') no-repeat 0 0;
	margin: 0 7px 0 2px;
	line-height: 0;
	overflow: hidden;
}

.gallery ul img {
	width:  100px;
	height:  100px;
	margin: 0 7px 6px 0;
}

.gallery ul img:hover {
	cursor: pointer;
}

/************** Teaserbox *******************/

.teaserbox {
	font-size: 1em;
}

.teaserbox h3 {
	color: #ad913d;
	font-size: 1.25em;
	font-weight: bold;
}

.teaserbox p {
	color: #ad913d;
}

.teaserbox a,
.teaserbox a:link,
.teaserbox a:visited {
	font-weight: bold;
	color: #ad913d;
}

.teaserbox a,
.teaserbox a:hover,
.teaserbox a:active {
	color: #630c15;
}



/************** Gaestebuch ******************/

/* Zusatztext des Gaestebuchscripts z.B.: Pflichtfeld*/

p.a63-info {
	font-size: 0.75em;
	margin-left: 180px;
}

/* Seitenanzeiger Gaestebuch*/
div.a63-entries {
	position: relative;
}

#content ul.a63-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 130%;
	list-style: none;
	position: relative;

}

div.a63-entries ul li {
	float:  left;
	margin: 1em 0.5em 1em 0;
}

div.a63-entries ul a, #content .a63-entries ul a:link {
	color: #363019;
	font-weight: bold;
	text-decoration: none;
}

div.a63-entries ul a:active, .a63-entries ul a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

div.a63-entries table {
position: relative;
	margin: 0;
	padding: 0;
	width:  90%;
	margin-left: 4%;
}

div.a63-entries tr.a63-headline {
	color:  #6a6a6a;
	background-color: #fff;
	line-height: 2em;
}

div.a63-entries tr.a63-headline td{
	border: 1px solid #a38f45;
	padding: 0 3px;
}

div.a63-entries tr.a63-message {
	background-color: transparent;
}

div.a63-entries tr.a63-message td {
	padding-left: 10px;
}

div.a63-entries tr.a63-spacer td {
	background-color: transparent;
	height: 10px;
}

.a63-form {
	margin-top: 1em;
}

.a63-nr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #363019;
	margin:0 10px 0 3px;
}

.a63-name {
	font-size: 1.2em;
	margin-right:  10px;
}


.a63-date {

}

.a63-hr {
	width:  70%;
	height: 1px;
	color: #a38f45;
	background-color: #a38f45;
	border:  0;
}





 /**** Formular rechts ***/
 
#main-right form {
	width:168px;
}

#main-right legend {
	font-weight: bold;
	color: #a38f45;
	font-size: 1.2em;
	margin-bottom: 0.7em;
}

#main-right p.meldung {
	color:  #630c15;
	font-weight: bold;
}

#main-right fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

#main-right label {
	float: left;
	display: block;
	text-align: left;
	width: 65px;
	padding: 0;
	margin:0;
}

#main-right .labelkinder {
	width: 40px;
	margin:0 3px 0 14px;
}

#main-right input{
	float: left;
	display: block;
	padding: 0;
	margin: 0 0 1em 0;
	width: 93px;
	
	border: 1px solid #a38f45;
	background: #fff;
	
	padding: 2px;
	font-size: 100.01%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}

#main-right .feldanreise {
	width: 68px;
	margin-right:  3px;
}

#main-right .feldzahl {
	width: 15px;
}

#main-right textarea {
	float: left;
	display: block;
	height: 6em;
	width: 100px;
	
	padding: 0;
	margin: 0 0 1em 0.5em;
	
	border: 1px solid #ccc;
	background: #fff;
	padding: 2px;
	font-size: 100.01%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}

#main-right input.formgen_submit {
	display: block;
	padding: 0 0 5px 5px;
	margin: 0 0 0.7em 0;
	border: 0;
	background-color: transparent;
	color: 	#363019;
	font-weight: bold;
	line-height: 30px;
	text-align:  left;
	
	background: url('/files/send-button2.png') repeat-y top left;
	width: 159px;
	height: 27px;
	cursor: pointer;
}

#main-right input.formgen_submit:hover {
	color: #faf7f0;
}



