body {
	background: #eeeeee;
	color: #666666;
	text-align: center;
	margin: 15px 0;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
	
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h2 {
	font-size: 180%;	
	font-weight: normal;
}
h1 {
	font-size: 120%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 130%;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

h4 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
	padding: 0px;
}

h5 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	color: #666666;
	font-size: 120%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

.img_logo {
	margin-top: 15px;
	margin-left: 10px;
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
.img_link {
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

img.float-left-liste {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img.float-left-liste_preise {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
}
code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 820px;
	background: #CCC url(../images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(../images/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 790px;
	padding: 0;
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 15px;
	display: inline;
	background-color: #FFFFFF;
}

#content-wrap a {
	background-image: url(../images/linkpfeil.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}

#header {
	width: 820px;
	position: relative;
	height: 125px;
	background: #CCC url(../images/header-bg.jpg) repeat-y center top;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 34px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #AEAAAA;
	text-transform: none;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px;
	left: 170px;
	width: 640px;
	height: 34px;
}
#header h1#logo-text span {
	color: #838181;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #838181;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 75px;
	left: 610px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 14px;
	right: 668px;
	color: #838181;
	font-size: 10px;
	width: 131px;
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	clear: both;
	height: 200px;
	width: 790px;
	margin: 0 auto;
	background: #FFF url(../images/header-photo_2.jpg) no-repeat center center;
}

/* Navigation */
#nav {
	clear: both;
	padding: 0;
	color: #000000;
}
#nav ul {
	float: left;
	list-style: none;
	background: url(../images/nav.jpg) repeat-x;	
	width: 790px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	font-size: 13px;
	line-height: 2.8em;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(../images/nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(../images/nav-current.jpg) repeat-x;	
}

/* Main Column */
#main {
	float: left;
	width: 67%;
	padding: 0; margin: 10px 0 0 10px;
	display: inline;
}
#main h2 {
	margin-top: 10px;
	color: #8C9F0D;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
#main ul li {
	list-style-image: url(../images/bullet3.gif);

}


.post-footer {
	background: url(../images/post.jpg);
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 26%;
	padding: 0 10px 0 0;
	margin: 10px 0 0 0;
	background-color: #FEE9B2;
}	
#sidebar h2 {
	margin-top: 10px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


#sidebar h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: bold;
	font-size: 120%;
	padding-top: 10px;
}

#sidebar ul.sidemenu {
	text-align: left;
	padding: 0;
	text-decoration: none;
	margin-right: -10px;
	margin-bottom: 8px;
	margin-left: 0;
}
#sidebar ul.sidemenu li {
	list-style: none;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	text-decoration: none;
	background: url(../images/bullet2.gif) no-repeat 2px 9px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 35px;
}
#sidebar ul.sidemenu li#current a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 35px;
	text-decoration: none;
	background-color: #F0F0EB;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 2px 9px;
}

#sidebar ul.sidemenu li a:hover {
	color: #654;
	background-color: #F0F0EB;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 2px 9px;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 820px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
	background: url(../images/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 760px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(../images/footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(../images/footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;
	width: 820px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* alignment classes */
.float-left  { float: left; }
.float-left-liste  { float: left; }
.float-left-liste_preise  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.text {
	margin-left: 10px;
}

.text_hg {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #9CF;
}
.sidenav2 {
	float: right;
	width: 210px;
}
.sidenav2 h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav2 ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav2 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEADA;
}
.sidenav2 li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav2 li a:hover {
	background: #F0F0EB;
	color: #654;	
}
.text_adresse {
	padding-bottom: 10px;
}

#formular a {
	background-image: none;
	padding-left: 0px;
	margin-left: 10px;
}
#bildergalerie {
	background-image: none;
	padding-left: 0px;
	padding-top: 10px;
}
#bildergalerie a {
	background-image: none;
	padding-left: 0px;
}
#bilder_1 a {
	background-image: none;
	padding-left: 0px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	padding-left: 10px;
}
#bilder_2 a {
	background-image: none;
	padding-left: 0px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	padding-left: 10px;
}
#bilder_3 a {
	background-image: none;
	padding-left: 0px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	padding-left: 10px;
}
#bilder_liste_1 a {
	background-image: none;
	padding-left: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#bilder_liste_2 a {
	background-image: none;
	padding-left: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#rundgang a {
	background-image: none;
	padding-left: 0px;
}
#rundgang_top a {
	background-image: none;
	padding-left: 10px;
}
#wellness a {
	background-image: none;
	padding-left: 10px;
}
#link a {
	margin-left: 20px;
}
#einzelbild {
	padding-top: 15px;
	padding-bottom: 15px;
}
.bildtext {
	margin-top: -10px;
}

