@import url(tiny.css);

body {
	text-align: center;
}  
input, textarea, select {
	border: 1px solid #fff;
	background-color: #f6f6f6;
	border-left-color: #bbb;
	border-top-color: #bbb;
	margin-bottom: 2px;
}
textarea {
	width: 99%;
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	background-color: #fff;
}
#f2 {
	background-image: url(images/form.gif);
	background-position: 100% 0;
	background-repeat: repeat-y;
	background-color: #f3f3f3;
	font-family: "Courier New", Courier, monospace;
	margin: 15px 0;
	position: relative;
	width: 420px;
} 
#f2 p {
	margin-top: 0;
} 
#f2 #ecket {
	background-image: url(images/form_ecket.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	height: 8px;
	position: relative;
} 
#f2 #locher {
	background-image: url(images/fieldset.gif);
	background-position: 8px 50%;
	background-repeat: no-repeat;
} 
#f2 fieldset {
	border: 0;
	padding: 20px 20px 0 50px;
	line-height: 4ex;
	background-image: url(images/mail.png);
	background-position: 90% 0;
	background-repeat: no-repeat;
} 
#f2 legend {
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}
#f2 label {
	float: left;
	width: 140px;
	clear: left;
} 
#f2 .nonfloat {
	float: none;
	width: 90%;
	display: block;
	margin-top: 15px;
	margin-bottom: -10px;
}
#f2 .nonfloat_radio {
	float: none;
	width: 90%;
	margin-top: 15px;
	margin-bottom: -10px;
}
#f2 input {
	background-color: #f3f3f3;
	border: 0;
	border-bottom: 1px dashed #333;
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	width: 195px;
} 
#f2 .radio {
	width: auto;
}
#f2 #summe {
	width: 100px;
}
#f2 textarea {
	background-color: #f3f3f3;
	border: 1px dashed #333;
	width: 335px !important;
	height: 150px;
} 
#f2 input:hover,
#f2 input:focus,
#f2 textarea:hover,
#f2 textarea:focus {
	background-color: #fff;
} 
#f2 .submit {
	border-bottom: 1px solid #333;
} 
#f2 #formend {
	background-image: url(images/formend.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 95%;
	margin: 0 -20px 0 -50px;
	padding: 20px;
	height: 20px;
}  
#f2 .error {
	border: 1px solid #ff1e1e;
	background-color: #fff;
}
#usermail, #password {
	width: 130px;
}
#summe {
	width: 50px;
}
form dfn {
	font-size: 200%;
	font-style: normal;
	color: #ff4500;
	font-weight: bold;
}
.btn {
	border: 1px solid #fff;
	border-bottom-color: #bbb;
	border-right-color: #bbb;
	padding: 2px 10px;
}
.float {
	float: left;
	width: 80px;
	display: block;
}
.error {
	border: 1px solid #ff4500;
	background-color: #fff;
}
ul.error {
	padding: 10px;
}
.error li {
	list-style-type: none;
}

#ferienhaus {
	width: 23px;
	height: 264px;
	position: absolute;
	left: 23px;
	top: 20px;
	font-size: 0;
	display: block;
}

#header {
	padding: 10px;
	padding-left: 90px;
	padding-right: 656px;
	background-image: url(images/header.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
	height: 180px;
	color: #333;
}
#header h1 {
	font-size: 170%;
	line-height: 0.7em;
}
#header em {
	font-style: normal;
	color: #7dad00;
}
#header small {
	color: #666;
	text-transform: uppercase;
	font-size: 50%;
}
#header a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}
#header a:hover, #header a:active, #header a:focus,
#header a em:hover, #header a em:active, #header a em:focus {
	color: #fff;
}
.pixel {
	padding: 1px;
}
.key {
	padding: 1px;
	display: block;
	width: 70px;
}
.key:hover {
	border: 1px solid #ff8c00;
	padding: 0;
}
#slogan {
	background-image: url(images/slogan.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #7dad00;
	margin-left: 80px;
	padding: 10px;
	height: 60px;
	line-height: 1.9em;
}
#slogantext {
	background-image: url(images/slogan_text.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 36px;
	width: 353px;
	float: left;
	margin-top: 15px;
}
#fon {
	float: right;
	margin-top: 15px;
}
#left {
	float: left;
	width: 250px;
	margin-bottom: 10px;
	padding-left: 80px;
	clear: left;
}

#content {
	margin-left: 330px;
	background-image: url(images/bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-left: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
}
/*Sitemap*/

#content #sitemap ul li {
	font-size: 95%;
	list-style-type: none;
	margin-left: 20px;
	color: #979797;
}
#content #sitemap ul li ul {
	margin: 0;
}
#content #sitemap ul li ul li {
	margin-left: 25px;
}
#content #sitemap ul li a {
	padding: 2px;
	padding-left: 20px;
	background-image: url(images/site.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 115%;
	text-decoration: none;
	color: #444;
}
#content #sitemap ul li ul li a {
	background-image: url(images/menu_sub.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#content #sitemap ol li a,
#content #sitemap ul li ol li a {
	background-image: url(images/dat.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#content #sitemap li a:hover,
#content #sitemap li a:focus,
#content #sitemap li a:active {
	color: #ff4500;
	text-decoration: underline;
}
#reiter {
	height: 30px;
	margin-left: 80px;
	background-color: #000;
}
#reiter dfn {
	display: none;
}
#reiter li {
	list-style-type: none;
	display: inline;
}
#reiter li a, #reiter li strong {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #ccc;
	line-height: 30px;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: bold;
	background-position: 0 10px;
	background-repeat: no-repeat;
	margin: 0 10px;
}
#reiter li strong, #reiter li a:hover, #reiter li a:active, #reiter li a:focus {
	color: #7dad00;
	background-position: 0 -20px;
}
.impressum a, .impressum strong {
	background-image: url(images/impressum.gif);
}
.start a, .start strong {
	background-image: url(images/home.gif);
}
.kontakt a, .kontakt strong {
	background-image: url(images/kontakt.gif);
}
.sitemap a, .sitemap strong {
	background-image: url(images/sitemap.gif);
}
#txt {
	padding: 10px 20px;
}
#txt h1 {
	color: #7cac00;
	font-size: 200%;
}
#txt h2 {
	font-size: 160%;
}
#txt h3, #txt ul {
	margin: 10px 0;
}
#breadcrumb {
	font-size: 95%;
}
#breadcrumb a {
	font-weight: normal;
	text-decoration: none;
}
.info li {
	list-style-type: none;
	display: inline;
	margin-right: 3px;
}
#pag li {
	list-style-type: none;
	margin-right: 3px;
	display: inline;
}
.comments {
	border: 1px solid #bbb;
	padding: 10px;
	margin: 10px 0;
}



