html, body {
	background-color: #f1f1f1;
	color:#404040;
	margin: 0;
	padding: 0;
}

header {
    text-align:center;
	width: 720px;
	margin: auto;
	overflow:hidden;
}

#headerText {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0px;
}

#klassifizierung {
	text-align: center;
	width: 80px;
	padding-bottom: 5px;
	margin:0px;
}

.headerImage  {
	height: 255px;
	border-radius: 4px;
	background-color: black;
	margin-left: 2px;
	margin-right: 2px;
}

nav {
    line-height: 30px;
    background-color: #d3d3d3;
	text-align: center;
	width: 100%;
	min-width: 720px;
	margin-top: 14px;
	margin-bottom: 20px;
	overflow:hidden;
}

.navigationLink {
	padding: 25px;
}

#activeLink {
	text-decoration: underline;
}

a:link {
    text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color:#404040;
}

a:visited {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color:#404040;
}

a:hover {
    color: #ff4800;
}

a:active {
    text-decoration: underline;
}

#inhalt {
	position: relativ;
	width: 720px;
	margin: auto;
	box-shadow: 0px 0px 20px 3px #d3d3d3;
	border-radius: 4px;
	background-color: white;
	padding-bottom: 30px;
}

.ueberschriftGross {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	padding-top: 15px;
}

.ueberschrift {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

.ueberschrift2 {
	font-weight: bold;
	font-size: 20px;
}

.hrLang {
	width: 650px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.hrKurz {
	width: 350px;
}

#haus {
	clear: both;
	height: 380px;
}

#hausLinks {
	float: left;
}

#hausRechts {
	float: left;
	width: 400px;
	margin: 10px;
}

#vorgartenBild {
	height: 350px;
	border-radius: 4px;
	margin: 10px;
}

li {
	font-size: 18px;
	padding-bottom: 3px;
}

#garten {
	position:relative;
	clear: both;
	height: 380px;
}

#gartenLinks {
	position:absolute;
	top: 25%;
	width: 190px;
	text-align: center;
	margin: 20px;
}

#gartenRechts {
	float: right;
}

#gartenBild {
	height: 350px;
	border-radius: 4px;
	margin: 10px;
}

.beschreibung {
	font-size: 18px;
}

.zimmer {
	clear: both;
	height: 380px;
}

.zimmerLinks {
	height: 100%;
	float: left;
}

.zimmerRechts {
	width: 290px;
	float: right;
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.zimmerBild {
	vertical-align: middle;
	max-width: 360px;
	max-height: 350px;
	border-radius: 4px;
	margin: 10px;
}

#preise {
	margin-left: 100px;
	margin-right: 100px;
}

#preisText {
	text-align: center;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 60px;
}

.preisBeschreibung {
	text-align: left;
	font-size: 18px;
}

#preise ul li {
	text-align: left;
	font-size: 18px;
}

#extras {
	margin-left: 100px;
	margin-right: 100px;
}

.extrasText {
	font-size: 18px;
}

.extrasAbschnitt {
	margin-top: 40px;
}

#kontakt {
	margin-left: 100px;
	margin-right: 100px;
}

#kontaktText {
	font-size: 18px;
	margin-top: 40px;
}

#kontaktDaten {
	font-family: monospace;
	font-size: 18px;
	margin-left: 40px;
	margin-top: 40px;
}

#impressum {
	text-align: center;
}

#impressumDaten {
	font-family: monospace;
	font-size: 18px;
	margin-top: 50px;
}

pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 2em 0;
	font-size: 1.2em;
}

footer {
    color:#404040;
	font-size: 0.8em;
    clear: both;
    text-align: center;
	margin-top: 14px;
	margin-bottom: 7px;
}