﻿/* ###########  BODY    #############  */

html, body, form, fieldset {
	margin-top: 5px;
	padding: 0;
}

body{
	color: #666666;
	background: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
/* ###########  BODY END #############  */

/* ###########   LINKS   #############  */
a:link{
	color:#d9a518;
}

a:visited{
	color:#d9a518;
}

a:active{
	color:#d9a518;
}
a:focus{
	color:#d9a518;
}
/* ###########  LINKS END #############  */

/* ###########  POSITIONS #############  */

.Main {
		width: 800px;
		background-color: transparent;
		z-index: 1;
}

.Banner {
		background: url("images/banner.jpg") transparent no-repeat;
		margin: 0 0 0;
		padding: 0 0 0;
		border: 0;
		width: 800px;
		height: 180px;
}

.Top {
		background: url("images/top.png") red no-repeat;
		width: 800px;
		height: 31px;
		z-index: 1;
}

.Textbox {
		background: #fff;
		float: left;
		width: 517px;
		height: 409px;
		z-index: 2;
		
}
.Lside {
		padding: 0 0 0;
		width: 133px;
		height: 409px;
		background: url("images/side.png") repeat-x;
		z-index: 2;
}

.Rside {
		width: 150px;
		height: 409px;
		background: url("images/side.png") repeat-x;
		z-index: 2;
}

.Footer {
		width: 800px;
		height: 55px;
		background: url("images/footer.png") no-repeat;
		
}
/* ###########  POSITIONS END #############  */

/* ###########    TOP MENU        #############  */
.Home{
	position: absolute;
	margin: 3 -398 0;
	width: 131px;
	height:27px;
	background: url("images/buttons/home.png") no-repeat;
	z-index: 2;
}
		
.Home:hover{
	
	position: absolute;
	background: url("images/buttons/home_h.png") no-repeat;
	z-index: 5;
}

.Aboutus{
	position: absolute;
	margin: 3 -266 0;
	width: 131px;
	height:26px;
	background: url("images/buttons/aboutus.png") no-repeat;
	z-index: 2;
}
		
.Aboutus:hover{
	position: absolute;
	background: url("images/buttons/aboutus_h.png") no-repeat;
}

.Date{
	position: absolute; 
	margin: 3 -133 0;
	width: 131px;
	height:26px;
	background: url("images/buttons/date.png") no-repeat;
	z-index: 2;
}
		
.Date:hover{
	position: absolute;
	background: url("images/buttons/date_h.png") no-repeat}

.Guestbook{
	position: absolute;
	margin: 3 0 0;
	width: 131px;
	height:26px;
	background: url("images/buttons/guestbook.png") no-repeat;
	z-index: 2;
}


.Guestbook:hover{
	position: absolute;
	background: url("images/buttons/guestbook_h.png") no-repeat}

	.Gallery{
	position: absolute;
	margin: 3 133 0;
	width: 132px;
	height:26px;
	background: url("images/buttons/gallery.png") no-repeat;
	z-index: 2;
}
		
.Gallery:hover{
	position: absolute;
	background: url("images/buttons/gallery_h.png") no-repeat;
}

	.Links{
	position: absolute;
	margin: 3 267 0;
	width: 131px;
	height:26px;
	background: url("images/buttons/links.png") no-repeat;
	z-index: 2;
}
		
.Links:hover{
	position: absolute;
	background: url("images/buttons/links_h.png") no-repeat;
}
/* ###########  TOP MENU END #############  */

/* ###########  LEFTSIDE MENU #############  */
.Homev{
	position: absolute;
	margin: 75 -65 0;
	width: 133px;
	height:26px;
	background: url("images/buttons/home.png") no-repeat;
	z-index: 9;
}
		
.Homev:hover{
	position: absolute;
	background: url("images/buttons/home_h.png") no-repeat;
}

.Aboutusv{
	position: absolute;
	margin: 100 -65 0;
	width: 133px;
	height:26px;
	background: url("images/buttons/aboutus.png") no-repeat;
	z-index: 2;
}
		
.Aboutusv:hover{
	position: absolute;
	background: url("images/buttons/aboutus_h.png") no-repeat;
}

.Datev{
	position: absolute;
	margin: 126 -65 0;
	width: 133px;
	height:25px;
	background: url("images/buttons/date.png") no-repeat;
	z-index: 2;
}
		
.Datev:hover{
	position: absolute;
	background: url("images/buttons/date_h.png") no-repeat}

.Guestbookv{
	position: absolute;
	margin: 150 -65 0;
	width: 133px;
	height:26px;
	background: url("images/buttons/guestbook.png") no-repeat;
	z-index: 2;
}


.Guestbookv:hover{
	position: absolute;
	background: url("images/buttons/guestbook_h.png") no-repeat}

	.Galleryv{
	position: absolute;
	margin: 176 -65 0;
	width: 133px;
	height:26px;
	background: url("images/buttons/gallery.png") no-repeat;
	z-index: 2;
}
		
.Galleryv:hover{
	position: absolute;
	background: url("images/buttons/gallery_h.png") no-repeat;
}

	.Linksv{
	position: absolute;
	margin: 200 -65 0;
	width: 133px;
	height:26px;
	background: url("images/buttons/links.png") no-repeat;
	z-index: 2;
}
		
.Linksv:hover{
	position: absolute;
	background: url("images/buttons/links_h.png") no-repeat;
}

/* ###########  LEFTSIDEMENU END #############  */

/* ###########      BOXES     #############  */
.Box {	background: url("images/box002.png") no-repeat;
		width: 130px;
		height: 150px;
		z-index: 4;
}

.Box2 {
		background: url("images/box001.png") no-repeat;
		width: 130px;
		height: 300px;
		z-index: 4;
}
/* ###########  BOXES END #############  */

/* ###########     INHALTE   #############  */

.ueberschrift2{
	color: red;
	text-align: left;
	font-size: medium;
	margin: 10px 10px;
	z-index:5;
}
.ueberschrift2 a{
	color: #d9a518;
	float: center;
	text-align: right;
	font-size: xx-small;
	margin: 0px -5px;
	z-index:5;
}
.ueberschrift2 a:hover{
	color: #ffda0b;
	float: center;
	text-align: right;
	font-size: xx-small;
	margin: 0px 0px;
	z-index:5;
}
.dterminedate{
	color: #e6e6e6;
	font-size: x-small;
	text-align: left;
	margin: 0px 5px;
	z-index:5;
}
.dtermine{
	color: #e6e6e6;
	font-size: xx-small;
	text-align: right;
	margin: 0px 5px;
	z-index:5;
}

.ueberschrift{
	color: #000;
	text-align: center;
	font-size: medium;
	margin: 5px 15px;
	z-index:5;
}

.ueberuns{
	color: #585858;
	width: 400px;
	font-size: xx-small;
	text-align: left;
	line-height: 100%;
	margin: 0px 5px;
	z-index:5;
}
.linkliste{
	color: #585858;
	text-align: left;
	font-size: x-small;
	text-decoration: none;
	line-height: 100%;
	margin: 15px 100px;
	z-index:5;
}
.Linkliste a{
	color: #d9a518;
	text-decoration: none;
	z-index:5;
}
.Linkliste a:visited{
	color: #d9a518;
	text-decoration: none;
	z-index: 5;
}

.Linkliste a:hover{
	color: #ea542b;
	text-decoration: underline;
	z-index:5;
}

.Impressum{
	color: #585858;
	text-align: right;
	font-size: small;
	text-decoration: none;
	line-height: 100%;
	margin: 15px 20px;
	z-index:5;
}
.Impressum a{
	color: #d9a518;
	text-decoration: none;
	z-index:5;
}
.Impressum a:hover{
	color: #ffda0b;
	text-decoration: underline;
	z-index:5;
}
.linkliste2{
	color: #585858;
	text-align: left;
	font-size: medium;
	text-decoration: none;
	line-height: 150%;
	margin: 15px 100px;
	z-index:5;
}
.Linkliste2 a{
	color: #d9a518;
	text-decoration: none;
	z-index:5;
}
.linkliste2 a:hover{
	color: #ea542b;
	text-decoration: underline;
	z-index:5;
}
/* ###########  INHALTE END #############  */
