html, body, div, form, fieldset, label, input, caption, table, th, td, ul, p, hr, h1, h2, h3, h4, img, a {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

html, body {
	height: 100%;
}

body {
	padding: 0 80px 0 212px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #303030;
	background-color: #FFFAFA;
}

#gesamt {
	height: 100%;
	min-height: 100%;
	padding: 0 0 5px 0;
/*	color: #FFF;
	background-color: #1B638D;*/
}

html>body #gesamt {
	height: auto;
}

#iv_router {
	height: 0;
	width: 0;
	overflow: hidden;
}

#iv_router a {
	position: absolute;
	top: 0;
	left: 250px;
	height: 0;
	width: 0;
	overflow: hidden;
	font-size: 1.0em;
	z-index: 99;
}

#iv_router a:focus, #iv_router a:active {
	overflow: visible;
	height: auto;
	width: auto;
	padding: 3px 4px !important;
	font-size: 1.1em;
	font-weight: bold;
}

#iv_top, #iv_hnav, #iv_vnav, #iv_fontsize, #iv_content {
	height: 1px;
	width: auto;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	font-size: 1em;
}

#iv_top, #iv_hnav {
	color: #303030;
	background-color: #FFFAFA;
	width: 100%;
}

#kopf {
	padding: 5px 0 0 0;
	height: 106px;
	width: 100%;
	font-size: 0.7em;
	color: #303030;
	background-color: #FFFAFA;
}

/*html>body #kopf {
	position: fixed;
}*/

#logo {
	width: 171px;
	height: 106px;
	color: #303030;
	background-color: #FFFAFA;
	float: right;
}

#logo a:link, #logo a:visited {
	display: block;
	padding: 3px;
	font-size: 1em;
	color: #004384;
	background-color: #FFFAFA;
}

#logo a:hover, #logo a:focus, #logo a:active {
	color: #FFF;
	background-color: #2079B1;
}

#navspalte {
	position: absolute;
	top: /*8.7em*/ 139px;
	left: 15px;
}

#navi {
	padding: 0 5px 5px 1px;
	color: #FFF;
	background-color: #CE0303;
	height: 145px;
	min-height: 145px;
	width: 187px;
	min-width: 187px;
}

html>body #navi {
	height: auto;
	width: auto;
}

#navi ul {
	margin: 5px 0 0 0;
	list-style-type: none;
}

#navi li {
	margin: 2px 0 0 0;
	font-size: 0.75em;
	text-align: right;
}

#navi li.keinlink {
	margin: 2px 0 0 0;
	padding: 0 12px 0 0;
	color: #FFF;
	background-color: #CE0303;
	background-image: url(../grafiken/navi_kli.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	font-weight: bold;
}

#navi ul li ul {
	margin: 0 12px 0 0;
}

#navi ul li.keinlink ul {
	margin-right: 0;
}

#navi ul li ul li {
    font-size: 1em;
}

#navi li a {
	display: block;
	padding: 0 12px 0 0;
	background-image: url(../grafiken/navi_li.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	color: #FFF;
	background-color: #CE0303;
	text-decoration : none;
	font-weight: bold;
}

#navi li a:hover, #navi li a:focus, #navi li a:active {
	color: #CE0303 !important;
	background-color: #FFF !important;
	background-image: url(../grafiken/navi_li_hover.gif) !important;
}

#navigrafik {
	margin: 5px 0 0 0;
}

#navi #seitenplan {
	font-size: 0.8em;
	float: left;
	width: 27px;
}

#navi #seitenplan a:link, #navi #seitenplan a:visited {
	display: block;
	padding: 2px;
	color: #FFF;
	background-color: #CE0303;
}

#navi #seitenplan a:hover, #navi #seitenplan a:focus, #navi #seitenplan a:active {
	color: #FFF !important;
	background-color: #004384 !important;
}

#navi #seitenplan a img {
	margin: 0;
	padding: 0;
	border: none;
}

