a:link {  color: #a2b918; text-decoration: underline; font-weight: normal;}
a:visited {  color: #a2b918; text-decoration: underline; font-weight: normal;}
a:hover {  color: #a2b918; text-decoration: none; font-weight: normal;}
a:active {  color: #a2b918; text-decoration: none; font-weight: normal;}

#content a:link {  color: #879d00; text-decoration: underline; font-weight: normal;}
#content a:visited {  color: #879d00; text-decoration: underline; font-weight: normal;}
#content a:hover {  color: #879d00; text-decoration: none; font-weight: normal;}
#content a:active {  color: #879d00; text-decoration: none; font-weight: normal;}

body {
	background-color: #dddddd;
	text-align: center;
	margin: 24px 0 0 0;
	padding: 0;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: black;
}
form {
	padding: 0;
	}
h1, .H1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1em;
	/*color: #a2b918;*/
	color: #111111;
}
h2, .H2 {
	font-size: 11px;	
	font-weight: bold;
	margin-bottom: 0px;
	color: #97b000;
}
img.logo {
	margin: 18px 0 32px 24px;
}
img.logo2 {
	margin: 18px 0 32px 168px;
}
img.header {
	margin: 0 0 0 360px;
	padding: 0;
}
input, textarea {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	margin-top: 0px;	
	margin-bottom: 0px;
}
strong {
	font-weight: bold;
	color: #333333;
}
td {
	vertical-align: top;
}
ul, ol {
	margin-top: 0px;	
	padding-left: 1.4em;
	margin-left: 0;
}
ul ul {
	margin-top: 0px;	
	padding-left: 1.4em;
	margin-left: 0;
}
ul {
	list-style-type: circle;
}
#content li {
	margin-top: 0.5em;
}
.absatz-links {
	padding-right: 180px;
}
.absatz-rechts {
	padding-left: 75px;
}
.abstand-unten {
	padding-bottom: 6px;
}
.einzug-links {
	padding-left: 24px;
}
.kasten {
	border: 2px solid #0000ff;
	padding: 5px;
	margin-right: 45px;
}
.regie {
	color: #cc0033;
}

/* ---------- layout ------------- */
#wrap {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: white;
}
#header {
	width: 760px;
	margin: 0;
	padding: 0;
	border-top: 16px solid #bfbfbf;
	background-color: white;
}
#navi {
	width: 214px;
	float: left;
	padding-top: 20px;
	color: #a2b918;
	font-weight: bold;
	background-color: white;
}
#content {
	width: 516px;
	min-height: 300px;
	float: left;
	padding: 23px 10px 30px 20px;
	color: black;
	background-color: #eeeeee;
}
#content td {
	padding: 3px 10px 3px 0;
	border-bottom: 1px dotted #a8cbdf;
}
#footer {
	width: 760px;
	height: 16px;
	margin: 0;
	padding: 0;
	background-color: #a2b918;
	clear: both;
}
#float_rechts {
	float: right;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: -10px;
	font-size: 11px;
	color: #666666;
	background-color: #eeeeee;
	padding: 10px 10px 10px 10px;
}
#float_rechts img {
	margin-bottom: 5px;
}
#float_rechts_team {
	float: right;
	width: 315px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: -10px;
	font-size: 11px;
	color: #666666;
	background-color: #eeeeee;
	padding: 10px 0px 0px 10px;
}
#float_rechts_team img {
	margin-bottom: 10px;
	margin-right: 10px;
}

/* ------------- navigation ---------------- */
ul#main-nav
{
	margin: 0;
	padding: 0;
	line-height: 28px;
}
ul#main-nav li {
	list-style: none;
	border-bottom: 2px solid #dddddd;
	padding-left: 24px;
	display: block;
}
ul#main-nav li a
{
	color: #a2b918;
	text-decoration: none;
	display: block;
	margin-left: -24px;
	text-indent: 24px;
	font-weight: bold;
}
ul#main-nav li a:hover
{
	color: black;
	background-color: #eeeeee;
	text-decoration: none;
	display: block;
}
ul#main-nav li a.nav-aktuelle-seite {
	color: black;
	background-color: #ffffff;
	text-decoration: none;
}

/* ------------- subnavigation ---------------- */
ul#sub-nav
{
	margin: 0;
	padding: 0;
	line-height: 21px;
}
ul#sub-nav li {
	list-style: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}
ul#sub-nav li a
{
	color: #a2b918;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	margin-left: -18px;
	text-indent: -10px;
	font-weight: bold;
}
ul#sub-nav li a:hover
{
	color: black;
	background-color: #eeeeee;
	text-decoration: none;
	display: block;
}
ul#sub-nav li a.nav-aktuelle-seite {
	color: black;
	background-color: #ffffff;
	text-decoration: none;
}

