body {
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

#mainframe {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}

h1 {
	font-size: 24px;
	color: #ffc;
}

h2 {
	font-size: 14px;
	text-decoration: none;
}

h3 {
	font-size: 18px;
	text-decoration: none;
	color: #ff9;
}

.standard {
	font-size: 10px;
}

a:link,:active,:visited {
	text-decoration: none;
	color: #ff9;
}

a:hover {
	text-decoration: none;
	/* color:#FFFF99; */
}

a:focus {
	outline: none;
	text-decoration: none;
}

.alternative { /*color: #ff9;
	font-size: 10px;*/
	
}

/* Haupttabelle mit den Zinsen */
table.zinsen {
	font-size: 12px;
	border-collapse: collapse;
	color: #000;
}

table.zinsen td,table.zinsen th {
	border: 3px solid #777;
	padding: 5px;
}

table.zinsen thead th,table.zinsen tfoot td {
	text-align: left;
	color: #fff;
	vertical-align: top;
}

table.zinsen tr {
	background-color: #f4f4e3;
}

table.zinsen tr.odd {
	background-color: #ffc;
}

table.zinsen thead tr,table.zinsen tfoot tr {
	background-color: #aaa;
}

#header {
	text-align: center
}

#links,#impressum {
	margin-left: 600px;
}

#impressum {
	text-align: center;
	border: 1px dotted #ff9;
	padding: 40px 0;
	margin-top: 1320px;
}

#links a {
	display: block;
	width: 400px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

#links p {
	margin: 10px 0 0 0;
}

#linkIP {
	background-color: #f60;
	color: #fff;
	font-style: italic
}

#linkVP {
	background-color: #cc9;
	color: #000;
	text-transform: uppercase
}

ul.newslist {
	float: left;
	list-style: none none outside;
	margin: 0px 10px 25px 0px;
	padding: 0;
	width: 550px;
}

ul.newslist li {
	list-style: none none outside;
	margin: 0;
	padding: 5px 0 15px 0;
	overflow: visible;
	clear: both;
}

ul.newslist li h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-style: normal;
	color: #fff;
}

ul.newslist li h3 {
	border-top: 1px dashed #cccccc;
	padding: 1px;
	margin: 0;
	background-color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

ul.newslist li p {
	margin: 3px 0;
	text-align: justify;
	line-height: 15px;
	font-size: 11px;
}

ul.newslist li img {
	float: left;
	margin-right: 0.7em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	height: 114px;
	width: 170px;
	border: 1px;
	border-color: #ccc;
}

ul.newslist .datum {
	float: right;
	margin-top: -20px;
}