#inhalt {
	padding: 155px 20px 15px 1.8em;
	margin: 0;
/*	height: 20em;
	min-height: 20em;*/
	background-image: url(../grafiken/hg_inhalt_ah.jpg);
	background-repeat: no-repeat;
	color: #303030;
	background-color: #FFF;
	border-right: 1px solid #F3C5C5;
	border-left: 1px solid #F3C5C5;
}

/*html>body #inhalt {
	height: auto;
}*/

#inhalt h1 {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	background-image: url(../grafiken/hg_h1.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-size: 1.0em;
}

#inhalt h2 {
	margin: 20px 0 10px 0;
	font-size: 0.9em;
	font-weight: bold;
}

#inhalt h3 {
	margin: 15px 0 10px 0;
	font-size: 0.8em;
	font-weight: bold;
}

#inhalt hr {
	color: #303030;
	height: 1px;
 	padding: 0;
	border-color: #303030;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 0 3px 10px 0;
}

#inhalt h4 {
	margin: 10px 0 10px 0;
	font-size: 0.8em;
	font-weight: bold;
}

#inhalt p {
	margin: 0 0 10px 0;
	font-size: 0.8em;
}

#inhalt ul {
	margin: 0 0 10px 15px;
	font-size: 0.8em;
	list-style: none;
}

#inhalt ul li {
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	background-image: url(../grafiken/inhalt_li.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

#inhalt ul li.praxis1 {
	background-image: url(../grafiken/inhalt_li_p1.gif);
}

#inhalt ul li.praxis2 {
	background-image: url(../grafiken/inhalt_li_p2.gif);
}

#inhalt ul li.praxis3 {
	background-image: url(../grafiken/inhalt_li_p3.gif);
}

#inhalt ul li.pdf {
	margin: 5px 0 0 0;
	padding: 0 0 0 28px;
	background-image: url(../grafiken/inhalt_li_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

#inhalt ul li.html {
	margin: 5px 0 0 0;
	padding: 0 0 0 28px;
	background-image: url(../grafiken/inhalt_li_html.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

#inhalt ul li ul {
	margin: 10px 0 10px 0;
	font-size: 1em;
}

#inhalt ul li ul li {
	background-image: url(../grafiken/inhalt_li_li.gif);
}

#inhalt ol{
	margin: 0 0 10px 0;
	font-size: 0.8em;
	list-style-position: inside;
}

#inhalt ol li {
	background-image: none;
	padding: 0;
	margin: 0;
}

#inhalt a:link {
	padding: 1px 0;
	color: #004384;
	background-color: transparent;
}

#inhalt a:visited {
	padding: 1px 0;
	color: #6A0000;
	background-color: transparent;
}

#inhalt a:hover {
	color: #CE0303 !important;
	background-color: #FFF !important;
}

#inhalt div.imageright {
	clear: right;
	float: right;
	display: inline;
	margin: 5px 0 10px 10px;
	font-size: 0.7em;
}

#inhalt div.imageleft {
	clear: left;
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	font-size: 0.7em;
}

#inhalt div.imageof {
	margin: 10px 10px 10px 0;
	font-size: 0.7em;
}

#inhalt div.imageright a, #inhalt div.imageleft a, #inhalt div.imageof a {
	display: block !important;
	padding: 3px !important;
}

#inhalt div.imageright img, #inhalt div.imageleft img, #inhalt div.imageof img {
	border: 1px solid #303030;
}

#inhalt div.imageright p, #inhalt div.imageleft p, #inhalt div.imageof p {
	font-size: 1em;
	margin: 0 3px 3px 3px;
	padding: 2px;
}

#inhalt div.imageright p a, #inhalt div.imageleft p a, #inhalt div.imageof p a {
    display: inline !important;
    padding: 1px 0 !important;
}

#inhalt #knav {
	margin: 0 0 5px 0;
	line-height: 1.5;
}

