/* -------------- STANDART -------------------------- */
html, body {
	margin : 0;
	padding : 0;
}

body {
	font-family : Helvetica,Arial,sans-serif;
	font-size : 100.1%;
	/*background-color : #9d9976;*/
	background-color : #bbb79e;
}


div {
	margin: 0;
	padding: 0;
}

p {
	/*margin: 0;
	padding: 0;*/
}

h1 {
	/* margin: 0 0 10px 0;*/
	padding: 0;
	/*font-size: 160%;*/
	font-weight : bold;
}	


li {
	list-style-type: square;
}

a {
	color : #1d3e8f;
	background-color : #fff;
	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;
}

.tab01 {
 color: #000;
 background-color: #eee;
}

.tab01 thead {
 color: #000;
 background-color: #ed6d4a;
 font-weight: bold;
} 

/* Inhaltstabellen */
.tabrowheader {
   color: #000;
   background-color: #ed6d4a;
   font-weight : bold;
}
.tabrowgerade {
   color: #000;
   background-color: #eee;
}

.tabrowgerade a {
	background-color: #eee;
}


