/* CSS Document */

/* Normalisiert margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin:0; padding:0; }

/* Normalisiert font-size für Überschriften */
h1, h2, h3, h4, h5, h6
{ font-size:100%; }

/* Entfernt list-style aus Listen */
 ol, ul
{ list-style:none; }


/* Normalisiert font-style und font-weight auf normal */
adress, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Normalisiert Tabellen */
/* table
{ border-collapse:collapse; } */
td
{text-align:left; vertical-align:top;}

/* Entfernt border aus fieldset und img */
fieldset, img
{ border:0; }

/* Richtet Text in caption und th links aus */
caption, th
{ text-align:left }

/* Entfernt Anführungszeichen aus q */
q:before, q:after
{ content:'';}




body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E2DCC0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	margin-bottom: 1px;
}
a:link {
	color: #0E3E26;
}
a:visited {
	color: #0E3E26;
}
a:hover {
	color: #0E3E26;
}
a:active {
	color: #0E3E26;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #66683E;
}
h2 {
	font-size: 14px;
	color: #0E3E26;
}
h3 {
	font-size: 12px;
	color: #333333;
}


/* Seitenaufbau */
#site { margin-bottom:100px; }

#header { width:899px; background-color:#F4D77B; background-image:url(../images/bg_header-schatten.jpg); }

#main { width:899px; background-color:#ECEDDC; background-image:url(../images/bg_main-schatten.jpg); }

#nav1 {
    width:899px;
    background-color:#AFB36B; background-image:url(../images/bg_main-schatten.jpg);
	}

#nav2 {
	margin-top:30px;
	margin-left:8px;
	width:170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7E3A3;
	}

#nav2bild {
	margin-top:40px;
	margin-left:0px;
}


#contentstart {
    width:600px;
	margin-top:35px;
	margin-left:45px;
	text-align:center;
}

#content {
    width:400px;
	margin-top:35px;
	margin-left:45px;
}

#content b, strong {
	font-weight:bold;
}

#content_breit {
    width:570px;
	margin-top:35px;
	margin-left:15px;
}

.textweiss { color:#FFF; font-weight:bold; }

.subline { font-size:10px; }

#teaser {
    width:121px;
	margin-top:35px;
	margin-left:0px;
}

#footer { width:899px; height:100px; }


/* Navigation */

#nav1 a:link {
	color:#F2F2E6;
	text-decoration: none;
}
#nav1 a:hover {
	text-decoration: underline;
}

#nav2 a {
    display: block;
	border-top: 1px solid #F7E3A3;
	color:#ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 30px;
	padding-left:5px;
}
#nav2 a:hover {
	background-color:#27523D;
}

#nav2 li {
	list-style-image: none;
	list-style-type: none;
}

.nav2selected { background-color:#27523D; }

#content p, h1, h2, h3 {padding-bottom:10px; }

#content li {
	list-style-type:disc;
	list-style-position: inside;
}
#content a:link {text-decoration: underline; }
#content a:hover {text-decoration:underline; }


Test

#Inhalt {
clear: both;
width: 600px;
}

#Kalender {
    padding:14px;
}

#anreise {
    visibility:hidden;
	float: left;
	z-index: 5;
	width: 300px;
	padding-right:0px;
}
#abreise {
	visibility:hidden;
	float: left;
	z-index: 5;
	width: 300px;
}