#inhalt #knav p {
	margin: 0;
	font-size: 0.7em;
}

#inhalt #pdfppt {
    clear: both;
    margin: 30px 0 0 0;
    padding: 5px 10px 0 5px;
	 font-size: 1em;
    border: 1px solid #999999;
}

#inhalt #pdfppt p {
    font-size: 0.7em;
}

#inhalt #pdfppt div.imageleft {
    margin: 3px 5px 0 0;
}

#inhalt #pdfppt p span.titel {
	padding: 3px;
    color: #000;
    background-color: #FFF;
    font-weight: bold;
}

#inhalt #hinweis {
	float: right;
	display: inline;
	margin: 0 0 20px 15px;
	padding: 0;
	width: 12em;
	color: #000;
	background-color: #FFF;
	border: 1px solid #CF3131;
}

#inhalt #hinweis h2 {
	margin: 0 0 15px 0;
	padding: 2px 6px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	background-color: #CE0303;
}

#inhalt #hinweis h3 {
	margin: 15px 10px 5px 10px;
	font-size: 0.7em;
	font-weight: bold;
}

#inhalt #hinweis li {
	padding-left: 12px;
	background-image: url(../grafiken/akt_li_li.gif);
}

#inhalt #hinweis p, #inhalt #hinweis ul {
	margin: 0 10px 10px 10px;
	font-size: 0.7em;
	font-weight: normal;
}

#inhalt h2.autor {
	margin-bottom: 0;
}

#inhalt p.autor {
	margin: 0 0 15px 0;
	padding: 0;
/*	text-align: right;*/
	font-size: 0.7em;
}

#inhalt p.stand {
	margin: 30px 0 0 0;
	text-align: right;
	font-size: 0.7em;
	line-height: 2;
}

#inhalt p.stand a:link, #inhalt p.stand a:visited, #inhalt p.stand a:hover, #inhalt p.stand a:focus, #inhalt p.stand a:active {
	margin: 0 0 0 10px;
	padding: 3px;
}

#inhalt p.stand a img, #inhalt p.sprung a img {
	border: none;
	vertical-align: text-bottom;
}

#inhalt p.sprung {
	margin: 0;
	text-align: right;
	font-size: 0.7em;
}

#inhalt p.sprung a:link, #inhalt p.sprung a:visited, #inhalt p.sprung a:hover, #inhalt p.sprung a:focus, #inhalt p.sprung a:active {
	margin: 0 0 0 10px;
	padding: 3px;
}

#fuss {
	margin: 0 0 0 0;
	padding: 0;
	color: #FFF;
	background-color: #2079B1;
	height: 45px;
	min-height: 45px;
	border-right: 1px solid #F3C5C5;
	border-left: 1px solid #F3C5C5;
}

html>body #fuss {
	height: auto;
}

#fuss p {
	float: left;
	width: auto;
	height: 35px;
	min-height: 35px;
	margin: 0 10px;
	padding: 5px 0 0 0;
	font-size: 0.7em;
	line-height: 1.5;
	color: #FFF;
	background-color: #2079B1;
}

html>body #fuss p{
	height: auto;
}

#fuss p a:link, #fuss p a:visited {
	padding: 1px 0;
	font-size: 1em;
	color: #FFF;
	background-color: #2079B1;
}

#fuss p a:hover, #fuss p a:focus, #fuss p a:active {
	background-color: #FFF;
	color: #CE0303;
	white-space: nowrap;
}

p span.fonfax {
	float: left;
	width: 4.5em;
	white-space: nowrap;
}

div.antifloat {
	clear: both;
	float: none;
	height: 1px;
	visibility: hidden;
	font-size: 1px;
	font-weight: normal;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
	border-left: 2px solid #CE0303;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.hidden {
	display: none;
}

span.link {
	white-space: nowrap;
}

