/* ---------------- Seitenaufbau _ div.Container ----------------------*/


div#background {
	background-attachment: scroll;
	height: 600px;
	width: 780px;
	margin: 0px auto;
}

div#head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	height: 100px;
	width: 780px;
	top: 20px;
	align: center;
}

div#navitop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	height: 15px;
	width: 770px;
	top: 20px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #2e1c86;
	border-right-color: #2e1c86;
	border-bottom-color: #2e1c86;
	border-left-color: #2e1c86;
	padding: 2px;
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 5px;

}

div#randpic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	height: 400px;
	width: 300px;
	top: 20px;
}

div#contentimp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: -380px;
	left: 300px;
	height: 400px;
	width: 465px;
	font-size: 10px;
	padding-left: 10px;
	margin-left: 5px;
	background-image: url(Grafiken/schlossskizze.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#contentstart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: -380px;
	left: 300px;
	height: 400px;
	width: 465px;
	font-size: 10px;
	padding-left: 10px;
	margin-left: 5px;
	background-image: url(Grafiken/silouette.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#contentprog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: -380px;
	left: 300px;
	height: 400px;
	width: 465px;
	font-size: 10px;
	padding-left: 10px;
	margin-left: 5px;
	background-image: url(Grafiken/hygmus.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#contentl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: -380px;
	left: 300px;
	height: 400px;
	width: 465px;
	font-size: 10px;
	padding-left: 10px;
	margin-left: 5px;
}

div#navidown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	top: -380px;	
	height: 15px;
	width: 770px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #2e1c86;
	border-right-color: #2e1c86;
	border-bottom-color: #2e1c86;
	border-left-color: #2e1c86;
	padding: 2px;
	margin-top: 10px;

}

/* ---------------- Links statt Rechts ----------------------*/


a:link, a:visited {
	position: relative;
	width: auto;
/*	padding: 2px 6px 2px 6px!important;
 	padding: 2px 6px 2px 6px;
*/	color: #ff9900;
    margin: 0 0 0 0;
    font-weight: normal;
	text-decoration: none;
	}
	
a:hover, a:active {
 	width: auto;
	color: #2CA550;
/*	padding: 2px 6px 2px 6px!important;
 	padding: 2px 6px 2px 6px;
*/ 	font-weight: normal;
	text-decoration: none;

}

/* ---------------- Additional Gedoehns ----------------------*/

hr {
	width: 100%;
	border-width:thin;
	color:#000033;
	border-style:dotted;
}

body {
	background-image:url(Grafiken/bgverlauf1.jpg);
	background-repeat:repeat-x;
	background-color: #FEF5E9;
}

prog {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	

}
.phead {
	font-size: 12px;
	color: #F8AE00;
	font-weight: bold;
}

.ptext {
	font-size: 12px;
}

.psub {
	font-size: 9px;
	font-style: bold;
}
.shead {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}