*	{
        font-family:frutiger,futura,helvetica,verdana,arial,tahoma,sans-serif;
	}

/* Quelle: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility: hidden;
	}

.clearfix {
	display:inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
	}

.clearfix {
	display:block;
	}
/* End hide from IE-mac */

body {
        font-size:11pt;
	max-width: 1250px;
        text-align:left;
	margin-left: auto;
	margin-right: auto;
     }

body.main {
        background-color:rgb(227,228,227);
        font-size:9pt;
          }

td      {
        font-size:9pt;
        }

td.form { 
	font-family:"courier new,fixedsys"; 
}

hr        { 
	color:#006000 ;
}

img	{
	border: 0;
}

table	{
	border-spacing: 0;
	border: 0;
/*	border:solid;
	border-style:dotted; */
}

td	{
	padding: 2px;
/*	border:solid;*/
}

.line   { 
	color:#ff0000; 
}

nav {
  	box-sizing: border-box;
  	float: left;
  	width: 100%;
  	background: rgb(230,220,220);
  	font-size: 16px;
	}

nav ul {
  	margin: 0;
  	padding: 0;
	}
 
nav a {
  	display: block;
  	color: #fff;
  	text-decoration: none;
	}

nav ul li {
  	position: relative;
  	float: left;
  	list-style: none;
        border-width: thin;
	border-style: solid;
	}
 
nav ul li:hover {
  	background: yellow;
	}
 
nav ul li a {
    	padding: 20px;
	}

nav ul ul {
  	position: absolute;
  	top: -9999px;
  	left: -9999px;
  	background: #333;
  	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
	}
 
nav ul ul li {
  	float: none;
  	width: 200px;
  	background: rgb(230,220,220);
  	border-bottom: 1px solid #555;
	}
 
nav ul ul li a {
  	padding: 10px 20px;
	}

nav ul li:hover > ul {
  	top: 100%;
  	left: 0;
	}

nav ul ul li:hover > ul {
  	top: 0;
  	left: 200px;
	}

nav ul li.submenu > a:after {
  	position: relative;
  	float: right;
  	content: '';
  	margin-left: 10px;
  	margin-top: 5px;
  	border-left: 5px solid transparent;
  	border-right: 5px solid transparent;
  	border-top: 5px solid #fff;
  	border-bottom: 5px solid transparent;
	}

nav ul ul li.submenu a:after {
  	margin-left: auto;
 	margin-right: -10px;
 	border-left: 5px solid #fff;
  	border-right: 5px solid transparent;
  	border-top: 5px solid transparent;
  	border-bottom: 5px solid transparent;
	}

nav ul ul li:last-child {
  	border-bottom: none;
	}


.navpart {
        font-size:8pt;
        border-width:1px;
        cursor:pointer;
        }

.portalnavi {
        background-color:rgb(255,255,255);
        border-width:1px;
        border-color:rgb(255,255,255);
        border-style:solid;
        cursor:pointer;
        }

a:link {
        text-decoration:underline;
        color:#0000e0;
        }
a:visited {
        text-decoration:none;
/*	color:#006000;	*/
        color:#ff0000;
        }
a:active {
        text-decoration:none;
        color:rgb(0,153,255);
        }
a:hover {
        text-decoration:underline;
        color:rgb(0,153,255);
        }

a.RotGelb:link {
        text-decoration:underline;
        color:yellow;
        }
a.RotGelb:visited {
        text-decoration:none;
        color:yellow;
        }
a.RotGelb:hover {
        text-decoration:underline;
        color:yellow;
        }
a.RotGelb:active {
        text-decoration:none;
        color:yellow;
        }

a.navigation:link {
        text-decoration:none;
        color:rgb(0,0,0);
        }
a.navigation:visited {
        text-decoration:none;
        color:rgb(0,0,0);
        }
a.navigation:active {
        text-decoration:none;
        color:rgb(0,0,0);
        }
a.navigation:hover {
        text-decoration:none;
        color:rgb(0,0,0);
        }

hr.clear {
	clear: both;
	}

