.std	{
	font-family:Arial;
	font-weight:normal;
	font-size:10pt;
	line-height: 1.3;
}


p	{
	font-family:Arial;
	font-weight:normal;
	font-size:10pt;
	line-height: 1.3;
}


h1 	{
	font-family:Arial;
	font-weight:bold;
	font-size:18pt;
}


h2	{
	font-family:Arial;
	font-weight:normal;
	font-size:14pt;
}


h3	{
	font-family:Arial;
	font-weight:bold;
	font-size:9pt;
}


a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}



.hl {
	color: #FFFFFF;
	text-decoration: none;
}

.hl:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.hl:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.impressum {
	font-family: Arial;
	font-size:10pt;
	line-height: 1.3;
	color: #000000;
	font-size: 7pt;
}
.impressum:hover {
	font-family: Arial;
	font-size:10pt;
	line-height: 1.3;
	color: #000000;
	font-size: 7pt;
	text-decoration: underline;
}

.downloads {
	font-family: Arial;
	color: #000000;
}
.downloads:hover {
	font-family: Arial;
	color: #000000;
	text-decoration: underline;
}
.downloads:active {
	font-family: Arial;
	color: #000000;
	text-decoration: underline;
}


.mehr_links {
	color: #45a12b;
	font-weight: bold;
}

.mehr_links:hover {
	color: #45a12b;
	font-weight: bold;
	text-decoration: underline;
}


.mehr_mitte {
	color: #cc071e;
	font-weight: bold;
}

.mehr_mitte:hover {
	color: #cc071e;
	font-weight: bold;
	text-decoration: underline;
}


.mehr_rechts {
	color: #0000ff;
	font-weight: bold;
}

.mehr_rechts:hover {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}


.sub {
	font-family: Arial;
	font-weight: normal;
	font-size: 14pt;
	margin-bottom: 30px;
}

.footer	{
       font-family: Arial;
       font-weight:bold;
       font-size:9pt;
       color: #FFFFFF;
}

div#wrapper {
       position: absolute;
       width: 924px;
       top: 15px;
       left: 50%;
       margin-left: -462px;  /* hier die Hälfte der Breite des Wrappers angeben */
       /* border: 1px solid red; damit Positionierung und Ausmasse des Wrappers besser sichtbar sind */
}

