body {
    font-family: sans-serif;
    background: #FFFAE0;
    padding: 0;
    margin: 0;
}

a:link { color: #510000; text-decoration: none; }
a:visited { color: #510000; text-decoration: none; }
a:link:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }
h1 { font-size: 13pt; font-family: Verdana; color: #510000; }
h2 { font-size: 10pt; font-family: Verdana; color: #510000; }

/* Inhalt */

input.klein {
font-family: sans-serif;
font-size:8pt;
}

inhalt {
font-family: sans-serif;
font-size:8pt;
text-decoration: none;
font-weight: normal;
color: #000000;
}
td {font-size: 8pt; font-family: sans-serif; color: #000000;}
tr {font-size: 8pt; font-family: sans-serif; color: #000000;}
th {font-size: 8pt; font-family: sans-serif; background: #FFB092; font-weight: normal; color: #000000;}

table.svrtable {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.svrtable th {
	border-width: 1px;
	padding: 3px;
	border-style: solidt;
	border-color: black;
	background-color: #ADAAAD;
    color: #000000;
	-moz-border-radius: ;
}
table.svrtable td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}

table.svrtablecenterall {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.svrtablecenterall th {
	border-width: 1px;
	padding: 3px;
	border-style: solidt;
	border-color: black;
	background-color: #ADAAAD;
    color: #000000;
	-moz-border-radius: ;
    text-align:center;
}
table.svrtablecenterall td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
    text-align:center;
}



p,li,ul {font-size: 8pt; font-family: sans-serif; color: #000000; font-weight: normal;}

/* Navigation */

table.navigation th {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 100%;
	background: transparent no-repeat left;
	height: 20px;
	border-bottom: 1px #510000 solid repeat;
	line-height: 20px;
	}


th.navigation {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 100%;
	background: transparent no-repeat left;
	height: 20px;
	border-bottom: 1px #510000 solid;
	line-height: 20px;
	}

a.navigation2 {
font-family: sans-serif;
padding-left: 10px;
font-size:7pt;
width: 143px;
line-height: 15px;
margin-bottom: 2px;
text-decoration: none;
font-weight: normal;
background: transparent url(pfeil.gif) no-repeat left;
}

a.navigation2:hover, a.mainlevel#active_menu {
background: transparent url(pfeilrot.gif) no-repeat left; 
text-decoration: none;
}

/* Sonstiges */

a.weiss:link { color: #ffffff; text-decoration: none; }
a.weiss:visited { color: #ffffff; text-decoration: none; }
a.weiss:link:hover { text-decoration: underline; }
a.weiss:visited:hover { text-decoration: underline; }

font.blau { color: 213884; }


@media print { .hideforprint { display:none; } }