#sidebar {
	padding: 10px;
	background-image: url(images/bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-size: 95%;
}



#sidebar ul {
	margin-bottom: 15px;
} 
#sidebar ul li ul {
	margin-bottom: 0;
}
#sidebar ul li {
	list-style-type: none;
	position: relative;
	padding: 1px 0;
	margin-left: 15px;
} 
#sidebar ul li dfn {
	display: none;
}
#sidebar ul li a {
	text-decoration: none;
	display: block;
	height: auto;
	padding-left: 35px;
	background-position: 0 2px;
	background-image: url(images/menu_default.gif);
	background-repeat: no-repeat;
	color: #555;
} 




#sidebar ul li a:hover,
#sidebar ul li a:focus,
#sidebar ul li a:active {
	color: #7dad00;
	background-position: -290px 2px;
}
#sidebar ul .parent a {
	background-image: url(images/menu_plus.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}
#sidebar ul .parent a:hover,
#sidebar ul .parent a:focus,
#sidebar ul .parent a:active {
	background-position: -270px 2px;
}
#sidebar ul .active a {
	background-image: url(images/menu_minus.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	color: #000;
}
#sidebar ul .active ul li a {
	color: #555;
}
#sidebar ul .active ul li a:hover,
#sidebar ul .active ul li a:active,
#sidebar ul .active ul li a:focus {
	color: #7dad00;
}
#sidebar ul li strong {
	cursor: default;
	display: block;
	padding-left: 35px;
	color: #7dad00;
	background-image: url(images/menu_default.gif);
	background-repeat: no-repeat;
	background-position: -290px 2px;
	font-weight: bold;
} 
#sidebar ul .parent strong {
	background-image: url(images/menu_minus.gif);
	background-position: -270px 2px;
	background-repeat: no-repeat;
}
#sidebar ul li ul li {
	font-size: 100%;
}
#sidebar ul .parent ul li a,
#sidebar ul .parent ul li a:hover,
#sidebar ul .parent ul li a:focus,
#sidebar ul .parent ul li a:active,
#sidebar ul .parent ul li strong {
	margin-left: 23px;
	padding-left: 23px;
	background-image: url(images/menu_sub.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}
#sidebar ul li ul li ul li  {
	margin-left: 25px;
}


/*-----Klappnavigation Ende------------*/

#sidebar #tag ul li {
	display: inline;
	margin: 0;
}
#sidebar #tag ul li a, #sidebar #tag ul li strong {
	display: inline;
	background-image: none;
	padding: 0;
}
#tag dfn {
	display: none;
}


#month li {
	margin-left: 15px;
	list-style-type: circle;
}

#ende {
	text-align: right;
}
#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	position: relative;
	background-color: #7dad00;
}
#footer a {
	color: #fff;
}
address {
	font-style: normal;
	font-size: 95%;
	color: #333;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.error {
	border: 1px solid #ff4500;
}
.none {
	display: none;
}
.white {
	color: #fff;
}

table {
	width: 99.99%;
	font-size: 95%;
	border-collapse: collapse;
}
.tab {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
th, td {
	border: 1px solid #bbb;
	padding: 0;
	text-align: center;
}
th {
	padding: 5px 0;
	width: 22px;
}
caption {
	border: 1px solid #bbb;
	border-bottom: 0;
}
.a {
	background-color: #ffffc3;
}
.b {
	background-color: #c3ffc4;
}
.c {
	background-color: #e2c3ff;
}
.d {
	background-color: #ffc5c3;
}
.datum {
	background-color: #dcdcdc;
	font-weight: bold;
}

.leer {
	background-image: url(images/leer.gif);
	background-position: 0 0;
}

.so {
	color: #dc143c;
	font-weight: bold;
}
.sa {
	color: #dc143c;
}
table span {
	display: block;
	background-color: #d5ffca;
	padding: 5px;
}
.anreise, #anreise {
	background-color: #ffb0b0;
	background-image: url(images/anreise.gif);
	background-position: 0 100%;
}
.abreise, #abreise {
	background-image: url(images/abreise.gif);
	background-position: center;
	background-color: #ffb0b0;
}
.belegt {
	background-color: #ffb0b0;
}
#frei {
	background-color: #d5ffca;
}
#belegt {
	background-color: #ffb0b0;
}
.legend1 {
	width: 80px;
	background-color: #333;
	border: 1px solid #333;
	color: #7fb000;
}
.legend2 {
	padding: 0 7px;
}
.l {
	text-align: left;
	padding-left: 5px;
}