﻿html {
	height: 101%;
}
#page_margins {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -425px;
	max-width: none;
	min-width: 850px;
}
#page {
	clear: both;
	position: absolute;
	top: 0px;
	width: 850px;
	background-image: url('../images/bkgrd5.gif');
	background-repeat: repeat-y;
	z-index: 0;
}
#header {
	position: relative;
	left: 10px;
	top: 0px;
	width: 830px;
	height: 200px;
	background-image: url('../images/logo_bild-10.jpg');
	background-repeat: no-repeat;
	z-index: 1;
}
#main {
	clear: both;
	float: left;
	top: 0;
	width: 850px;
}
#col1 {
	float: left;
	width: 170px;
	margin-left: 0px;
	z-index: 2;
}
#col2 {
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 3;
}
#col3 {
	float:right;
	padding-top: 0px;
	width: 160px;
	z-index: 4;
}

#gallery_holder {
	float: left;
	width: 630px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 3;
}

#gallery_content {
	position: relative;
	margin-left: 30px;
	padding-left: 0px;
	width: 600px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position:relative;
height: 350px;
margin-top: 20px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px #4b3e2c solid;
margin: 0 20px 20px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px #797a47 solid;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #f9f2dd;
padding: 5px 5px 5px 5px;
left: -1000px;
border: 1px dashed #797a47;
visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
margin: 0 0px 0px 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#col1_content {
	position: relative;
	padding-left: 20px;
}
#col2_content {
	position: relative;
	margin-left: 30px;
	padding-left: 0px;
	width: 450px;
}
#nav_rechts {
	float: left;
	margin-top: 100px;
	width: 140px;
	z-index: 5;
}
#pic_rechts {
	margin-top: 75px;
	width: 150px;
	z-index: 6;
}
#pic_rechts2 {
	margin-top: 200px;
	width: 150px;
	z-index: 6;
}
#border_bottom {
	overflow: hidden;
	float: left;
	font-size: 0;
	bottom: 0px;
	width: 850px;
	height: 22px;
	background-image: url('../images/bkgrd-bottom3.gif');
	background-repeat: no-repeat;
	z-index: 8;
}
#address {
	overflow: hidden;
	float: left;
	background-image: url('../images/pagebkgd2.gif');
	background-repeat: repeat;
	padding: 10 0 20 0;
	width: 850px;
	z-index: 6;
}
#menu {
	width: 140px;
	overflow: hidden;
	margin: 20px 0 0em 0;
	list-style-type: none;
	border-top: 0px #ff9900 solid;
	border-bottom: 1px #ff9900 solid;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#menu li {
	float: left;
	width: 140px;
	margin-left: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu a {
	display: inline-block;
	width: 140px;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	background-color: #797a47;
	color: #f3e9c5;
	border-top: 1px #ff9900 solid;
}
/* Level 1 */
#menu li#active {
	width: 140px;
	padding: 3px 0px 3px 5px;
	font-weight: bold;
	color: #7d2b06;
	background-color: #f3e9c5;
	border-top: 1px #ff9900 solid;
}
#menu li a {
	width: 140px;
	background-color: #797a47;
	color: #f3e9c5;
}
#menu li a:focus, #menu li a:hover, #menu li a:active {
	background-color: #7d2b06;
	color: #f3e9c5;
}
/* Level 2 */
#menu li ul li a, #menu li ul li#active {
	font-size: 12px;
	width: 140px;
	margin-left: 10px;
	padding-left: 5px;
	border-top: 0px #ff9900 solid;
}
#menu li ul li a {
	background-color: #f3e9c5;
	color: #797a47;
	border-top: 0px #ff9900 solid;
	width: 140px;
}
#menu li ul li a:focus, #menu li ul li a:hover, #menu li ul li a:active {
	background-color: #7d2b06;
	color: #f3e9c5;
	width: 140px;
	margin-left: 10px;
	border-top: 0px #ff9900 solid;
}

td.photo {
	width: 150px;
	height: 150px;
	vertical-align: top;
	text-align: left;
}
table.photo {
	width: 450px;
	column: 3;
	padding: 0;
	}
