/*-------------------------------*/
body {
	margin: 0;
	padding: 0 0 0px;
	background: #DCDCDC url(images/hg.jpg) repeat-y scroll;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;

}

/* basic link styles */
a:link    {color: #00266D; text-decoration: underline;}
a:visited {color: #AA0000; text-decoration: underline;}
a:hover   {color: #00266D; text-decoration: underline;}
a:active  {color: #00266D; text-decoration: underline;}
/*-------------------------------*/
#top {
	margin: 0px 0px 0px 0px; /* t r b l */
	padding: 0px 0px 0px 0px; /* t r b l */
}

/*-------------------------------*/
#navi {
	/* border: 1px solid white; */
	position: absolute;
	top: 220px;
	width: 220px;
	left: 45px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
@media print {}

/* navigation link styles */
#navi a:link    {color: #00266D; text-decoration: none;}
#navi a:visited {color: #00266D; text-decoration: none;}
#navi a:hover   {color: #AA0000; text-decoration: underline;}
#navi a:active  {color: #AA0000; text-decoration: underline;}

#navi div		{margin: 0.5em 0 0 0; }

/*-------------------------------*/
/* rechts link styles */
#rechts a:link    {color: #FFFFFF; text-decoration: none;}
#rechts a:visited {color: #FFFFFF; text-decoration: none;}
#rechts a:hover   {color: #CCCCCC; text-decoration: underline;}
#rechts a:active  {color: #CCCCCC; text-decoration: underline;}

#rechts div		{margin: 0.5em 0 0 0; }

/*-------------------------------*/
#main {
	position: absolute;
	left: 300px;
	top: 210px;
	width: 500;
	padding: 10px 10px 10px 10px;
}

#mitte {
	position: absolute;
	left: 10px;
	width: 65%;
	top: 7px;

}

#rechts {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 539px;
	width: 231px;
	padding: 6px 6px 6px 6px;
	top: 10px;
	border: 2px dotted #FFFFFF;



}
@media print { }

/*-------------------------------*/
h1 {
	font-size: 140%;
	color: #AA0000;
	font-weight: bold;
	margin: 0em 0em 0.5em 0em;
	font-variant: small-caps;

}
h2 {
	font-size: 130%;
	color: #AA0000;
	font-weight: bold;
	margin: 0.5em 0em 0.5em 0em;
	font-family: Arial, Helvetica, sans-serif;

}
h3 {
	font-size: 103%;
	color: #000000;
	font-weight: normal;
	margin: 0.5em 0em 0.5em 0em;
	text-indent: 0em;
	font-style: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;


}
h4 {
	font-size: 103%;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0.5em 0em 0.5em 0em;
	text-indent: 0em;
	font-style: normal;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;

}
#rechts h3 {
	color: #CC0033;
}
p {
	font-size: 110%;
	color: #000000;
	margin: 0.5em 0em 0.5em 0em;
	text-indent: 0em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;

}
h5 {
	font-size: 90%;
	color: #000000;
	margin: 0.5em 0em 0.5em 0em;
	text-indent: 0em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: lighter;
}
.center {
	text-align: center;
}
.small {
	font-size: 75%;
}
.skip {display:none;}
.h6 {
	font-size: 40%;
	font-family: Arial, Helvetica, sans-serif;
	color: #00266D;
	line-height: normal;
	font-weight: normal;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;








}