hr.clearnone {
	clear: both;
	border-style: none;
	}

.abstand1 {
        width:2px;
        height:2px;
        }

.abstand2 {
        width:2px;
        height:2px;
        }

.LinksOben {
	float:left;
	}

.linkbox {
        font-size:9pt;
        padding:10px;
        cursor:pointer;
        }

.btnLinkCr {
        background:#d0d0d0;
        text-align:center;
        vertical-align:middle;
        border-width:thin;
        border-style:outset;
        width:180px;
        min-height:20px;
        font-size:9pt;
        }

.btnLinkH {
        background:rgb(227,228,227);
        text-align:center;
        border-width:thin;
        border-style:outset;
        min-height:10px;
        font-size:9pt;
        vertical-align:middle;
        }
.btnLinkHw {
        background:rgb(230,220,220);
        text-align:center;
        border-width:thin;
        border-style:outset;
        width:215px;
        font-size:9pt;
        vertical-align:middle;
        }

.btnLinkHwg {
        background:yellow;
        text-align:center;
        border-width:thin;
        border-style:outset;
        width:215px;
        font-size:9pt;
        vertical-align:middle;
        }

.btnLinkHwl {
        background:rgb(230,220,220);
        text-align:center;
        border-width:thin;
        border-style:outset;
        width:215px;
        font-size:9pt;
        vertical-align:middle;
	float:left;
        }

.btnLinkHwd {
        background:rgb(230,220,220);
        text-align:center;
        border-width:thin;
        border-style:outset;
        width:282px;
        min-height:10px;
        font-size:9pt;
        vertical-align:middle;
        }

.btnLinkHwh {
        background:rgb(230,220,220);
        text-align:center;
        border-width:thin;
        border-style:outset;
        width:430px;
        min-height:10px;
        font-size:9pt;
        vertical-align:middle;
        }

.btnLinkHwO {
        background:rgb(230,220,220);
        text-align:center;
        border-width:thin;
        border-style:outset;
        min-height:10px;
        font-size:9pt;
        vertical-align:middle;
        }

.btnLinkHwARL {
        background:rgb(230,220,220);
        text-align:center;
        border-width:thin;
        border-style:outset;
        width:600px;
        min-height:10px;
        font-size:9pt;
        vertical-align:middle;
        }

.btnLinkJ {
        background:rgb(198,198,198);
        text-align:left;
        border-width:thin;
        border-style:outset;
        min-height:10px;
        font-size:9pt;
        vertical-align:middle;
        }

.btnLinkS {
        background:rgb(198,198,198);
        text-align:center;
        border-width:thin;
        border-style:outset;
        min-height:10px;
        font-size:9pt;
        vertical-align:middle;
        }

.btnLinkSL {
        background:rgb(198,198,198);
        text-align:left;
        border-width:thin;
        border-style:outset;
        min-height:10px;
        font-size:9pt;
        vertical-align:middle;
        }

.btnLinkSU {
        background:rgb(198,198,198);
        text-align:center;
        border-width:thin;
        border-style:outset;
        min-height:10px;
        font-weight:bold;
        font-size:9pt;
        vertical-align:middle;
        }

.btnLinkSUL {
        background:rgb(198,198,198);
        text-align:left;
        border-width:thin;
        border-style:outset;
        min-height:10px;
        font-weight:bold;
        font-size:9pt;
        vertical-align:middle;
        }

.btnLinkReb {
        background:rgb(230,220,220);
        text-align:center;
        border-width:medium;
        border-style:outset;
        width:280px;
        min-height:10px;
        font-size:12pt;
        vertical-align:middle;
        }

.btnLinkRebn {
        background:rgb(230,220,220);
/*        text-align:center;*/
        border-width:thin;
        border-style:outset;
        min-height:10px;
        font-size:12pt;
        vertical-align:middle;
	padding:1em;
        }

.btnLinkRebnl {
        background:rgb(230,220,220);
        text-align:left;
        border-width:thin;
        border-style:outset;
        min-height:10px;
        font-size:12pt;
        vertical-align:middle;
	padding:1em;
        }

