
/* ========body allgemein================= */
body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
}

* {
	font-size: 1em;
}

#content {
	padding: 10px 10px 10px 10px;
	left: 0px;
	margin: 10px 10px 10px 10px;
	width: 90%; 
	position: absolute; 
	top: 10px; 
}

#content h1 {
	color: #000000;
	font-size: 1.3em;
}

#content h2 {
	color: #000000;
	font-size: 1.2em;
}

#content h3 {
	color: #000000;
	font-size: 1.1em;
}

#content a {
	color:#000000;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#content .min {
	font-size:0.8em;
}

/* ========navigation unten================= */

#ende {
	padding: 10px 10px 10px 10px;
	left: 0px; 
	margin: 10px 10px 10px 10px;
	width: 95%; 
	height: 50px;
	position: relative; 
	top: 20px;
	border-top: 1px #000000 solid;
}

#ende a {
	color:#000000;
	text-decoration:none;
}

#ende a:hover {
	text-decoration:underline;
}

