
html { height: 100%; padding-bottom: 1px; }  /* erzwingt einen scrollbalken */

body {
	background: #8c9ee6;
	text-align: left;
	margin: 0;
	padding: 0;
}
body, td {
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: black;
}

h1, .H1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 16px;
	color: #921167;
}
h2, .H2 {
	font-size: 13px;	
	font-weight: bold;
	margin-bottom: 12px;
	color: #921167;
}
h3, .H3 {
	font-size: 13px;	
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: black;
}
.HOCHGESTELLT {
	vertical-align: super; 
	font-size: 0.8em;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	width: 220px;
	margin: 0 0 10px 0;
}
.KLEIN {
	font-size: 11px;
	color: #666666;
}
p {
	margin-top: 0px;	
	margin-bottom: 0px;
}
#footer_text p {
	font-size: 13px;	
	font-weight: normal;
	margin-bottom: 2px;
	color: #921167;
}
ul, ol {
	margin-top: 0;
	padding-left: 1.4em;
	margin-left: 0;	
}

/* ---------- layout ------------- */

#header_hg {
	width: 800px;
	margin: 0 auto;
	height: 172px;
	padding: 0px;
	background: #8c9ee6 url(grafik/backdrop_14.gif) repeat-y 50% 0;
}
#header  {
	width: 760px;
	margin: 0px auto 0px auto;
	height: 172px;
	padding: 0px;
}
#navi {
	width: 210px;
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px 5px 0px 0px;
	color: #0762ff;
	font-weight: bold;
	border-right: dashed #921167 1px;
}
#content_hg {
	width: 100%;
	margin: 0px auto 0 auto;
	padding: 0;
}
table#wrap {
	width: 800px;
	margin: 0px auto; 
	padding: 20px 20px 0 35px;
	background: #8c9ee6 url(grafik/backdrop_14.gif) repeat-y 50% 0;
}
#content {
	width: 470px;
	float: left;
	padding: 0 0 10px 10px;
	margin: 0;
}

#float_rechts {
	float: right;
	width: 190px;
	font-size: 13px;
	color: black;
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 10px 30px;
}
#float_rechts img {
	margin-bottom: 5px;
}

#footer_hg {
	width: 800px;
	margin: 0 auto;
	background: #8c9ee6 url(grafik/footer_02.gif) no-repeat 50% 0;
	clear: both;
}
#footer  {
	width: 760px;
	height: 128px;
	margin: 0px auto 0 auto;
}

#footer_text  {
	width: 220px;
	padding: 24px 0px 0px 0px;
	margin: 0px 0px 0px 550px;
}
/* ------------- navigation ---------------- */
ul#main-nav
{
	margin: 0;
	padding: 0;
	line-height: 28px;
}
ul#main-nav li {
	list-style: none;
	color: #921167;
	padding-left: 10px;
	margin-left: -14px;
	text-indent: 14px;
	display: block;
}
ul#main-nav li a
{
	text-decoration: none;
	display: block;
}

ul#main-nav li a:hover
{
	color: #921167;
	text-decoration: none;
	display: block;
	background: url(grafik/violetter_punkt.gif) no-repeat 0px 10px;
}
ul#main-nav li .nav-aktuelle-seite {
	color: black; 
	text-decoration: none;
	display: block;
	background: url(grafik/schwarzer_punkt.gif) no-repeat 0px 10px;
}


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

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


