/*	Stylesheet Screen-Eyecatcher
		03.01.2006 RK
		19.01.2006 RK
		
		Farben: Weinrot= #9A0034
*/

body {
	text-align: center; /* damit der ie zentriert */
	background-image: url(../bilder/wp_damask_014.gif);
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5e3908;
}

a {
	color: #9A0034;
	border: 0px;
	}

a:hover {
	text-decoration: none;
	}

.center { /* anwendung eines hacks */
	/*/*/
	text-align: left;
	/**/
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	width: 700px;
	height:640px;
	background-color: #D1D1B8;
	background-image: url(../bilder/index.jpg);
	background-repeat: no-repeat;	
	border: 1px solid #5e3908;
}

.dach {
	position: relative;
	left: 185px;
	top: -390px;
	border: 1px solid #5e3908;	
	}
	
.schlossplatz {
	position: relative;
	left: 12px;
	top: -337px;
	border: 1px solid #5e3908;
}

.statue {
	position: relative;
	left: -157px;
	top: -240px;
	border: 1px solid #5e3908;	
	}

.kirche {
	position: relative;
	left: 22px;
	top: 12px;
	border: 1px solid #5e3908;	
	}
	
.text1 {
	padding: 20px;
	position: relative;
	left: 0px;
	top: -350px;
	width: 350px;
	}
	
.entsteht {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	}

/* ##############################################
   Navigation
   ############################################*/

.navi {
	float:right;
	display: block;
	width: 130px;
	height: 20px;
	margin: 5px;
	margin-right: 7px;
	padding: 1px;
	padding-right: 5px;
	background-color: #FFFFFF;
	text-decoration: none;
	Color: #000;
	text-align: right;
	border-bottom: 1px solid #9A0034;
	}
	
a:hover.navi {
	border-bottom: 1px solid #000;
	color: #9A0034;
	}
	

	
.navikasten {
	float: right;
	width: 140px;
	height: 525px;
	position:relative;
	left: -350px;
	top: -500px
	}