img.linkiconmaxi, img.linkiconmini, img.mailiconmaxi, img.mailiconmini {
	vertical-align: text-bottom;
	margin: 0 2px 0 3px !important;
	border: none !important;
	background-color: transparent !important;
}

img.linkiconmaxi {
	height: 12px;
	width: 12px;
}

img.linkiconmini {
	height: 10px;
	width: 10px;
}

img.mailiconmaxi {
	height: 10px;
	width: 13px;
}

img.mailiconmini {
	height: 9px;
	width: 12px;
}

a:focus, a:active {
	color: #CE0303 !important;
	background-color: #FFF !important;
}

label:hover {
	color: #CE0303 !important;
	background-color: #FFF !important;
    cursor: pointer !important;
}

caption {
	margin: 0;
	padding: 6px;
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	color: #CE0303;
	background-color: #FFF;
}

table {
	margin: 0 0 10px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9em;
}

th {
	text-align: left;
	vertical-align: top;
	padding: 4px 6px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	background-color: #CE0303;
	border: 1px solid #303030;
}

td {
	padding: 4px 6px;
	vertical-align: top;
	color: #303030;
	background-color: #FFF;
	font-size: 0.8em;
	border: 1px solid #CE0303;
}

table.p1, table.p2, table.p3 {
	margin: 0 0 10px 0;
}

table.p1 caption, table.p1 th {
	font-weight: normal;
	color: #FFF;
	background-color: #FA791D;
	border: none;
}

table.p1 td {
	color: #303030;
	background-color: #FEE0CE;
	border: 1px solid #FA791D;
	white-space: nowrap;
}

table.p1 caption a:link, table.p1 caption a:visited, table.p1 th a:link, table.p1 th a:visited {
	color: #FFF !important;
	background-color: #FA791D;
}

table.p2 caption, table.p2 th {
	font-weight: normal;
	color: #FFF;
	background-color: #004384;
	border: none;
}

table.p2 caption a:link, table.p2 caption a:visited, table.p2 th a:link, table.p2 th a:visited {
	color: #FFF !important;
	background-color: #004384;
}

table.p2 td {
	color: #303030;
	background-color: #CCD5E2;
	border: 1px solid #004384;
	white-space: nowrap;
}

table.p3 caption, table.p3 th {
	font-weight: normal;
	color: #303030;
	background-color: #FBE24F;
	border: none;
}

table.p3 caption a:link, table.p3 caption a:visited, table.p3 th a:link, table.p3 th a:visited {
	color: #004384 !important;
	background-color: #FBE24F;
}

table.p3 td {
	color: #303030;
	background-color: #FEF5D8;
	border: 1px solid #303030;
	white-space: nowrap;
}


table.p1 th, table.p2 th, table.p3 th {
	width: 22%;
	vertical-align: middle;
	border: none;
}

table.p1 td, table.p2 td, table.p3 td {
	text-align: center;
	vertical-align: middle;
}

table.p1 td.bild, table.p2 td.bild, table.p3 td.bild {
	padding: 0;
	width: 46px;
	height: 61px;
}

table.p1 td.bild a, table.p2 td.bild a, table.p3 td.bild a {
	display: block;
	padding: 2px;
	color: #303030;
	background-color: #FFF;
}

table.p1 td.bild a:hover, table.p2 td.bild a:hover, table.p3 td.bild a:hover {
	color: #FFF;
	background-color: #CE0303;
}

table.p1 td.bild a img, table.p2 td.bild a img, table.p3 td.bild a img {
	border: 1px solid #FFFAFA;
}

table.p1 td a:link, table.p2 td a:link, table.p3 td a:link {
	padding: 1px 0;
	color: #004384;
	background-color: transparent;
}

table.p1 td a:visited, table.p2 td a:visited, table.p3 td a:visited {
	padding: 1px 0;
	color: #6A0000;
	background-color: transparent;
}

table.p1 td a:hover, table.p2 td a:hover, table.p3 td a:hover {
	color: #CE0303;
	background-color: #FFF;
}


