a {
	color: #0000CC;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	color: #0000EE;
	text-decoration: underline;
	background-color: inherit;
}

a.menu {
	color: #333333;
	text-decoration: none;
	background-color: inherit;
}

a.menu:hover {
	color: #000000;
	text-decoration: underline;
	background-color: inherit;
}

body, td, th, div, .kleiner, .titel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	color: #000000;
	background-color: #FCF7E8;
	font-size: 12px;
}

td, th  {
	color: #000000;
	background-color: inherit;
	font-size: 12px;
}

	
div {
	margin: 20px;
	font-size: 12px;
	line-height: 20px;
}

.kleiner {
	font-size: 9px;
	line-height: 15px;
}


.titel {
	color: #000000;
	background-color: inherit;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	white-space: nowrap;
}

/*  Tabelle Vorschaugrafiken (ab version vrbank)  */
#thtable td {
	padding: 5px;
	text-align: center;
}
#thtable img {
	border: none;
}

/*  popup auf Startseite  */
#popup {
	background-color: #FDFBF2;
	color: #000000;
	border: 1px solid #000;
	display: none;
	position: absolute;
	top: 75px;
	left: 75px;
	padding: 5px;
	/*min-height: 125px;*/
	width: 250px;
}
#pclose {
	background-color: #83B3D7;
	margin: -5px -5px 0 -5px;
	padding: 5px;
}
#pclose img {
	float: right;
	cursor: pointer;
}


/*  Presse: Grafik mit Bildunterschrift  */
.img-container  {
	float: right;
	margin: 0 0 1em 1em;
	width: 500px;
}
.img-container dd {
	font-size: .9em;
	margin: 0;
	padding: 0;
}
