html {
	height: 100%;
	scrollbar-arrow-color : #663300;
	scrollbar-base-color : #fffafa;
	scrollbar-face-color : #FCF3E2;
	scrollbar-dark-shadow-color : #FCF3E2;
	scrollbar-hightlight-color : #FCF3E2;
	scrollbar-shadow-color : #FCF3E2;
	}

body {
	background-color: cornsilk;
	background-attachment: fixed;
	background-image:  url(../pix/logo.gif);
	background-repeat: no-repeat;
	background-position: 90% 10%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	text-align: center;
	vertical-align: top;
	overflow: auto;
}
p, li {
	color: #000000;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
	color: #a0522d;
	text-align: left;
}
li {
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
	text-indent: 0pt;
	white-space: normal;
	display: list-item;
}
a:link {
	font-weight: bold;
	line-height: 14px;
	color: #a0522d;
	text-decoration: none;
	border: 0;
}
a:hover {
	font-weight: bold;
	line-height: 14px;
	color: #a0522d;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 0;
}
a:visited {
	font-weight: bold;
	line-height: 14px;
	color: #999999;
	text-decoration: none;
	border: 0;
}
img {
	display: block;
	border: 0;
	width: 130px;
	height: 101px;
	}
.hervorhebung {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	color: sienna;
	font-size: 14px;
	letter-spacing: 1px;
	}
/*Inhalte*/
/*Definitionen Content- + Bildleiste*/
#iframe {
	position: relative;
	width: 40%;
	height: 60%;
	margin: 12% auto auto 20%;
	z-index: 23;
	background-color: #fff8dc;
	border: 1px solid sienna;
	overflow: visible;
	}
#mitte {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 200px;
	overflow: auto;
	background-image: url(../pix/hintergrund.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-attachment: scroll;
	vertical-align: top;
	margin: 22% 0 0 0;
	}
#content{

	margin-top: 11px;
	vertical-align: top;
	}
#bild1, #bild2, #bild3, #bild4, #bild5, #bild6, #bild7, #bild8, #bild9, #bild10, #bild11, #bild12, #bild13, #bild14 {
	width: 130px;
	border-top: 0;
	border-right: 1px solid #cccccc;
	border-bottom: 0;
	border-left: 1px solid #cccccc;
	padding: 0;
	}
#content img {
	display: inline;
	line-height: 0;
	}
#sub1, #sub2, #sub3, #sub4, #sub5, #sub6, #sub7, #sub8, #sub9, #sub10, #sub11, #sub12, #sub13, #sub14 {
	width: 130px;
	border-top: 0;
	border-right: 1px transparent;
	border-bottom: 0;
	border-left: 1px transparent;
	padding-top: 20px;
	vertical-align: top;
	}
#subnavigation a, #subnavigation p {
	display: block;
	}
* html menu a { /*macht im IE Win die ganze Fläche anklickbar*/
	width: 100%;
}
* html menu {/*IE 5.0*/
	display: inline;
	height:	.1em;
}
#linkerrand, #rechterrand {
	width: auto;
	}

/*Definitionen Haupt-Navigationsleiste*/
#navigation {
	position: absolute;
	top: 80%;
	left: 0;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	margin: auto;
	align: center;
	}
#navigation a:link {
	font-weight: bold;
	color: sienna;
	text-decoration: none;
	border-top: 1px none sienna;
	border-right: 1px solid sienna;
	border-bottom: 1px none sienna;
	border-left: 1px solid sienna;
	padding: 0 5px 0 5px;
	margin-right: 8px;
	margin-left: 8px;
}
#navigation a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border-top: 1px none sienna;
	border-right: 1px solid sienna;
	border-bottom: 1px none sienna;
	border-left: 1px solid sienna;
	background-color: sienna;
	padding: 0 5px 0 5px;
	margin-right: 8px;
	margin-left: 8px;
}
#navigation a:visited {
	font-weight: bold;
	color: #ffcc99;
	text-decoration: none;
	border-top: 1px none sienna;
	border-right: 1px solid sienna;
	border-bottom: 1px none sienna;
	border-left: 1px solid sienna;
	padding: 0 5px 0 5px;
	margin-right: 8px;
	margin-left: 8px;
}

