/* Falls Probleme mit CSS bestehen, alle Formatierungsinfos auf eine einzige Zeile schreiben */

/* Beginn allgemeine Stile */
body {
	font-size: medium;
	margin:0 0 0 0;
	padding:0;
	height:100%;
	background-color: #ECECEC;
}
a {
	text-decoration: none;
}
a:link { 
	color: #0033CC;
}
a:visited { 
	color: #0033CC
}
a:hover {
	color: red
}
p {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
li {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	padding-bottom: 3px;

}
.input {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin-top:15px;
	font-size: 1.5em;
	font-family: Georgia, Helvetica, sans-serif;
	color: #444444;
	white-space: nowrap;
}
h2 {
	margin-top:0px;
	margin-bottom:0px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom:1px dashed #189018;
  	margin: 0px 0 5px 0;
	padding:0px 50px 0px 0;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: italic;

}
/* Ende allgemeine Stile */

/* Section Stile */
div.container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 600px;
}

/* Ende Section Stile */
.small {
	font-size: 0.7em;
	margin-right: 10px;
}
.navi {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.toomuch {color: red}