a, a:hover {
	text-decoration:none;
	color:#000000;
}

a {
	text-decoration:underline;
}

p a:hover {
	background-color:#fff;
}

h1 {
	font-size:22px;
	font-weight:lighter;
	font-family: Verdana,"Arial Narrow",Arial,Helvetica,sans-serif;
}

h2 {
	/*font-size:19px;*/
	font-size:15px;
	font-family: Verdana,"Arial Narrow",Verdana, Arial,Helvetica,sans-serif;
}

body {
	margin:0;
	font-family: Verdana, Arial, Helvetica;
	font-size:13px;
}

.left { float:left; }

#all {
	width:1024px;
	height:100%;
	margin:10px auto 10px;
}

#wrapper {
	float:left;
	width:1024px;
	border:solid 1px #999;
	margin-bottom:10px;
	/*overflow: hidden; */
}

#header {
	width:1024px;
	height:104px;
	float:left;
	/*padding-left:10px;*/
	background:url(../images/system/header.jpg) no-repeat;
}

#navigation {
	float:left;
	width:1024px;
	height:30px;
	/*background-color:#b0c4de;*/
	background-color:#999;
	/*font-weight:bold;*/
	font-color:#000000;
}

#page-homepage {
	width:500px;
	min-height:450px;
	float:left;
	margin-top:30px;
	background:url(../images/system/page-oben-homepage.png) no-repeat;

}

#gallery-homepage {
	width:460px;
	/*height:386px;*/
	float:left;
	margin-top:60px;
	margin-left:34px;
	background-color:#ccc;
	/*background:url(../images/system/gallery-homepage.png) no-repeat;*/
}

#gallery-home-top {
	float:left;
	height:12px;
	width:460px;
	background:url(../images/system/gallery-home-top.png) no-repeat;
}

#gallery-home-bottom {
	float:left;
	height:12px;
	width:460px;
	background:url(../images/system/gallery-home-bottom.png) no-repeat;
	background-color:#fff;
}

#gallery-homepage h2 {

	/* padding-top:117px; */
	text-align:center;
}

.gallery-item {
	float:left;
	margin-top:20px;
	margin-left:20px;
	width:200px;
	height:163px;
}

#gallery {
	 float:left;
	 margin-top:30px;
	 margin-left:60px;
	 width:240px;
	 text-align:center;
/*	 height:100%;
	 overflow:auto;*/
	 background-color:#ccc;
}

#gallery-oben {
	background:url(../images/system/gallery-oben.png) no-repeat;
	width:240px;
	height:20px;
}

#gallery-unten {
	background:url(../images/system/gallery-unten.png) no-repeat;
	width:240px;
	height:10px;
	background-color:#fff;
}

#gallery img {
	border: solid 1px #ccc;
	margin-bottom:10px;
}

#page-artikel {
	width:700px;
	float:left;
	margin-top:30px;
	background:url(../images/system/page-oben.png) no-repeat;
}

#images {
	float:left;
	width:1024px;
	padding: 20px 0px;
}

#plainText {
	width:600px;
	padding: 0px 30px;
	color:#333;

}

#plainText-homepage {
	width:440px;
	padding: 0px 30px;
	color:#333;
}

#footer {
	float:left;
	width:1024px;
	border-color:#ccc;
	border-width:1px 1px 0px 0px;
	margin:10px;
}
.navitem ul {
	list-style-type:none;
	font-weight:normal;
	line-height:17px;
}

#content a:hover {
	background-color:#800000;
	color:#000;
	border: 1px black dotted;
}

textarea {
	width:600px;
	border: solid 1px #999;
	padding:4px;
}

input, select {
	border: solid 1px #999;
	cursor:pointer;
}

.h1 {
	font-size:22px;
	font-weight:lighter;
	font-family: Verdana,"Arial Narrow",Arial,Helvetica,sans-serif;
	height:65px;
}

.text {
	font-family: Verdana, Helvetica, Arial;
	font-size:12px;
}

.reiter {
	width:80px;
	height:15px;
	background:#fff;
	border: solid 1px #ccc;
	padding:4px;
}

.submit {
	width:80px;
	height:20px;
	padding:none;
	border:solid 1px black;
}

#gallery-homepage a {
	text-decoration:none;
}

/*

	Online-Reservierung

*/

#progress {
	float:left;
	margin-left:60px;
	margin-top:30px;
	width:250px;
}
.reservierung {
	float: left;
	height:150px;
	width:230px;
	margin-bottom:20px;
	color:#999;
	background: url(../images/system/buchung-inaktiv.jpg) no-repeat;
}

.aktiv {
	float:left;
	color:#000;
	font-weight:bold;
	background: url(../images/system/buchung-aktiv.jpg) no-repeat;
}


.progress-text {
	padding:30px;
	padding-top:40px;
	text-align:center;
}

.error {
	border:solid 1px #f00;
}

.noerror {
	border:solid 1px #999;
}

.kalender {
	cursor:pointer;
	border: solid 1px #999;
	margin-top:1px;
}

._30px {
	height:30px;
}

._40px {
	height:40px;
}

._680px {
	min-height:680px;
}

._850px {
	min-height:850px;
}

/* IE6 hacks */
* html h1 {
	margin-top:15px;
}

* html .gallery-item {
	margin-left:12px;
	margin-top:10px;
}