body {
	background-image: url('../images/pagebkgd2.gif');
	background-repeat: repeat;
	min-height: 101%;
	font-size: 100.01%;
	position: relative; 
	top: 0;
	padding-top: 0px;
	margin-top: 0px;
}
img {
	border: 1px solid #4B3E2C;
}
img.noborder {
	border: 0;
	position:relative;
	left: 17%;
	}
	
img.noborder1 {
	border: 0;
	}
img.inline {
	float: left;
	clear: both;
	margin-bottom: 18pt;
	margin-right: 15px;
}	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC6600;
	margin-top: 22pt;
	margin-bottom: 18pt;
	letter-spacing: 1px;
	margin-left: 0pt;
	margin-right: 0;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7d2b06;
	margin-top: 18pt;
	margin-bottom: 6pt;
	margin-left: 0pt;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #7d2b06;
	margin-top: 12pt;
	margin-bottom: 6pt;
	margin-left: 0pt;
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #7d2b06;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	text-align: left;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #4B3E2C;
	margin-top: 9pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #4B3E2C;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 0pt;
	margin-right: 10pt;
	text-align: left;
}

p.smallRight {
	margin-right: 0px
}

p.img_left {
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 10pt;
} 
p.border {
	clear:both;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-color: #cc6600;
	border-bottom-style:dotted;
	margin-top: 12pt;
	margin-bottom: 6pt;
	margin-right: 0pt;
}
p.border2 {
	border-bottom: solid;
	border-bottom-width: 2px;
	border-color: #cc6600;
	border-bottom-style: dotted;
	margin-top: -6pt;
	margin-bottom: 12pt;
	margin-right: 0pt;
}
p.caption {
	font-size: 8pt;
	margin-top: 3pt;
	margin-left: 0pt;
}

p.highlight {
	color: #cc6600;
	}

.clear {
	clear: both;
	margin: 0;
	}
.floatleft {
	float:left;
	margin: 0;
	padding-right: 15px;
	padding-bottom: 3px;
}
.floatright {
	float: right;
	margin: 0;
	padding-left: 15px;
	padding-bottom: 3px;
}
.large {
	font-size: 14pt;
	line-height:11pt;
}
.table {
	margin-bottom: 0pt;
	margin-left: 0pt;
}
.table_b {
	font-weight: bold;
	margin-bottom: 0pt;
	margin-left: 0pt;
}

b {
	font-weight: bold;
}

p.list1 {
	margin-bottom: 0pt;
}
p.list2 {
	margin-top: 0pt;
	margin-bottom: 0pt;
}

p.list_end {
	margin-top: 0pt;
	margin-bottom: 0pt;
}

p.oben {
	font-size: 10px;
	font-weight: bold;
	margin-top: 12pt;
	margin-bottom: 12pt;
	text-align: right;
}
p.rightmenu {
	font-size: 10px;
	margin-left: 0pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	background-color:#FFDBA6;
	padding: 1px 0 1px 2px;
}
p.address {
	text-align: center;
	font-size: 8pt;
	margin: 0;
}
p.navoben {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
ul, ol, dl {
	margin: 0 0 1em 1em;
}
li {
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	padding: 0;
	line-height: 1.25em;
}

ul {
	list-style-type: none;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

ul.disc {
	list-style-type: disc;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #4B3E2C;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 30pt;
	margin-right: 20pt;
}
ul.disc2 {
	list-style-type: disc;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #4B3E2C;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 10pt;
	margin-right: 20pt;
}
ul.number {
	list-style-type: decimal;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #4B3E2C;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 30pt;
	margin-right: 20pt;
}
a {
	font-weight: bold;
	color: #cc6600;
}
a:link {
	font-weight: bold;
	color: #544B4B;
}
a:visited {
	font-weight: bold;
	color: #797a47;
}
a:hover {
	font-weight: bold;
	color: #7d2b06;
}
a:active {
	font-weight: bold;
	color: #ff9900;
}

