/* CSS Angaben fuer den Body Bereich */
body {
background-color: #edf2d1;
font-family: Verdana, Arial;
font-size: 12px;
color: #4a5e29;

}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

.outborder {
background-color:#edf2d1;
}

/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
background-color: #fefff3;
padding: 2px;
font-size: 11px;
color: #9ab633;
width:320px;
}
/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
background-color: #edf2d1;
margin-bottom: 5px;
}

.gbentrytop, .gbentryout, .gbentrybottom {  
padding: 2px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
background-color: #edf2d1;
font-size: 11px;
color: #9ab633;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
background-color: #fefff3;
font-size: 11px;
color: #9ab633;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
background-color: #edf2d1;
font-size: 11px;
color: #9ab633;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
font-size: 11px;
color: #9ab633;
text-decoration: none;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
font-size: 11px;
color: #9ab633;
text-decoration: underline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
background-color: #edf2d1;
font-family: Verdana, Arial;
font-size: 11px;
border: 1px solid #9ab633;
width: 200px; 
}
.textfeld {
background-color: #edf2d1;
font-family: Verdana, Arial;
font-size: 11px;
border: 1px solid #9ab633;
width: 220px; 
}
.los {
background-color: #edf2d1;
font-family: Verdana, Arial;
font-size: 11px;
border: 1px solid #fefff3;
width: 100px; 
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
background-color: #edf2d1;
}

.tc {
font-family:Verdana, Arial;
font-size: 11px;
text-align: center;
background-color: #efefef;
padding: 2px;
width: 20px;
}

.tca {
font-family:Verdana, Arial;
font-size: 11px;
font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;
background-color: #fefff3;
}

.tci {
font-family:Verdana, Arial;
font-size: 11px;
padding: 2px;
color: #4a5e29;
font-weight: bold;
text-align: center;
background-color: #f5f5f5;
}

.tc a {
text-decoration: none;
color: #9ab633;
}
.tc a:hover {
text-decoration: none;
color: #9ab633;
}

/* ------------------------------------------- */

/*------------------1.basics------------------*/
html, body, div, p, h1, h2, h3, table, td, ul, ol, span, a, form, img, li, input, form, object, textarea{
	margin: 0px;
	padding: 0px;
	
}


html, body{
	font-family: "Trebuchet MS", Tahoma;
	color:#4a5e29;
	background:url(http://www.parkhotel-bad-bevensen.de/images/bg.jpg);
	background-position: top center;
	font-size:13px;
	background-color:#fcfbd6;
	background-repeat:repeat-x;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #9ab633;
	SCROLLBAR-HIGHLIGHT-COLOR: #fff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #ffffff;
	scrollbar-3d-light-color: #ffffff;
}

p{
	margin: 15px 35px 25px 50px;
	line-height:1.9em;
	text-align:justify;
	}	
.absatz01{text-indent:32px;}
	
h2{
	font-weight: normal;
	font-size: 21px;
	margin: 33px 35px 0 25px; 
	text-align:right;
	}
	
h3{
	font-size:17px;
	font-weight:normal;
	padding: 10px 15px 5px 0;
	color:#9ab633;}

h4{
	font-weight: normal;
	font-size: 17px;
	margin: 10px 2px 0 50px; 
	color:#9ab633;}

/*------------------2.layout------------------*/
#container{
	margin: 0px auto;
	width:758px;
	min-height:750px;
	background:url(http://www.parkhotel-bad-bevensen.de/images/bg-container.jpg);
	background-repeat:repeat-y;
        background-position:top-center;
	position:relative;}
	
*html #container{height:750px;}
	
#header{
	width:758px;
	height:191px;
	position:relative;
	background:url(http://www.parkhotel-bad-bevensen.de/images/bg-header.jpg);
	z-index: 1;}

#header h1{
	font-size: 0.001em;
	color: #fff;
	position:absolute;
	text-indent:-4000px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: left top;
	}
#header h1 a{
	width:370px;
	font-size: 0.001em;
	height:110px;
	color: #fff;
	text-decoration: none;
	display: block;
	overflow: hidden;
	margin: 70px 0 0 210px;
	}

#header h1 a:hover{color: #fff; text-decoration: none;}

#slideshowbox{
	width:729px;
	height:218px;
	background:url(http://www.parkhotel-bad-bevensen.de/images/bg-slideshow.jpg);
	padding-left:29px;}
	
#content{
	width:758px;
        min-height:400px;
	background:url(http://www.parkhotel-bad-bevensen.de/images/bg-content.jpg);
	background-repeat:no-repeat;}

*html #content{height:400px;}
	
	
#boxright{	
	width:300px;
	margin:0 0 0 420px;
	padding:25px 0 0 10px;
}

#footer-innen{
	width:758px;
	height:64px;
	background-position:center;
	background:url(http://www.parkhotel-bad-bevensen.de/images/bg-footer-innen.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#footer{
	height:64px;
	background:url(http://www.parkhotel-bad-bevensen.de/images/bg-footer.jpg);
	background-repeat:repeat-x;
	margin-top:-62px;
}

/*------------------3.links------------------*/
a { color:#9ab633; text-decoration:none;}
a:hover { text-decoration:underline; color:#4a5e29;}

/*------------------4.content------------------*/
.text-hellgruen{color:#9ab633;}

.text-gruen{
	font-weight: bold;
	width:275px;
	line-height:1.5em;
	padding-bottom:17px;
	color:#9ab633;}

.style-text02{
	width:275px;
	line-height:1.5em;
	border-bottom:#9ab633 solid 1px;
	padding-bottom:17px;
	margin-bottom:10px;}
.text-10px{font-size:10px;}

.absatz02{text-align:left;}	

#back{margin-left:185px;color:#9ab633;}

#gb{width:300px;margin:10px 15px 20px 30px;	}


.text-cms{
	margin: 0 15px 5px 50px;
	padding-bottom:7px;
	border-bottom:1px solid #9ab633; }
	
.text-gruen-cms{
	font-weight: bold;
	width:275px;
	line-height:1.5em;
	color:#9ab633;
	margin: 2px 35px 0 50px;}
	
.fixfloat{
	height:10px; 
	clear:both; 
	border-top:1px solid #4a5e29;
	margin: 0 10px 0 50px;
	width:270px;}
/*------------------5.navi------------------*/
#navi{
	margin:20px 0 0 45px;
	z-index:10;
	position:absolute;
	}
	
#navi ul{
	display:inline; 
	list-style-type:none;
	font-weight:bold;
	color:#9ab633;}
	
#navi li {display:inline; margin-left:3px;}

#navi li a{
	padding:0px;
	text-decoration:none;display:inline;
	color:#4a5e29;}
	
#navi li a:hover {
	padding:0px;
	text-decoration:none;display:inline;
	color:#9ab633;}

/*------------------6.subnavi------------------*/
#subnavi{
	height:20px;
	position:absolute;
	z-index:10;
	margin:3px 0 0 403px;
	}
	
#subnavi ul{
	display:inline; 
	list-style-type:none;
	font-weight:bold;}
	
#subnavi li  {display:inline; margin: 0 6px 0 3px; }

#subnavi li a{
	padding:0px;
	text-decoration:none;display:inline;
	color:#4a5e29;}
	
#subnavi li a:hover {
	padding:0px;
	text-decoration:none;display:inline;
	color:#9ab633;}


#boxleft-allgemein{
	width:300px;
       background:url(http://www.parkhotel-bad-bevensen.de/images/bg-text/bg-allgemein.jpg);
	background-repeat:no-repeat;
	margin-left:28px;
	float:left;
	}
