body {
	color: black;
	background-color: white;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #455565;

	margin: 0;
	padding: 0;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

/* --- link.normal ------------------------------------ */
a:link {
	text-decoration: none;
	font-weight: none;
	font-style: none; color: #999999;
}

a:visited {
	text-decoration: none;
	font-weight: none;
	font-style: none; color: #999999;
}

a:hover {
	text-decoration: none;
	font-weight: none;
	font-weight: none; color: #455565;
}

a:active {
	text-decoration: none;
	font-weight: none;
	font-style: none; color: #455565;
}

a:focus {
	text-decoration: none;
	font-weight: none;
	font-style: none; color: #d9d9d9;
}
/* ---------------------------------------------------- */

div#Content {
	text-align: left;
	max-width: 1120px;
	border: 0px dashed black;
}

h1 {
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 19px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	overflow: visible;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 10px;
	color: #c2c2c2;
	margin: -10px 0 0 0;
}

img {
	margin: 15px 17px 0px -2px; padding: 0;
	border: 0;
}

img.headNavi {
	margin: -7px; padding: 0;
	border: 0;
}
	
p {
	margin: 0;
	padding: 0;
}

p.footer {
	margin: 4px;
	padding: 0;
}

hr {
	background: silver none repeat scroll 0%;
	border: 0 none;
	height: 1px;
}

