/*
=================================
Bildschirm CSS Format
erstellt Oktober 07
Rita Keel 
=================================
*/

/* Grundeinstellungen */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0033CC;
	line-height:1.3em;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
/*erzwungene Scrollbar in Firefox*/
html {
	height:100%;
	margin-bottom:1px; 
}
body {
	color:#000000;
	background-color:#FFFFCC;
	background-image:url(bilder/water040.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}
p,ul,ol	{
	margin-bottom:1em;
	font-weight:bold;
}
ul ul	{
	margin-bottom:0;
}
li	{
	margin-left:1em;
}
h1 {
	font-size:250%;
	margin-bottom:18px;
}
h2 {
	font-size:130%;
	margin-bottom:12px;
}
h3 {
	font-size:105%;
	margin-bottom:1px;
	color:#FF0000;
}
h4 {
	font-size:130%;
	margin-bottom:1px;
	color:#FF0000;
	text-align:center;
}
#container {
	width:800px;
	height:2600px;
	background-position:0px 0px; /* links - oben */
	margin:0px auto 0px auto;
	text-align: center;
}

 /*class*/


.bildlinks	{
	float:left;
	padding:3px;
	margin-right:10px;
	margin-bottom:0px;
}
.bildrechts	{
	float:right;
	padding:3px;
	margin-left:10px;
	margin-bottom:10px;
}

.rotfett	{
	color:#FF0000;
	font-weight:bold;
	font-size:34px;
	text-align:center;
}
.blaufett	{
	color:#000099;
	font-weight:bold;
	font-size:34px;
	text-align:center;
}
.aktuell {
	color:#336600;
	background-color:#FFFFCC;
	border-bottom-color:#FFFFCC;
}
.kursiv	{
	font-style:italic;
}
.center	{
	text-align:center;
}
