/* -------------- STANDART -------------------------- */
html, body {
	margin : 0;
	padding : 0;
}

body {
	font-family :  Helvetica, Geneva, Arial, sans-serif;
	font-size : 100.1%;
	background-color : #0d3769;
	color: #012C61;
}

div {
	margin: 0;
	padding: 0;
}

h1 {
	padding: 0;
	font-weight : bold;
}	

li {
	list-style-type: square;
}

a {
	color : #1d3e8f;
	background-color :transparent;
	font-weight : bold;
}

a:link {
	text-decoration : underline;
}

a:visited {
	text-decoration : underline;
	color: #ed6d4a;
}

a:focus, a:hover, a:active {
	color : #fff;
	background-color : #1D3E8F;
}

sup, sub {
   font-size : 90%;
}

.rtext {
   text-align : right;
}

.ctext {
   text-align : center;
}

/* Inhaltstabellen */
.tabrowheader {
   color: #000;
   background-color: #ed6d4a;
   font-weight : bold;
}
.tabrowgerade {
   color: #000;
   background-color: #eee;
}

.tabrowgerade a {
	background-color: #eee;
}