/* CSS Document */

h1 {
	margin: 3px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif, Arial Narrow, ;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #6B278C;
}

h2 {
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif, Arial Narrow;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #6B278C;

}

body {
	font-family: Arial, Helvetica, sans-serif, Arial Narrow;
	font-size: 9px;
	color: #000000;
	algin: center;
	background-image: url(img/schlossbg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

p {
	margin: 3px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif, Arial Narrow;
	font-size: 12px;
	text-align: justify;
	
	}
	


a {
	font-weight: bold;
}
	

#nav {
	position: relative;
	width: 270px;
	float: left;
	algin: left;
	top: 0px;
	bottom: 0px;
	}
	
#nav a:visited {font-family: Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none;}
#nav a:hover {font-family: Arial, Helvetica, sans-serif; color: #666666;text-decoration: underline;}
#nav a:link {font-family: Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none;}
#nav a:active {font-family: Arial, Helvetica, sans-serif;color: #666666; text-decoration: underline;}

	
#img {
	position: relative;
	width: 280px;
	height: 110px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	}

#navtext {
	position: relative;
	height: 100%;
	padding: 30px;
	width: 270px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	}


#footer {
	position: relative;
	vertical-align: bottom;
	left: 0px;
	bottom: 0px;
	text-align: left;
	}

	
#rest {
	position: absolute;
	right: 0px;
	bottom: 0px;
	float: left;
	margin: auto;

	
	}
	
#kopf {
	position: relative;
	height: 110px;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
	}

	
#text {
	position: relative;
	top: 0px;
	width: 90%;
	right: 0px;
	bottom: 0px;
	padding: 30px;
	text-align: left;
	left: 0px;
	overflow: auto;
	margin: auto;
	}
	
#containerscroll {
	
	position: relative;
	float: right;
	Width: 170px;
	margin-left: 10px;
	height: 250px;
	overflow: auto;
	border: 1px solid #6B278C;
	
	}




	
a:visited {font-family: Arial, Helvetica, sans-serif; color: #6B278C; text-decoration: none;}
a:hover {font-family: Arial, Helvetica, sans-serif; color: #666666;text-decoration: underline;}
a:link {font-family: Arial, Helvetica, sans-serif; color: #6B278C; text-decoration: none;}
a:active {font-family: Arial, Helvetica, sans-serif;color: #666666; text-decoration: underline;}
