body {
	margin: 105px 0 0 0;
	padding: 0;
	background-color: #D4D0C8;
	background-image: url(gallery/hintergrund.gif);
	background-repeat: repeat-x;
}

/*font family for page*/
div, p, td, ul {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}

/*Contains Logo at top of Page*/
#header {
	position: absolute;
	width: 500px;
	left: 0px;
	top: 0px;
}

/* The main Layout Table*/
#mnTable {
	width: 100%;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	background-color: #999999;

}

.urkunde {position: absolute; top: 0px; margin: 0;}

/*Öffnungszeiten (left) Table Cell*/
#leftCell {
	background-color: #999;
	color: #333333;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	border-right: 5px solid #fff;
	width: 160px;
	height: 400px;
}

/*Inhalt (center) Table Cell*/
#mainCell {
	background-color: #999;
	color: #333333;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	width: 532px;
	height: 400px;
}
#leftCell a:link, #mainCell a:link {
	color: #333333;
}
#leftCell a:visited, #mainCell a:visited {
	color: #333333;
}
#leftCell a:hover, #mainCell a:hover {
	color: #D4D0C8;
}

#mainCell p {
	margin-top: 15px;
}

h1, h2 {
	margin: 15px 10px 0px;
	color: #D4D0C8;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#start #mainCell h1 {
	margin: 0;
	padding: 0;
	height: 400px;
	clear: both;
	background-image: url(images/start.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
}

/*Adresse (right) Table Cell sonst: start.jpg */ 
#sidebar {
	background-color: #999;
	vertical-align: top;
	border-left: 5px solid #fff;
	font-size: 13px;
	text-align: left;
	color: #333333;
	height: 400px;
	line-height: 1.4;
}
#sidebar a:link {
	color: #333333;
}
#sidebar a:visited {
	color: #333333;
}
#sidebar a:hover {
	color: #FFFFFF;
}

#sidebar img {
	margin-top: 20px;
}

/* Footer Div */
#footer {
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	color: #666;
}
#footer a:link {color: #666;}
#footer a:visited {color: #666;}
#footer a:hover, a:active, a:focus {color: #666;}

/* Navigation Menu Styles */
.button {position: absolute; top: 80px; margin: 0;}

#button1 {left: 160px; width: 88px;}
#button2 {left: 248px; width: 88px;}
#button3 {left: 336px; width: 89px;}
#button4 {left: 425px; width: 89px;}
#button5 {left: 514px; width: 89px;}
#button6 {left: 603px; width: 89px;}


.button a {
	background-color: #D4D0C8;
	text-decoration: none;
	display: block
}
.button a:hover, .button a:active, .button a:focus {
	background-color: #D4D0C8
}

