

/* ############## TAGS ############### */

html {
	overflow: -moz-scrollbars-vertical; height: auto
}

body {
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 130%;
	z-index: 0;
	margin:10px 0px; 
	padding:0px;
	text-align:center;
}

a, 
a:link {
	color: #005e42;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

p {
	margin: 1.3em 1.2em 1em 1.3em;
}


/* ############## DIVS ############### */

#maindiv {
	width:710px;
	margin:0px auto;
	text-align:left;
}

#header {
	width: 710px;
	background-color: #000;
	border: 1px solid #000;
	border-bottom: 1px solid #fff;


}

#content {
	position: absolute;
	display:block;
	width: 710px;
	background-color: #fffae6;
	border: 1px solid #000;
	z-index: 10;
	min-height:500px;
	height:auto !important;
	height:500px;
	border-bottom: 20px solid #000;
	background-image:url(img/lay/1x1.gif);
	background-repeat: repeat-y;
	background-position: 354px 0px;
}


#contentleft {
	position: relative;
	display:block;
	width: 354px;
	float:left;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#contentright {
	position: relative;
	display:block;
	position: relative;
	width: 354px;
	float:left;
	min-height:500px;
	height:auto !important;
	height:500px;
}


#adresse {
	display:block;
	padding-top: 40px;
	text-align: center;
	line-height: 1.2em;
	color: #555;
}

/* ############## HOME ############### */


#home #content {
	background-color: #005e42;
	background-image:url(img/lay/1x1.gif);
	background-repeat: repeat-y;
	background-position: 354px 0px;
}

#home #contentright {
	color: #fff;
}

#home #contentleft {
	background-color: #fffae6;
}

#home #contentright a, 
#home #contentright a:link {
	color: #fffae6;
}

#home #contentright a:hover {
	color: #fff;
	text-decoration: none;
}

.logobalken {
	margin: 40px 0px 20px 0px;
}

.partnerlogo {
	margin-right: 5px;
}

.partnerlogolast {
	margin-right: 0px;
}

a.buttonlink {
	color: #fff;
	background-color: #000;
	padding: 0.5em 1em 0.4em 1em;
	text-decoration: none;
}

a.buttonlink:hover {
	color: #000;
	background-color: #333;
}



/* ########### TEXTSTYLES ############ */


.grossesbild {
	border-bottom: 1px solid #000;
	float:left;
}

.thumb {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	float:left;
}
.lastthumb {
	border-bottom: 1px solid #000;
}

.titel {
	text-transform: uppercase;
	font-weight: bold;
	color: #777;
}

a.titellink,
a.titellink:link {
	text-transform: uppercase;
	font-weight: bold;
	color: #777;
}

a.titellink:hover {
	color: #000;
}

p.bildtitel {
	text-align: center;
	margin: 3.5em 1.3em 1em 1.3em;
}

p.bildtitel2 {
	text-align: center;
	margin: 2em 1.3em 1em 1.3em;
}

p.inhaltzentriert {
	text-align: center;
	margin: 2em 0em 1em 0em;
}

p.inhaltlinks {
	text-align: left;
	margin: 1em 1.3em 1em 1.3em;
}


.newstitel {
	font-family: georgia;
	font-style: oblique;
	color: #fff;
	font-size: 2.2em;
	padding: 1em 0em 0em 0em;
	display:block;
	border-top: 1px solid #000;
}

.textbox {
	display:block;
	margin: 0px 10px;
}

.rundgangthumb {
	cursor:pointer;
	margin-right: 8px;
	border: 1px solid #fffae6;
}

.rundgangthumb:hover {
	border: 1px solid #333;
}


.galeriebild {
	margin: 0px 10px 10px 0px;
	opacity: 0.6;
	filter:alpha(opacity=60);
	cursor:pointer;
}

.galeriebild:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}


/* ############## TABLE ############## */


.preistabelle,
.pauschalentabelle,
.formulartabelle,
.einzugtabelle {
	border-spacing: 0px;
	border-collapse:collapse;
	width: 90%;
	margin: 1em 1.3em;
}


.preistabelle thead tr th,
.pauschalentabelle thead tr th {
	text-align:left;
	border-bottom: 1px solid #000;
	padding: 0.3em 0em 0.3em 0em;
	vertical-align: top;
}

.preistabelle .preisspalte,
.pauschalentabelle .preisspalte {
	text-align: right;
	width: 70px;
}

.preistabelle tbody td {
	border-bottom: 1px solid #999;
	padding: 0.5em 0em 0.5em 0em;
	color: #555;
	vertical-align: top;
}

.pauschalentabelle tbody td {
	color: #555;
	vertical-align: top;
}

.preistabelle tr.leer td,
.pauschalentabelle tr.leer td {
	border: 0px;
}

.pauschalentabelle .trennrow td,
.formulartabelle .trennrow td {
	background-image:url(img/lay/1x1.gif);
	background-repeat: repeat-x;
	background-position: 0px 7px;
}

.formulartabelle td,
.einzugtabelle td {
	vertical-align: top;
}

/* ############ FORMULAR ############ */


.formulartabelle input,
.formulartabelle select,
.formulartabelle textarea {
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0.4em;
}

.formulartabelle input.text,
.formulartabelle textarea,
.formulartabelle select {
	border: 1px solid #bbb;
}


.formulartabelle input.text,
.formulartabelle textarea {
	padding: 0.2em 0.4em;
}

.formulartabelle input.button {
	border: 0px;
	background-color: #005e42;
	color: #fff;
	padding: 0.2em 0.5em;
	cursor: pointer;
}
