/* global */
* { margin: 0; padding: 0; }

.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	float: left;
	width: 950px;
	height: 20px;
}
/* eof global */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	height: 100%;
	background-color: #FEFDFC;
	background-image: url(../layout/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	
	
	background-image: url(../layout/bg2.jpg);
	background-repeat: repeat-x;
}
a {
	color: #B18F42;
	text-decoration: none;
}

.active1 a {
	font-weight: bold;
}



#spalte-links a:hover {
	height: 260px;
	text-align: center;
	padding-top: 0px;
	font-weight: bold;
}
#spalte-rechts a:hover {
	height: 260px;
	text-align: center;
	padding-top: 0px;
	font-weight: bold;
}


html {
	height: 100%;
}


#seite {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
	height: 100%;
	position: relative;
	/*background-color: #FFFFFF;
	background-image: url(../layout/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
#seite #spalte-links {
	width: 188px;
	float: left;
}
#seite #spalte-inhalt {
	width: 570px;
	float: left;
}
#seite #spalte-rechts {
	float: right;
	width: 188px;
}
#seite #headline {
	height: 110px;
	float: left;
	width: 955px;
	text-align: center;
	background-image: none;
}
.headlinePos {
	height: 90px;
	width: 555px;
	display: block;
}

#seite #content {
	float: left;
	width: 570px;
	height: 295px;
	clear: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: auto;
}
#seite #submenue {
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-top: 4px;
}

#spalte-inhalt {
	height: 300px;
}
#seite #spalte-links,#seite #spalte-rechts {
	height: 260px;
	text-align: center;
	padding-top: 40px;
}

#logo {
	float: right;
	clear: both;
}

#header {

}

#seite #inhalt {

}

#seite #footer {
	height: 40px;
	width: 980px;
}
#seite #ebene {
	background-color: #006666;
	z-index: 5;
	position: relative;
	left: 280px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
	top: 100px;
}
#spalte-links li {
	list-style-type: none;
}
.untermenuUeberschrift {
	color: #B18F42;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B18F42;
	padding-bottom: 3px;
	width: 150px;
	margin-bottom: 0px;
	float: left;
	text-align: left;
	margin-left: 10px;
}
#footer {
	height: 18px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #BFAE76;
	bottom: 0px;
	text-align: right;
	font-size: 11px;
	padding-top: 2px;
}
#footer a {
	color: #000000;
}


/* für zimmer überschrift */
#content h2 {
	font-size: 12px;
	color: #CC8F42;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B28F3B;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-bottom: 2px;
}

#content h3 {
	font-size: 12px;
	color: #CC8F42;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #B28F3B;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-bottom: 2px;
}

/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 1px solid #B2923D;
		padding: 0px 0px;
	}
	
/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
		margin-top: 5px;
	}
	
/* entfernt rahmen um lownload gif */
	#seite #content .download img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}.zentriert {
	margin-right: auto;
	margin-left: auto;
}
.seitenRahmen {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #BFAE76;
	border-right-color: #BFAE76;
	border-bottom-color: #BFAE76;
	border-left-color: #BFAE76;
	background-image: url(../layout/kraut.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* gästebuch */
.zentriert .seitenRahmen #seite #content .tx-veguestbook-pi1 .tx-guestbook-header {
	background-color: #FFFFFF;
	width: 540px;
	padding-left: 0px;
	padding-right: 0px;
}
.zentriert .seitenRahmen #seite #content .tx-veguestbook-pi1 .tx-guestbook-pagination {
	font-size: 10px;
	padding-right: 25px;
}
.zentriert .seitenRahmen #seite #content .tx-veguestbook-pi1 .tx-guestbook-clear {
	height: 2px;
	font-size: 2px;
	margin: 0px;
	padding: 0px;
	line-height: 5px;
}

.zentriert .seitenRahmen #seite #content .tx-veguestbook-pi1 .tx-guestbook-left {
	background-color: #FFFFFF;
	width: 170px;
	font-size: 9px;
	padding-left: 0px;
}
.zentriert .seitenRahmen #seite #content .tx-veguestbook-pi1 .tx-guestbook-right {
	width: 340px;
}
/* smootgall */
#seite #content .imageblock .content  .slideElement {
	background-color: #FFFFFF;
	
}
/*preistabelle */
.zentriert .seitenRahmen #seite #content .contenttable {
	vertical-align: middle;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #A99741;
	border-bottom-color: #A99741;
	border-left-color: #A99741;
}
.zentriert .seitenRahmen #seite #content .contenttable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #996600;
	border-bottom-color: #996600;
}
.contenttable b,.contenttable strong {
	color: #D7C89F;
}


#seite #submenue .subnavi {
	color: #333333;
	font-size: 11px;
	padding-left: 18px;

}
.zentriert .seitenRahmen #seite #submenue .subnaviActive a {
	font-weight: bold;
}

#seite #submenue .subnaviActiv a{
	color: #000;
	font-size: 11px;
	padding-left: 18px;
}
#seite #submenue .subnaviActiv2 a{
	color: #333333;
	font-size: 11px;
	padding-left: 18px;
}


/*mailform*/
#mailform .csc-mailform .csc-mailform-field label {
	width: 150px;
	padding-left: 0px;
	float: left;
}
#mailform .csc-mailform .csc-mailform-field {
	padding-bottom: 5px;
}

fieldset {
border-style:none;
border-width:0px;
padding-left:0px;
}