body {
	background-image: url(img/kachel.gif);
	background-repeat:repeat;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	overflow-y: scroll; /*Spezialbefehl, eigentlich nicht CSS-konform: fügt auf jeder Seite einen Scrollbalken ein, Hüpfeffekt wird vermieden. Muß für IE aufgehoben werden mit overflow:auto!!! */
	}
body h1 {
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	display:block;
	font-size: 1.2em;
	color: #003366;
	padding: 5px 0px 0px 0px;
	line-height: 0.7em;
}
body h2 {
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	display:block;
	font-size: 1.0em;
	color: #003366;
	padding: 5px 0px 0px 0px;
	line-height: 0.7em;
}
td {
font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
}

ul {
list-style-type: square;
line-height: 1.5em;
}
li {
padding: 5px 0px 5px 0px;
}

ul .einfach{
list-style-type: square;
line-height: 1em;
}
.main {
padding: 10px 0 5px 0;
}
#container {
	position: relative;
	display:block;
	height: auto;
	width: 820px;
	margin: 55px auto;
	background-color: #eeeeee;
	text-align: left;
	
}
#bildnavi {
	top: 0px;
	left: 0px;
	width: 120px;
	background-color:#eeeeee;
	float:left;
	
	}

#rudilogo {
	background-color: #88B500;
	display:block;
	height: 57px;
	width: 700px;
	margin-left: 120px;
	text-align:right;
	top: 0px;
}
#rudilogo h1{
	color: #003366;
	margin:0;
	font-size: 2.2em;
	padding: 10px 15px 0px 0px;
}
#rudilogo a {
	text-decoration:none;
	color: #003366;
	line-height:normal;
}
#navi {
	background-color: #006699;
	margin-left: 120px;
	margin-top: 3px;
}
#content {
	text-align: left;
	padding: 25px 40px 15px 40px;
	margin-left: 120px;	
}
#content A:LINK {
	font-family : "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color: #003366;
	text-decoration : underline;
}

#content A:VISITED {
	font-family : "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color: #003366;
	text-decoration : underline;
}

#content A:HOVER {
	font-family : "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color: #003366;
	text-decoration : underline;
}

#content A:FOCUS {
	font-family : "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color: #003366;
	text-decoration : underline;
}

#content A:ACTIVE {
	font-family : "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color: #003366;
	text-decoration : underline;
}

#iconbox {
	position: relative;
	margin: 0px;
	width: 108px;
	padding: 4px 5px 0px 4px; 
	background-color: #88B500;
}

#fusszeile{
	font-size: 11px;
	color: #999999;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 6px;
	margin: 0px;
}

#fusszeile A:LINK {
	font-family : "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #003366;
	text-decoration : underline;
}

#fusszeile A:VISITED {
	font-family : "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #003366;
	text-decoration : underline;
}

#fusszeile A:HOVER {
	font-family : "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #003366;
	text-decoration : underline;
}

#fusszeile A:FOCUS {
	font-family : "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #003366;
	text-decoration : underline;
}

#fusszeile A:ACTIVE {
	font-family : "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #003366;
	text-decoration : underline;
}
p.anfang {
margin-top: 20px;
}
#liste ul {
list-style-type: none;
line-height: normal;
padding: 0px 0px 10px 15px;
}
#liste li {
line-height: 0.6em;
}
#liste li.letztes {
margin-bottom: 10px;
}