@charset "UTF-8";
/* CSS Document */
    body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFAE9;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	line-height: 16px;
    }

#content td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
td, input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;

}
#content th {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #003366;
	color:#003366;
	padding: 5px;

}
.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	display: inline;
	width: 400px;
}

.box2 {
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
.box3 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	width: 150px;
}

a.menu {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	display:block;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
a.menu:focus {
	color: #BA7A2E;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.menu:hover {
	color: #BA7A2E;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.menu:active {
	color: #BA7A2E;
	text-decoration: none;
	background-color: #FFFFFF;
}

a.textlink {
	color: #003366;
	text-decoration: none;
}
a.textlink:focus {
	color: #BA7D2D;
	text-decoration: none;
}
a.textlink:hover {
	color: #BA7D2D;
	text-decoration: none;
}
a.textlink:active {
	color: #BA7D2D;
	text-decoration: none;
}

a.submenu {
	color: #003366;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}
a.submenu:focus {
	color: #BA7D2D;
	text-decoration: none;
}
a.submenu:hover {
	color: #BA7D2D;
	text-decoration: none;
}
a.submenu:active {
	color: #BA7D2D;
	text-decoration: none;
}
.tdinhalt {
	padding-left: 35px;
	padding-right: 35px;
	margin: 0px;
	padding-bottom: 35px;
	padding-top: 35px;
}
h2 {
	font-size: 1.5em;
	color: #003366;
}
h4 {
	font-size: 1.2em;
	color: #003366;
}
a {
	color: #003366;
	text-decoration: none;
}
a:focus {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: none;
}
a:active {
	color: #996600;
	text-decoration: none;
}
.markiert {
	color:#990000;
	font-weight:bold;

}
.box4 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	display: inline;
	width: 240px;
}
.bildrahmen {
	margin: 1px;
	padding: 1px;
	border: 1px solid #003366;
}
