html {
height: 100%;
margin: 0;
padding: 0;
}

body{
	padding: 0;
	height: 100%;
	font-family: "comic sans ms", arial, verdana, helvetica, sans-serif;
	font-size: 100%; /* set browser default font size at 70% */
	line-height: 1.45em;
}

* { /* global reset for margin & padding to 0px */
margin: 0;
padding: 0;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
color: #000000;
line-height: 1.45em;
padding: 4px 0px 4px 0px;
}

h1 {
font-size: 150%;
}
h2 {
font-size: 150%;
}
h3{
font-size: 140%;
}
h4{
font-size: 130%;
}
h5{
font-size: 120%;
}
h6{
	font-size: 110%;
}
/* Class declarations -------------------- */



/* Id declarations ----------------------- */
#header{
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	background-color: #000033;
}

#seitentitel {
	background-color: #0099FF;
	top: 0px;
	left: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(images/logo-back.gif);
	height: 80px;
}

#seitenzitat {
	font-size: 100%;
	background-color: #0033CC;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	top: 0px;
	left: 0px;
	margin: 0px;
	text-align: center;
	padding-left: 24%;
}

#logoersatz {
	visibility:hidden;
	overflow: hidden;
	width: 0px;
	height: 0px;
}

#wrapper {
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	background-color: #ECF5FF;
	height: auto;
}

#main {
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	height: auto;
}

#navihelp {
	top: 0px;
	left: 0px;
	right: 0px;
	float: left;
}

#navi {
	background-color: #0099FF;
	top: 0px;
	left: 0px;
	margin: 0px;
	color: #000000;
	width: 10em;
}

#navi ul {
	background-color: #0099FF;
	list-style: none;
	display: block;
	top: 0px;
}

#navi li {
	font-weight: bold;
	display: inline;
}

#navi li a {
	color: #000000;
	background-color: #0099FF;
	display: block;
	background-image: url(images/footer-back.gif);
	padding: 10px 10px 10px 0px;
	border-top: 1px solid #0033CC;
	line-height: normal;
}

#navi li.on {
	border-top: 1px solid #0033CC;
	display: block;
	padding-top: 10px;
}

#navi a:focus,
#navi a:hover,
#navi a:active {
	background-color: #0099FF;
	text-decoration: underline;
	background-image: url(images/leer.gif);
}

#navi ul ul {
	margin-left: 10px;
}

#navi li li {
	font-size: 100%;
}

#inhalthelp {
	top: 0px;
	left: 0px;
	right: 0px;
	height: auto;
	width: auto;
	margin: 0 12em 0 16em;
}
#inhalt {
	background-color: #ECF5FF;
	text-align: left;
	top: 0px;
	left: 0px;
	margin-left: 10em;
	padding: 1em;
}



#fussoptionen {
	font-size: 100%;
	background-color: #0033CC;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	text-align: right;
	clear: both;
}
#fussende {
	font-size: 60%;
	color: #000000;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	text-align: center;
	background-image: url(images/footer-back.gif);
}

#zoom {
	text-align: left;
	background-color: #0033CC;
	font-size: 100%;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
	top: 80px;
	width: 14em;
	padding-left: 3px;
}


#grossbild {
	width: 70%;
	border: solid #0099FF 2px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
#grossbild a{
	color: #000000;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
	background-color: #ECF5FF;
}

#grossbild a:hover{
	color: #000000;
	font-weight: normal;
	font-size: 90%;
	text-decoration: underline;
	background: #ECF5FF;
}

#bild {
	width: 250px;
	border: solid #0099FF 2px;
	display: block;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}

#bild a{
	color: #000000;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
	background-color: #ECF5FF;
}

#bild a:hover{
	color: #000000;
	font-weight: normal;
	font-size: 90%;
	text-decoration: underline;
	background: #ECF5FF;
}

#helper {
	clear: both;

}
#startbild2 {
	width: 45%;
	border: solid #0099FF 2px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	margin-left: 5px;
}

#startbild2 a{
	color: #000000;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
}

#startbild2 a:hover{
	color: #000000;
	font-weight: normal;
	font-size: 90%;
	text-decoration: underline;
}
#startbild {
	width: 400px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
#startliste {
	float: left;
	width: 17em;
}

a.bildlink,
a.bildlink:link,
a.bildlink:visited,
a.bildlink:active {
	width: 250px;
	border: solid #0099FF 2px;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: lighter;
	font-size: 90%;
	text-decoration: none;
	float: left;
	margin: 10px 10px 10px 10px;
}
a.bildlink:hover {
	text-decoration: underline;
	background-color: #C2EBEB;
}
.bildtext {
	text-align: left;
	margin: 10px 10px 10px 10px;
}

a.intern,
a.intern:link,
a.intern:visited,
a.intern:active {
	color: #0033CC;
	text-decoration: underline;
	font-weight: normal;
}
a.intern:hover {
	background-color: #C2EBEB;
	font-weight: bold;
}
.date {
	font-size: 70%;
	text-align: right;
}

