html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 150%;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	font: 12px/18px "Verdana", "Arial", sans-serif;
	color: #48381F;
}

p {
	clear: left;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 14x;
	font-weight: bold;
	color: #48381F;
	}
	h2 small {
		font-size: 18px;
		font-weight: normal;
		line-height: 36px;
		color: #48381F;
		display: block;
	}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	clear: left;
	color: #48381F;
}

a {
	color: #48381F;
	font-weight: bold;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
} 


img {
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	margin: 0 15px 20px 0;
	vertical-align: bottom;
	border-radius: 4px;
	}
	
	a:hover img {
		border-color: #48381F;
		margin-right: 15px;
	}


.sterne img {
	padding: 0px;
	background: #fff;
	border: 0px solid #ddd;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	float: left;
	margin: -5px 0px 15px 40px;
	border-radius: 0px;
	}




body {
	background: #fafaf7 url("images/bg.jpg") no-repeat top center;
}

#pagewrap {
	width: 800px;
	height: 600px;
	margin: 50px auto 0 auto;
}

#left {
	width: 400px;
	height: 600px;
	float: left;
	}
	#left ul#navigation {
		width: 234px;
		height: 220px;
		margin: 210px 63px 50px 63px;
		text-align: right;
		padding: 0 20px;
	}

#right {
	width: 400px;
	height: 600px;
	float: right;
	overflow: hidden;
	}
	#right #container {
		margin: 20px;
		width: 340px;
		height: 540px;
		overflow: hidden;
	}
	#right ul#content {
		
		width: 340px;
		height: 540px;
		position: relative;
		}
		#right ul#content li#home, #right ul#content li#wohnung, #right ul#content li#belegungsplan, #right ul#content li#kontakt, #right ul#content li#ausflugsziele, #right ul#content li#impressum {
			width: 320px;
			min-height: 520px;
			padding: 20px;
		}


ul#navigation li a {
	font: bold 28px sans-serif;
	color: #fff;
	line-height: 54px;
	text-decoration: none;
	text-shadow: 0 2px 0 #000;
	}

.home , .wohnung , .belegungsplan, .kontakt {
	padding-right: 20px;
}


ul#footernavigation li a {
	font-size: 11px;
	text-decoration: none;
	color: #48381F;
	}
	
ul#footernavigation li a:hover {
	text-decoration: underline;
} 
	

#home ul {
	font-size: 12px;
	list-style: disc;
	list-style-position: inside;
	}
	#home ul li {
		margin: 2px 0;
		text-indent: 8px;
	}



/*footer*/

#footer {
	margin-top: 10px;
	padding-bottom: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #48381F;
}

#footer ul {
 text-align:center;
}
#footer ul li {
 display:inline;
}




