html {
	overflow-y:scroll;
}

body {
	margin:0px;	
	padding:0px;
	color:#000000;
	background-color:#ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	width:100%; 
	height:100%;
	font-size:80%;
	text-align:center;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

td {
	vertical-align:top;
}

h1 {
	margin:0 0 17px 0;
	padding:0;
	color:#595959;
	font-size:120%;
}

h2 {
	color:#1a4690;
	font-size:100%;	
	margin:0 0 0 0;
	padding:0;
}

.artikelBox {
	border:solid black 1px;
	padding:5px;	
}

.alert {
	font-weight:bold;
	color:red;
}

/* automatische Formatierung von Tabellen */
.autoFormat th {
	background-color:#cccccc;
}
.autoFormat tr.odd {
	background-color:red;
}
.autoFormat tr.even {
	background-color:green;
}

#framework {
	text-align:left;
	margin:auto;
	margin-top:25px;
	width:1000px;
}

.leftColumn {
	width:182px;
}

.rightColumn {
	width:183px;
}

.rightColumn h2 {
	margin:0;
	padding:6px 0 5px 10px;
	font-size:100%;
	color:white;
	background-color:#727272;
}

.newsblock {
	margin:7px 0 0 10px;
	line-height:140%;
	font-size:90%;
	width:155px;
}

.newsblock h3 {
	margin:0;
	padding:0;
	font-size:100%;
	color:#595959;
}

.newsblock a {
	color:#2f478c;
	font-weight:bold;
}

.centerColumn {
	width:623px;
	background-color:#dedede;	
	border-left:solid 6px white;
	border-right:solid 6px white;
}

td.grauer_balken {
	background-image:url(/img/bar_grey.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	vertical-align:bottom;
}

#contentBox {
	margin:18px 15px 0 15px;
	padding-bottom:20px;
	font-size:90%;
	line-height:140%;
	color:#595959;
}

#contentBox a {
	color:#2f478c;
	font-weight:bold;
}

ol.buchstabenliste {
	list-style-type:upper-alpha;
}

#footer {
	text-align:right;
	padding-right:6px;
} 

#footer a {
	color:#595959;
	font-size:80%;
}

.anzeigen_input textarea {
	width:500px;
	height:100px;
}

.anzeigen_input input.textfeld {
	width:230px;
}

td.leftCol {
	width:270px;
}

.liste_rubriken {
	margin-top:20px;
}

.liste_rubriken a {
	background-image:url(/img/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:10px;
	display:block;
}

.liste_rubriken span {
	padding-left:10px;
	display:block;
}

.liste_anzeigen {
	border:1px solid #595959;
	border-collapse:collapse;
	width:590px;
}

.liste_anzeigen a {
	font-weight:normal !important;
}

.liste_anzeigen tr.row1 {
	background-color:#f0f0f0;
}

.liste_anzeigen td {
	border-bottom:1px solid #595959;
	padding-left:10px;
	padding-right:10px;
}

.liste_anzeigen th {
	background-color:#595959;
	color:white;
	padding-left:10px;
	padding-right:10px;
}

.view_chiffre {
	border:1px solid #595959;
	border-collapse:collapse;
	width:435px;
}

.view_chiffre th {
	background-color:#595959;
	color:white;
	padding:0 10px 4px 10px;
}

.view_chiffre td {
	border-bottom:1px solid #595959;
	padding:3px 10px 3px 10px
}

.view_chiffre td strong {
	color:#595959;
}

.view_chiffre input {
	width:300px;
}

.view_chiffre textarea {
	width:300px;
	height:100px;
}

#legende {
	width:230px;
	display:none;
	font-size:100%;
	border:solid 1px #595959;
	background-color:#dedede;
}

#legende td {
	padding-left:4px;
}

#legende strong {
	color:#595959;
}

.latest {
	width:275px;
	border:1px solid #2c4489;
	background-color:white;
}

.latest h2 {
	background-color:#2c4489;
	color:white;
	margin:0;
	padding:4px 0 4px 16px;
	font-size:100%;
}

.latest p {
	margin:10px 18px 0px 16px;
}

.latest a {
	color:#595959 !important;
	font-weight:normal !important;
	display:block;
	background-image:url(/img//link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:12px;	
}