body
{
	margin: 0;
	padding: 0.5em;
	font-family: Arial,Helvetica,Univers,sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
}

p
{
	margin: 0 3px;
	padding: 0 0.5em 0.5em 0;
}

div
{
	margin: 0 3px;
}

p#abschluss
{
	border-top: 2px solid #6495ed;
	padding-top: 0.25em;
	margin-top: 0.5em;
	font-size: 0.85em;
	text-align: right;
}

big
{
	font-size: 18px;
}

small
{
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 3px;
	padding: 0.5em 0 0.25em 0;
}

h1
{
	font-size: 16pt;
	margin-bottom: 0.5em;
	border-bottom: 2px solid #6495ed;
}

h2 { font-size: 13pt; }
h3 { font-size: 11pt; }
h4 { font-size: 10pt; }
h5 { font-size: 10pt; }
h6 { font-size: 10pt; }

dl
{
	margin: 0;
}

dt
{
	font-weight: bold;
}

fieldset
{
	border: 1px solid #6495ed;
}

legend
{
	font-weight: bold;
	color: #6495ed;
	background-color: inherit;
}

a:link
{
	color: #03c; 
	text-decoration: none;
	background-color: inherit;
}

a:visited
{
	color: #03c; 
	text-decoration: none;
	background-color: inherit;
}

a:hover
{
	color: #69f; 
	text-decoration: underline;
	background-color: inherit;
}

a:active
{
	color: #03c; 
	text-decoration: none;
	background-color: inherit;
}

table, tr, td
{
	font-size: 1em;
	text-align: left;
}

.float-left
{
	float: left;
	text-align: left;
}

.float-right
{
	text-align: right;
	float: right;
}

.center
{
	margin: auto;
	text-align: center;
}

.right
{
	text-align: right;
}

.kaesten th, .blau th, .blau td
{
	font-size: 10pt;
	color: black;
	background-color: #cae1ff;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

tr.gerade th
{
	font-size: 1em;
	color: inherit;
	background-color: #cae1ff;
}

tr.ungerade th
{
	color: inherit;
	background-color: #dfedff;
}

tr.gerade td
{
	font-size: 1em;
	color: inherit;
	background-color: #e5f0ff;
}

tr.ungerade td
{
	color: inherit;
	background-color: #f2f7ff;
}

.kaesten td
{
	font-size: 10pt;
	vertical-align: top;
	padding: 4px;
}

ul, li
{
	font-size: 10pt;
}

ul
{
	list-style-position: outside;
	margin: 5px 1.5em 0 1.5em;
	padding: 0;
}

li
{
	list-style-type: square;
}

em
{
	font-weight: bold;
	font-style: normal;
}

#navigation
{
	width: 170px;
}

/* *** RUBRIKEN im Navigationsmenue *** */

#navigation td.rubrik
{
	color: black;
	background-color: #6495ed;
	font-size: 13px;
/*	font-weight: bold;  */
	margin: 0;
	padding: 0;
}

#navigation td.rubrik h6
{
	display: block;
	color: black; 
	background-color: #cadbf9;
	text-decoration: none;
	padding: 2px 3px;
	margin: 0;
}

#navigation td.rubrik a, #navigation td.rubrik a:link
{
	display: block;
	color: #006; 
	background-color: inherit;
	text-decoration: none;
	padding: 2px 3px;
}

#navigation td.rubrik a:visited
{
	display: block;
	color: #006;
	background-color: inherit;
	text-decoration: none;
	padding: 2px 3px;
}

#navigation td.rubrik a:hover
{
	color: #006;
	background-color: #97b8f3;
}

#navigation td.rubrik a:active
{
	color: #006;
	background-color: #cadbf9;
}

/* *** EINTRAEGE im Navigationsmenue *** */

#navigation td.eintrag
{
	color: black;
	background-color: inherit;
	font-size: 10px;
	margin: 0;
	padding: 0 0 0 14px;
}

#navigation td.eintrag a, #navigation td.eintrag a:link
{
	display: block;
	color: #003; 
	background-color: #cae1ff;
	text-decoration: none;
	padding: 2px 3px;
}

#navigation td.eintrag a:visited
{
	display: block;
	color: #003; 
	background-color: #cae1ff;
	text-decoration: none;
	padding: 2px 3px;
}

#navigation td.eintrag a:hover
{
	color: #003;
	background-color: #dbebff;
}

#navigation td.eintrag a:active
{
	color: #003;
	background-color: #edf5ff;
}

/* *** FUSSLEISTEN im Navigationsmenue *** */

#navigation td.fusszeile
{
	color: black;
	background-color: #cae1ff;
	font-size: 10px;
	margin: 0;
	padding: 1px 3px;
}


#navigation td.fusszeile a, #navigation td.fusszeile a:link, #navigation td.fusszeile a:visited, #navigation td.fusszeile a:hover, #navigation td.fusszeile a:active
{
	text-decoration: none;
}

#navigation #suche form
{
	padding: 2px 0;
	margin: 0;
}

#navigation #suche input
{
	width: 188px;
	border: 1px solid #6495ed;
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: black;
	background-color: #e5f0ff;
	text-align: left;
}

#navigation #suche input:hover, #navigation #suche input:active
{
	color: black;
	background-color: #f2f7ff;
}

#navigation #suche button
{
	text-align: center;
	display: block;
	border-top: 1px solid #f7faff;
	border-left: 1px solid #f7faff;
	border-right: 1px solid #7e848d;
	border-bottom: 1px solid #7e848d;
	font-size: 10px;
	color: black;
	background-color: #e5f0ff;
	margin: 3px 0 0 0;
	padding: 0;
}

#navigation #suche button:hover
{
	color: inherit;
	background-color: #f2f7ff;
	border-top: 1px solid #fbfcff;
	border-left: 1px solid #fbfcff;
	border-right: 1px solid #86888d;
	border-bottom: 1px solid #86888d;
}

#navigation #suche button:active
{
	border-top: 1px solid #7e848d;
	border-left: 1px solid #7e848d;
	border-right: 1px solid #f7faff;
	border-bottom: 1px solid #f7faff;
}

table.eintrag th, table.eintrag td
{
	color: inherit;
	font-weight: normal;
	color: inherit;
	font-size: 10pt;
	font-family: Arial,Helvetica,Univers,sans-serif;
	background-color: #cae1ff;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
