@import url(navi.css);
@import url(logo.css);
@import url(elemente.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #ffffff;
	padding: 0px;
	height: auto;
	width: 17cm;
	margin: 0px;
}


div.haupt_rahmen
{
	position:absolute;
	width:17cm;
	top:0cm;
	padding:0px;
	margin:0px;
}


table
{
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	margin:0px;
	padding:0px;
	margin:0px auto;
}

img
{
	border:0px;
}

table.inhalt, table.forminput
{
	width:17cm;
}

table.logo
{
	width:17cm;
}

td.freiraum
{
	width:2mm;
	border:0px;
}


div.h2_links, div.h2_rechts,div.h2_mitte
{
	width:99.1%;
	background-color:#000066;
	color:#ffffff;
	text-align:center;
	height:12pt;
	font-size:10pt;
	border:1px #000066 solid;
	font-weight:bold;
	text-align:left;
}

div.h2_links_text, div.h2_mitte_text, div.h2_rechts_text
{
	margin:1pt 0px 0px 10px;
}


img.icon
{
	margin-right:2mm;
	margin-top:2mm;
}

td.links, td.rechts, td.mitte
{
	padding:0px;
	border:0px #000066 solid;
	vertical-align:top;
	width:2cm;
	height:auto;
	margin-top:0px;
}

td.mitte
{
	width:auto;
}

td.rechts
{
	width:2.5cm;
}


p.trenn_strich
{
	border-top:0.45pt solid #000066;
}

div.text_links, div.text_mitte, div.text_rechts_kontakt
{
	width:99.1%;
	border:1px #000066 solid;
	padding:0pt;
	text-align:justify;
}

div.text_links
{
	text-align:left;
	font-size:9pt;
}

ul
{
	list-style:circle;
	line-height:1.5em;
}




/*****************
Linkformatierungen
*****************/
a:link {
	color: #000066;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #000066;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	font-weight:bold;
}
