/* CSS Document */

body {
	color: #fff;
	background: #5B6166;
	background-image: url(images/hg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
p{
	margin: 0 0 10px 0;
}

h1, h2, h3, h4 {
	color: #5B6166;
	background-color: inherit;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
}
h1 {
	border-bottom: 1px solid #979797;
	padding-bottom: 5px;
}
h2 {
	color: #BD0000;
	background-color: inherit;
	text-decoration: underline;
}

ul li {
	list-style-image: url(images/list-pfeil.gif);

}
li{
	margin: 0 0 0 20px;
}
ul, ol {
	margin: 10px 0 0 0;
}

a, a:link, a:visited {
	color: #BD0000;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, li {
	padding-bottom: 10px;
}

th {
	font-weight: bold;
	text-align: left;
}

.table-border-bottom {
	border-bottom: 1px solid #999;
}
.preis {
	color: #BD0000;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}
.rahmen1 {
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.rahmen2 {
	border-bottom: 1px dotted #999;
	padding: 0px;
	margin: 0 0 5px 0;
}
.rahmen3 {
	border: 1px solid #999;
	background: url(images/hg-rahmen-3.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 0px 60px;
	margin: 5px 0 15px 0;
}
.rahmen4 {
	border: 1px solid #999;
	padding: 5px;
}
.kleingedruckt {
	font-size: 10px;
	font-weigth: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.teaser-image-abstand {
	margin-right: 10px;
}
.teaser-image-rechts-abstand {
	margin-left: 10px;
}

#main-wrap {
	margin: 0 auto;
	width: 800px;
}

#head {

	width: 800px;
	height: 100px;
}
#head img {
	padding-top: 20px;
}

#menu {
	width: 800px;
	height: 25px;
	float: left;
	text-align: right;
}
#menu a, #menu a:link, #menu a:visited{
	color: #fff;
	background-color: #2F2F2F;
	border-left: 1px solid #5B6166;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	float: left;
}
#menu a:hover {
	color: #fff;
	background-color: #bd0000;
	text-decoration: none;
}

#content-wrap {
	width: 800px;
	height: 450px;
	float: left;
	color: #5B6166;
	background-color: transparent;
}

#content-text {
	width: 500px;
	float: left;
}

#text {
	padding: 10px 20px 0px 0px;
	height: 410px;
	margin-top: 10px;
	overflow: auto;
}

#content-bilder {
	width: 300px;
	height: 435px;
	float: left;
	overflow: auto;
	overflow-x: hidden;
}

#bilder {
	padding: 40px 0px 0px 10px;
}

#bilder img {
	border: 1px solid #979797;
}

#footer-wrap {
	height: 25px;
	width: 800px;
	color: #fff;
	background-color: transparent;
	clear: left;
}

#footer-wrap p{
	padding-top: 5px;
	line-height: normal;
}

/* CSS für Formulare */

form {
	padding: 10px 0;
	background-color: #ECE8CA;
	color: inherit;
	border-bottom: 1px solid #5B6166;
	/*border-left: 1px solid #5B6166;
	border-right: 1px solid #5B6166;*/
	width: 490px;
	text-align: right;
	margin-top: -15px;
}

label {
	/*font-weight: bold;*/
	width: 150px;
	margin-right: 15px;
	float: left;
}
textarea, input{
	border: 1px solid #5B6166;
	margin-bottom: 5px;
}
.form-text {
    width: 240px;
}
.check {
	float: left;
	border: 1px solid #5b6166;
}
.button{
	text-align: center;
}

/*form div {
	display: block;
	margin-bottom: 10px;
}*/
#content-text .icon{border:0px;}
.galleriebild{float: left; margin: 2px; border: 1px solid #5B6166;}
.galleriebild2{margin: 2px; border: 1px solid #5B6166;}
.gallerie_footer{width: 100%; float: left; background-color: red;}
