body {
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-size: 13px;
	max-width: 1024px;
	min-width: 900px;
	padding-top: 30px;
	padding-bottom: 50px;
}

@media screen, handheld {

#kopfzeile {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 50px;
	min-width: 900px;
	background-image: url(graphics/oben.jpg);
	background-repeat: repeat-x;
	background-color: White;
	font-family: "Times New Roman", Times, serif;
    font-weight: bold;
	font-size: 20px;
	color: White;
	width: 100%;
	padding-left: 5px; 
	padding-top: 3px;
	z-index: 10;
	text-align: inherit;
}

#fusszeile {
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 50px;
	min-width: 900px;
	background-image: url(graphics/unten.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: White;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: White;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	z-index: 10;
}

}

#inhalt {
	position: static;
	margin-top: 60px;
	margin-bottom: 50px;
	width: 100%;
	z-index:1;
}

#kasten {
	position: relative; 
	float: right;
	width:40%;
	top: 10px;
/*	top: 20px;*/
/*	left:500px;
	min-width: 350px; */
	background-color: #F0FFFF;
	padding: 10px;
/*  padding: 20px; */
}

#kasten_klein {
	position: relative; 
	float: right;
	width:25%;
/*	top: 20px;
	left:500px;
	min-width: 350px; */
	background-color: #F0FFFF;
	padding: 8px;
}

#einrueckung {
	position: relative; 
	left:30px;
}

#spalte {
	position: relative;
	width: 50%; 
	/*	min-width: 350px;
	max-width: 500px; */
/*	margin-right: 200px; */
}

#volltext {
	clear: both;
	top: 20px;
	width: 98%; 
}

h1 {
	font-family: "Times New Roman", Times, serif; 
	font-weight: bold;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h2 {
	font-family: "Times New Roman", Times, serif; 
	font-weight: bold;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	/*font-style: normal;*/
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	/*font-style: normal;*/
	font-weight: bold;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: -4px;
}

img {
	border: none;
}

p {
	widows: 4;
	orphans: 3;
	margin-top: 10px;
	margin-bottom: 14px;
	line-height: 130%;
}

a {
	text-decoration: none;
	font-style: italic; 
	color: #008B8B;
}

a:hover {
	text-decoration: none;
	font-style: italic; 
	color: #EB1B31;
}

a.menu {
	text-decoration: none;
	font-style: normal; 
	color: White;
}

a.menu:hover {
	text-decoration: none;
	font-style: normal; 
	color: Aqua;
}

.activemenu {
	text-decoration: none;
	font-style: normal; 
	color: #AFEEEE;
}

li {
	list-style-image: url(./graphics/listenp.jpg);
	list-style-position: outside;
	margin-top: 8px;
	margin-bottom: 0px;
}

.small {
	font-size: 11px;
}

.small p {
	margin-top: 7px;
	margin-bottom: 0px;
}

.small h2 {
	font-size: small;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 5px;
}

.verysmall {
	font-size: 1px;
	color: #ffffff;
}


.quote {
	font-style: italic;
	color: #EB1B31;
	margin: 20px;
}

.right {
	position: absolute;
	right: 20px; 
	bottom: 5px;
}

.bild {
	float: right; 
	position: relative;
	padding: 20px;
	margin: 20px;
	margin-right: 10px;
	text-align:center;
}

.img-left {
	float: left; 
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: top;
}

.li-header {
	position:relative; 
	top:-4px; 
	left:5px; 
	margin-bottom:4px;
	font-weight: bold;
}

.li-body {
	position:relative; 
	top: -4px;
	left:5px; 
	font-weight: normal;
}

@media print {

#kopfzeile {
	display: none;
}

#fusszeile {
	display: none;
}

}