.btnLinkRebRand {
        background:rgb(230,220,220);
        text-align:center;
        border-width:thin;
        border-style:outset;
	border-color: red;
        min-height:10px;
        font-size:13pt;
        vertical-align:middle;
        }

.btnLinkRebRandNB {
        background:rgb(230,220,220);
        text-align:center;
        border-style:none;
        min-height:10px;
        font-size:13pt;
        vertical-align:middle;
        }

.btnLinkRebnRG {
        background:red;
	color:yellow;
        text-align:center;
        border-width:medium;
        border-style:outset;
        min-height:10px;
        font-size:12pt;
        vertical-align:middle;
        }

.btnMini {
        background:rgb(255,255,255);
        border-width:thin;
        border-style:none;
        height:1px;
        width:1px;
        font-size:1pt;
        }


.bordergelb {
	border-width:thick;
	border-style:solid;
	border-color:yellow;
	color:yellow;
	}

.flinks {
        float:left;
      }

.frechts {
        float:right;
      }

.gelb {
	background-color:rgb(255,255,0);
        font-weight:normal;
        font-style:normal;
        }

.grau {	color:gray;
	border-width:thin;
	border-style:solid;
	}	

.h308 {
	text-align:left;
	padding-top:70px;
	padding-left:1em;
	float:left;
        min-width:210px;
	margin-left: 2px;
	font-size:12pt;
	}

.hgrau {
	background-color:rgb(255,255,255);
        font-weight:normal;
        font-style:normal;
        }

.kasten {
	background-color:rgb(255,255,255);
        border-width:medium;
        border-style:outset;
        font-weight:normal;
        font-style:normal;
        }

.linkespalte {
	float:left;
	width:67%;
       /* min-width:210px; */
        min-width:350px;
	margin-left: 2px;
	}

.Zentriert {
	text-align:center;
	}

.margintb1pt {
	margin-top: 1pt;
	margin-bottom: 1pt;
	}

.margin1em {
	margin:1em;
	}

.margin1emlu {
	margin-left: 1em;
	margin-bottom: 1em;
	}

.margin1emru {
	margin-right: 1em;
	margin-bottom: 1em;
	}

.marginr1em {
	margin-right: 1em;
	}

.pr1em {
	padding-right: 1em;
	}

.mainTxt {
        font-size:11pt;
        font-weight:normal;
        font-style:normal;
        width:650px;
        }

.mainTxtImp {
        font-size:8pt;
        font-weight:normal;
        font-style:normal;
        width:650px;
        }

.mainTxtKasten {
        font-size:8pt;
        font-weight:normal;
        font-style:normal;
        width:650px;
	border-style: double;
	padding: 4pt;
        }

.mainTxtnW {
        font-size:11pt;
        font-weight:normal;
        font-style:normal;
        }

.mainTxtnW6p {
        font-size:11pt;
        font-weight:normal;
        font-style:normal;
	padding-top:5pt;
	padding-left:1em;
        }

.mainTxtnW8 {
        font-size:8pt;
        font-weight:normal;
        font-style:normal;
	margin:0;
        }

.mainTxtnW9p {
        font-size:14pt;
        font-weight:normal;
        font-style:normal;
	padding-top:5pt;
        }

.mainTxtnWL {
        font-size:11pt;
        font-weight:normal;
        font-style:normal;
        text-align:left;
        }

.mainTxtK {
        font-size:11pt;
        font-style:italic;
        }

.mainTxtnWrot {
        font-size:11pt;
        font-weight:normal;
        font-style:normal;
	color: red;
        }

.rechts {
        text-align:right;
	}

.rechtespalte {
       /* min-width:220px; */
        min-width:250px;
	width:32%;
	margin-left:2px;
	float:right;
	}

.rechtespalte340 {
        min-width:250px;
	width:32%;
	margin-left:2px;
	float:right;
	}

.seitenfuss {
	float:left; 
	width:100%; 
	height:auto;
	}

.txtA {
        font-size:8pt;
      }

.txtAktuell {
        text-align:left;
        font-size:8pt;
	color:rgb(0,128,128);
        }

