@charset "utf-8";
/* CSS Document */

html {
	height: 101%;
}
body {
	background-image:url(orange.jpg);
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
}
* {
	padding: 0;
	margin: 0;
}
#wrapper {
	background-color: #FFF;
	width: 775px;
	text-align:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#logo {
	background-image:url(kwl_w.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:70px;
	}
#logotext{
	margin-top:30px;
	text-align:center;
	letter-spacing: 1.5px;	
}

#text {
	font-size:80%;
	font-weight: normal;
	line-height: 1.5em;
	color: #000033;
	padding: 25px 10px 10px 80px;
	text-align: justify;
}
#text a {
	text-decoration: none;
	color: #000033;
}
#text a:hover {
	color: #6666FF;
}
#belegung {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
}
#navileiste {
	font-size: 70%;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #E4F0F2;
	background-color: #CC0033;
	padding: 5px 10px 4px 10px;
}
#navibereich {
	font-size: 70%;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background-color: #ADD9E1;
	padding: 5px 10px 4px 10px;
}
#navibereich ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#navibereich li {
	display: block;
	list-style-type: none;
	text-decoration: none;
	margin: 0;
}
#navibereich a {
	text-decoration: none;
	color: black;
	/* background-color: #000099; */
	   padding: 5px 5px 5px 5px;
	border: none;
}
#navibereich a:hover, #startseite #navi01 a, #impressum #navi02 a, #fotos #navi03 a, #preise #navi04 a, #belegung #navi05 a, #anreise #navi06 a, #links #navi07 a {
	text-decoration: none; /* Unterstreichung aus */
	font-weight: bold;
	color: #CC0033;
}
#navibereich a:active {
	color: white;
}
#navileiste ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
#navileiste li {
	display: inline;
	list-style-type: none;
	text-decoration: none;
	margin: 0;
}
#navileiste a {
	text-decoration: none;
	color: #E4F0F2;
	/* background-color: #000099; */
	   padding: 2px 2px 2px 2px;
	border: none;
}
#navileiste a:hover, #wohnung1 #nali01 a, #wohnung2 #nali02 a, #wohnung3 #nali03 a {
	text-decoration: none; /* Unterstreichung aus */
	font-weight: bold;
	color: #ffffff;/* background-color: white; */
	    /* padding-bottom: 5px;  ein Pixel mehr als oben */ 
	    /* border-bottom: none;  Untere Rahmenlinie aus */
	  }
#navileiste a:active {
	color: white;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 140%;
	color: #003300;
	letter-spacing: -0.05em;
}
a {
	text-decoration: none;
	outline: none;
}
a:link {
	color: #333366;
}
a:hover, a:focus {
	color: #ffffff;
}
.skiplink {
	display: none;
}
p, ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul ul {
	margin: 0;
}
li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}

p1 {
	font-size: 18px;
	text-transform: capitalize;
}
.bildschatten {
 background: url(bildschatten.png) no-repeat bottom left;
 padding: 4px 7px 17px 7px;
}

