html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body	{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bilder/bg-body.jpg);
	background-repeat: repeat-y;
	background-color: #E0B783;
}

#head	{
	position: absolute;
	z-index: auto;
	width: 100%;
	height: 375px;
	left: 0px;
	top: 0px;
	background-image: url(bilder/bg-head.jpg);
	background-repeat: repeat-x;
}

#name	{
	position: absolute;
	z-index: auto;
	width: 330px;
	height: 185px;
	left: 0px;
	top: 375px;
	background-image:	url(bilder/tholl.jpg);
	background-repeat: no-repeat;
}

#leiste	{
	position: absolute;
	z-index: auto;
	width: 50px;
	height: 265px;
	left: 0px;
	top: 560px;
	background-image:	url(bilder/leiste.jpg);
	background-repeat: no-repeat;
}

#navi	{
	position: absolute;
	z-index: auto;
	width: 280px;
	height: 280px;
	left: 50px;
	top: 560px;
	background-image:	url(bilder/bg-navi.jpg);
	background-repeat: no-repeat;
}

#navi ul	{
	margin: 0;
	margin-left: 10px;
	margin-top: 10px;
	padding: 0;
	list-style-type: none;
}

#navi li	{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#navi a	{
	color: #CD6926;
	font-size: 13px;
	font-weight: bold;
	display: block;
	background-image: url(bilder/navibullet.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
	width: 250px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#navi a:hover	{
	background-image:	url(bilder/navibullet-hover.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#navi li#active a	{
	background-image:	url(bilder/navibullet-hover.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#navi li#active a:hover	{
	background-image:	url(bilder/navibullet-hover.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#start	{
	position: absolute;
	z-index: auto;
	width: 630px;
	height: 450px;
	left: 350px;
	top: 375px;
}

#start-inhalt	{
	position: absolute;
	z-index: auto;
	width: 218px;
	height: 450px;
	left: 350px;
	top: 375px;
	background-image: url(bilder/bg-inhalt.jpg);
	background-repeat: no-repeat;
}

#inhalt-bg	{
	position: absolute;
	z-index: 10;
	width: 470px;
	left: 510px;
	top: 375px;
	background-image: url(bilder/ornament.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	padding-bottom: 1em;
}

#inhalt	{
	width: 420px;
	font-size: 0.8em;
	line-height: 1.5em;
	border-bottom: 5px double #CD6926;
}

#inhalt h1	{
	font-size: medium;
	color: #FFFFFF;
	border-bottom: 2px dotted #F5E586;
	padding-bottom: 0.2em;
	letter-spacing: 0.2em;
}

#inhalt a	{
	color: #CD6926;
	font-weight: bold;
	background-image: url(bilder/navisquare.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
}

#inhalt a:hover	{
	background-image:	url(bilder/navisquare-hover.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#inhalt img	{
	border: 3px solid #CD6926;
}


.alignleft {
	float: left;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.text-links {
	text-align: left;
}

.text-rechts {
	text-align: right;
}

.text-zentriert {
	text-align: center;
}

.text-blocksatz {
	text-align: justify;
}

.fett {
	font-weight: bold;
}

.fettblau {
	font-weight: bold;
	color: #2E5DAD;
}

.fettgruen {
	font-weight: bold;
	color: #50A746;
}

.kursiv {
	font-style: italic;
}