.txtAnmerkung {
        font-size:10pt;
      }

.txtArtikel
	{
	font-size:12pt;
      }

.txtArtikelL
	{
	font-size:12pt;
        text-align:left;
	padding-left:1em;
      }

.txtArtikelLrot
	{
	font-size:12pt;
        text-align:left;
	padding-left:1em;
	color:red;
      }

.txtArtikelR
	{
	font-size:12pt;
	border-width: thin;
	border-color: red;
	border-style: solid;
      }

.txtArtikelRg
	{
	font-size:12pt;
	border-width: medium;
	border-color: red;
	border-style: solid;
	background-color: yellow;
        text-align:left;
	padding-left:1em;
      }

.txtB {
        font-size:9pt;
      }

.txtEinrueckL {
        font-size:12pt;
	width:10%;
      }
.txtEinrueckR {
        font-size:12pt;
	width:90%;
      }

.txtK {
        font-size:9pt;
        font-weight:bold;
      }

.txtMain {
        text-align:left;
        font-size:9pt;
      }

.txtMfG
	{
        text-align:right;
        vertical-align:middle;
        border-width:thin;
	border-style:none;
        width:400px;
        min-height:20px;
        padding-right:10px;
        font-size:9pt;
      }

.txtPara {
        font-size:14pt;
        font-style:italic;
        font-weight:bold;
        }
.txtParaInhalt {
        font-size:12pt;
        font-style:normal;
        font-weight:normal;
        width:650px;
        }
.txtRede {
        font-size:12pt;
      }

.txtRedeC {
        font-size:12pt;
        text-align:center;
      }
.txtRede650 {
        font-size:12pt;
        width:18cm;
      }

.txtTeil {
        font-size:14pt;
        font-style:italic;
        font-weight:bold;
        }

.txtTitel {
        font-size:18pt;
        font-weight:bold;
	padding-left:1em;
      }

.txtTitelC {
        font-size:18pt;
        font-weight:bold;
        text-align:center;
      }

.txtTitelImp {
        font-size:10pt;
        font-weight:bold;
      }

.txtUeb1 {
        font-size:12pt;
        font-style:italic;
        font-weight:bold;
        width:650px;
        }

.txtUeb1Ratgeber {
        font-size:12pt;
        font-weight:bold;
        }

.txtUeb2 {
        font-size:11pt;
        font-style:normal;
        font-weight:bold;
        }

.txtUeb3 {
        font-size:11pt;
        font-style:normal;
        font-weight:normal;
        margin-left:10px;
        }

.txtUeb3k {
        font-size:11pt;
        font-style:italic;
        margin-left:10px;
        }

.txtUeb3Ratgeber {
        font-size:11pt;
        font-style:italic;
        margin-left:20px;
        }

.txtUebName {
        font-size:12pt;
        vertical-align:text-bottom;
       }

.txtUebZusatz {
        font-size:11pt;
        vertical-align:text-top;
        }

.txtUTitel {
        font-size:16pt;
      }

.txtZitat {
        font-size:8pt;
        text-align:right;
        width:50%;
        vertical-align:text-top;
        }

.txtMini {
        font-size:1px;
	color:#ffff00; 
        }
a.txtMini {
        font-size:1px;
	color:#ffff00;
        }

.Zentrieren {
/*        font-size:8pt; */
        text-align:center;
        vertical-align:middle;
        }

.txtFrutiger {
        font-family:frutiger,sans-serif;
        font-size:12pt;
      }
.txtFutura {
        font-family:futura,sans-serif;
        font-size:12pt;
      }
.txtHelv {
        font-family:helvetica,sans-serif;
        font-size:12pt;
      }
.txtArial {
        font-family:arial,sans-serif;
        font-size:12pt;
      }
.txtVerdana {
        font-family:verdana,sans-serif;
        font-size:12pt;
      }
.txtTahoma {
        font-family:tahoma,sans-serif;
        font-size:12pt;
      }
.txtSans {
        font-family:sans-serif;
        font-size:12pt;
      }