body {
	font-family: Arial,Helv,Helvetica,Verdana,sans-serif;
}

i {
    font-style: italic;
}

img {
	border: 0 none;
}

/* Tabulator Reiter */
.tabReiter ul {
	font-weight: bold;
	font-size: 0.75em;
	margin: 10px 0 0 0;
	padding: 0;
}

.tabReiter ul li {
	float: left;
	background-image: url(../images/buchstaben_hintergrund.gif);
	background-repeat: repeat-x;
	background-color: #3E4649;
	border-right: solid 1px #FFFFFF;
	list-style-type: none;
	line-height: 20px;
	height: 20px;
	min-width: 110px;
	text-align: center;
	display: block;
}

.tabReiter ul li.aktiv {
	background-image: url(../images/buchstaben_hintergrund_aktiv.gif);
	background-color: #D9DEDF;
	color: #31505F;
	padding: 0 10px;
}

.tabReiter ul li.inaktiv {
	background-image: url(../images/buchstaben_hintergrund_inaktiv.gif);
	background-color: #C5C8C9;
	color: #FCFCFC;
	min-width: 110px;
}

.tabReiter .inaktiv div {
	min-width: 110px;
	padding: 0 10px;
	margin: 0;
}

.tabReiter .inaktiv a {
	background-image: url(../images/buchstaben_hintergrund.gif);
	background-repeat: repeat-x;
	background-color: #3E4649;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	min-width: 110px;
}

.tabReiter .inaktiv a:hover, .tabReiter .inaktiv a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/buchstaben_hintergrund_hover.gif);
	background-repeat: repeat-x;
	background-color: #3E4649;
	display: block;
}

.tabReiter .inaktiv a:visited {
	color: #FFFFFF;
}

.field .tabReiter {
	font-size: 1.3em;
}

/* Box mit blauem Hintergrund fuer Inhaltsbereich */
.contentBox {
	font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
	float: left;
	padding: 2px 5px 7px 5px;
	background-color: #F3F5F5;
	width: 42.2em;
}

/* Liste zum Herunterscrollen (gehe zu)*/
.contentBox .listeScrollDown {
	list-style-image: url(../images/link_anker.gif);
	font-weight: bold;
	color: #31505F;
	line-height: 160%
}

/* Links mit Pfeil */
.linkIntern {
	font-weight: normal;
	background-image: url(../images/link_intern.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	line-height: 160%
}

/* Links mit Seite */
.linkDokument {
	font-weight: normal;
	background-image: url(../images/link_generic.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	line-height: 160%
}

/* input Button aus contentBox */
.buttonContentBox {
	background-image: url(../images/button_hintergrund.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #325260;
	border: 0px;
	font-weight: bold;
	font-size: 1em;
	color: #FFFFFF;
	font-style: normal;
	margin-bottom: 4px;
	width: 10em;
	text-align: center;
	cursor: pointer;
}

.bigButton {
	width:auto;
}

.buttonContentBoxInaktiv {
	background-color: #C4CDD2;
	border: 0px;
	font-weight: bold;
	font-size: 1em;
	color: #FFFFFF;
	font-style: normal;
	margin-bottom: 4px;
	min-width: 10em;
	text-align: center;
}

/* Abstand zwischen 2 buttonContentBox */
.abstandhalterButtonsHorizontal .buttonContentBox, .abstandhalterButtonsHorizontal .buttonContentBoxInaktiv {
	margin: 0 5px;
}

/* Style fuer input, select und textarea in contentBox */
.contentBox input,.contentBox select,.contentBox textarea {
	font-family: Arial, Helv, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	margin-bottom: 5px;
}

/* Farben und Rahmen von input (ausser Radio) */
.contentBox select,.contentBox textarea,.optionMultirow,.textAreaL,.singleInputS,.singleInputM,.singleInputL,.singleInputSWithDate,.buttonContentBox
	{
	border: solid 1px #A0AAAC;
	background-color: #F2F4F3;
}

.contentBox input:focus,.contentBox select:focus,.contentBox textarea:focus
	{
	border: solid 1px #445052;
}

/* Style fuer Radio Buttons */
.radio {
	vertical-align: middle;
	border: 0;
	background-color: #FFFFFF;
	margin-right: 6px;
}

/* Style fuer Checkboxen */
.checkbox {
	vertical-align: -2px;
	border: 0;
	background-color: #FFFFFF;
	margin-left: 0;
	margin-right: 10px;
}

/* select Felder */
.selectSmall {
	width: 4em;
}

.selectMedium {
	width: 8em;
}

.selectLarge {
	width: 222px;
}

.selectLargest {
	width: 400px;
}

/* fieldsets */
.field {
	border-color: #DDDFE0;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 9pt;
	background-color: #FFFFFF;
	margin-top: 5px;
	padding: 6px 10px 10px 10px;
	display: block;
}

.fieldBR {
    background-color: #F2F4F4; /* Bundestagsstyle */
    /* background-color: #EAE2BA; */ /* Bundesratsstyle */
}

.field h1 {
	font-family: Georgia, Times New Roman, Times, serif, arial;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 10px;
}

.field h2 {
    font-family: Georgia, Times New Roman, Times, serif, arial;
    font-size: 1.3em;
    font-weight: normal;
    margin: 0 0 10px;
}

.field p {
    font-family: georgia, arial;
    font-size: 1.0em;
    font-weight: normal;
    margin: 0 0 10px;
}

/* fieldset in .field */
.field fieldset {
	padding: 5px 5px;
	margin: 5px 0 0 0;
}

.errorField {
	border: 1px solid #7f0a25;
	color: #7f0a25;
}

.infoField {
	border: 1px solid #105728;
	color: #105728;
}

.block {
	display: block;
}

/* Abstaende in fieldsets */
dt {
	clear: both;
	float: left;
	color: #000000;
	width: 9.5em;
	margin-bottom: 5px;
	padding: 0;
	line-height: 120%;
}

dd {
	float: left;
	font-weight: normal;
	color: #000000;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0;
	line-height: 120%;
}

/* Style fuer Erweiterte Ansicht -> Einzelansicht */
.dtBreit {
	width: 26%;
	font-weight: bold;
}

/* Style fuer Suchmasken */
.dtBreitNormal {
    clear: both;
    float: left;
    color: #000000;
    width: 22%;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 0;
    line-height: 120%;
}

.ddBreit {
	width: 73.5%;
}

.dtNone {
	width: 0;
}

.ddFull {
	width: 100%;
}

/* rechtsbuendiges Ausrichten */
.adjustRight {
	float: right;
}

/* linksbuendiges Ausrichten */
.adjustLeft {
	float: left;
}

/* dd mit Abstand (fuer radio buttons in erweiterter Suche) */
.ddMargin {
	margin-right: 15px;
}

/* dd mit Abstand zur Tabelle*/
.ddAbstand {
	width: 6em;
}

/* Drei-Spalten-Layout erweiterte Suche */
.dreiSpalten {
	margin-top: 15px;
}

.dreiSpalten dt {
	clear: none;
}

.dreiSpalten dd {
	float: left;
}

.dreiSpalten img {
	margin: 0;
	vertical-align: -5px;
}

.dreiSpalten .ddLinksMitte {
	width: 20%;
}

.dreiSpalten .dtMitte {
	width: 12%;
	text-align: right;
	padding-right: 8px;
}

.dreiSpalten .dtRechts {
	width: 6%;
	text-align: right;
	padding-right: 10px;
}

/* unsichtbarer Text */
.hiddenspan {
	position: absolute;
	z-index: 100;
	top: 50;
	left: -1000px;
	height: 0;
	overflow: hidden;
}

/* Hilfe Button */
.helpButton ul {
	margin: 0 2em;
	padding: 0;
}

.helpButton ul li {
	float: right;
	list-style-type: none;
}

.helpButton ul li input {
	font-family: Arial,Helv,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	font-size: 0.75em;	
	color: #ffffff;
	background: url(../images/hilfe_hintergrund.gif) 0 0 no-repeat;
	height: 20px;
	width: 122px;
	border: none;
	text-indent: -20px;
	cursor: pointer;
}

.helpButton ul li input:hover,.helpButton ul li input:active {
	color: #FFFFFF;
	background-image: url(../images/hilfe_hintergrund_hover.gif);
	background-repeat: no-repeat;
}

/* multiple select feld */
.optionMultirow {
	width: 380px;
	margin-right: 8px;
}

/* textarea style */
.textAreaL {
	width: 380px;
}

/* Eingabe-Textfelder styles */
.singleInputS {
	width: 92px;
	margin-right: 11px;
}

.singleInputSWithDate {
	width: 92px;
	margin-right: 0px;
	text-align: center;
	font-style: italic;
}

.singleInputM {
	width: 220px;
	margin-right: 10px;
}

.singleInputL {
	width: 380px;
	margin-right: 5px;
}

/* Navigationsleiste zum Blaettern */
.blaetterNavigationLeiste {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 20px;
	background-image: url(../images/buchstaben_hintergrund_aktiv.gif);
	background-repeat: repeat-x;
}

.blaetterNavigationLinks {
	float: left;
	margin-left: -100%;
}

.blaetterNavigationRechts {
	float: left;
	width: 65px;
	/*margin-left: -65px;*/
}

.blaetterNavigationLinks .textLinks {
	margin-left: 32px;
	line-height: 20px;
}

.blaetterNavigationRechts .textRechts {
	float: left;
	line-height: 20px;
}

.blaetterNavigationLinksButton,.blaetterNavigationRechtsButton,.blaetterNavigationLinksButtonInaktiv, .blaetterNavigationRechtsButtonInaktiv {
	border: 0;
	height: 20px;
	width: 23px;
	color: #ffffff;
	text-indent: 0;
}

.blaetterNavigationLinksButton {
	background-image: url(../images/terminkalender_zurueck.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
}

.blaetterNavigationLinksTxt {
	padding-bottom:2px;
	border-left: 1px solid #FFFFFF;
	float:left;
}

.blaetterNavigationLinksButtonInaktiv {
	background-image: url(../images/terminkalender_zurueck_inactive.gif);
	background-repeat: no-repeat;
	float: left;
	color: #ffffff !important;
	text-indent: 20px !important;
}

.blaetterNavigationLinksButton:hover,.blaetterNavigationLinksButton:active {
	background-image: url(../images/terminkalender_zurueck_hover.gif);
	background-repeat: no-repeat;
}

.blaetterNavigationRechtsButton {
	background-image: url(../images/terminkalender_weiter.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
}

.blaetterNavigationRechtsTxt {
	padding-bottom:2px;
	border-right: 1px solid #FFFFFF;
	float:right;
}

.blaetterNavigationRechtsButtonInaktiv {
	background-image: url(../images/terminkalender_vor_inactive.gif);
	background-repeat: no-repeat;
	float: right;
}

.blaetterNavigationRechtsButton:hover,.blaetterNavigationRechtsButton:active
{
	background-image: url(../images/terminkalender_weiter_hover.gif);
	background-repeat: no-repeat;
}

/* Tabellen-Layout */
table {
	border-collapse: collapse;
	margin-bottom: 1.45em;
	border: solid 1px #DDDFE0;
	max-width: 100%;
	width: 100%;
}

table tr:hover {
	background-color: #D8DEDF;
}

table th {
	speak-header: always;
	background-color: #F2F4F4;
	padding: 0.6em 0.4em 0.5em;
	border-top: solid 1px #A0AAAC;
	border-bottom: solid 1px #A0AAAC;
	border-left: solid 1px #DDDFE0;
}

table th .tabellenPfeile {
	float: left;
}

table th .tabellenPfeile .pfeilOben {
	padding-bottom: 1px;
	margin-top: 1px;
}

table th .tabellenPfeile .pfeilUnten {
	padding-top: 1px;
}

table th .tabellenPfeile img {
	border: 0;
	margin: 0;
}

table th a {
	float: left;
	margin-left: 3px;
}

table td {
	text-align: left;
	padding: 0.2em 0.4em 0.1em;
	border: solid 1px #DDDFE0;
}

table .oddRow {
	background-color: #FFFFFF;
}

table .evenRow {
	background-color: #F2F4F4;
}

table .selected {
	background-color: #b9bebf;
	font-weight: bold;
}

table .selected td a {
	font-weight: bold;
}

.tabelleKlein {
	padding: 0.1em;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}

.tabelleGross {
	padding: 0.1em;
	max-height: 320px;
	overflow-x: hidden;
	overflow-y: auto;
}


/* Style Vorgangsablauf */
/* Titel (Ueberschrift) fuer Vorgangsablaeufe */
.vorgangsablaufTitel {
	color: #000000;
	line-height: 110%;
}

.vorgangsablaufTitel dt {
	width: 28px;
	font-weight: bold;
}

.vorgangsablaufTitel dd {
	width: 95%;
	font-weight: bold;
}

.vorgangsablauf {
	margin-left: 28px;
}

.vorgangsablauf dd {
	width: 100%;
}

.vorgangsablauf dl {
	margin-top: 10px;
}

.vorgangsablauf dl dt {
	font-weight: bold;
	width: 25%;
}

.vorgangsablauf dl dd {
	width: 75%;
}

/* Zusaetzlicher Abstand bei Zeilenumbruch
.vorgangsablauf dl dd br {
	margin-bottom: 6px;
}*/
#plusminus a {
	float: right;
	margin-right: 20px;
}

/* field aus Drucken/Export */
.fieldResultList {
	float: left;
	width: 100%;
}

.fieldResultList label {
	font-weight: bold;
}

.fieldResultList .fieldLinks {
	float: left;
	width: 50%;
	margin-right: 5px;
}

.fieldResultList .fieldRechts {
	float: right;
	width: 50%;
}

.center {
	text-align: center;
}

div.navigationListeNachLinks {
	float: left;
	width: 65px;
}

div.navigationListeNachRechts {
	float: right;
	width: 65px;
}

div.navigationListeNachRechts input.blaetterNavigationrechtsButton {
	margin-left: 1ex;
}

.marginLeft2px {
	margin-left: 2px;
}

.marginLeft5px {
	margin-left: 5px;
}

.marginRight5px {
	margin-right: 5px;
}

.paddingLeft10px {
	padding-left: 10px;
}

.clearBoth {
	clear: both;
}

.alphabetLeiste {
	background-image: url(../images/buchstaben_hintergrund.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
	padding: 1px 6px;
	width: 10px;
	margin: 0 5px 1px 0;
}

.alphabetLeiste:hover {
	background-image: url(../images/buchstaben_hintergrund_hover.gif);
}

.alphabetLeiste a, .alphabetLeiste a:visited {
	color: #ffffff;
}

/**
   nocssX: Tabgenerierung
**/
#nocss0 fieldset
{   
    margin:0px;
    padding:0px;
    border:0px;
}
#nocss1 fieldset
{
    margin:0px;
    padding:0px;
    border:0px;
}
#nocss2 fieldset
{
    margin:0px;
    padding:0px;
    border:0px;
}
#nocss3 fieldset
{
    margin:0px;
    padding:0px;
    border:0px;
}
#nocss4 fieldset
{
    margin:0px;
    padding:0px;
    border:0px;
}

#nocss0 legend
{
    font-size:0pt;
    color:#F6F7FB;
}
#nocss1 legend
{
    font-size:0pt;
    color:#eeeeee;
}
#nocss2 legend
{
    font-size:0pt;
    color:#eeeeee;
}
#nocss3 legend
{
    font-size:0pt;
    color:#eeeeee;
}
#nocss4 legend
{
    font-size:0pt;
    color:#eeeeee;
}

/**
   Reiter Ebene 0
**/
.tabReiter0 ul {
    font-weight: bold;
    font-size: 0.75em;
    margin: 0;
    padding: 0;
}

.tabReiter0 ul li {
    float: left;
    background-image: url(../images/buchstaben_hintergrund.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    border-right: solid 1px #FFFFFF;
    list-style-type: none;
    line-height: 20px;
    height: 20px;
    min-width: 110px;
    text-align: center;
    display: block;
}

.tabReiter0 ul li.aktiv {
    background-image: url(../images/buchstaben_hintergrund_aktiv.gif);
    background-color: #D9DEDF;
    color: #31505F;
    padding: 0 10px;
}

.tabReiter0 ul li.inaktiv {
    background-image: url(../images/buchstaben_hintergrund_inaktiv.gif);
    background-color: #C5C8C9;
    color: #FCFCFC;
    min-width: 110px;
}

.tabReiter0 .inaktiv div {
    min-width: 110px;
    padding: 0 10px;
    margin: 0;
}

.tabReiter0 .inaktiv a {
    background-image: url(../images/buchstaben_hintergrund.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 0 10px;
    min-width: 110px;
}

.tabReiter0 .inaktiv a:hover, .tabReiter0 .inaktiv a:active {
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../images/buchstaben_hintergrund_hover.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    display: block;
}

/**
   Reiter Ebene 1
**/
.tabReiter1 ul {
    font-weight: bold;
    font-size: 0.75em;
    margin: 0;
    padding: 0;
}

.tabReiter1 ul li {
    float: left;
    background-image: url(../images/buchstaben_hintergrund.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    border-right: solid 1px #FFFFFF;
    list-style-type: none;
    line-height: 20px;
    height: 20px;
    min-width: 110px;
    text-align: center;
    display: block;
}

.tabReiter1 ul li.aktiv {
    background-image: url(../images/buchstaben_hintergrund_aktiv.gif);
    background-color: #D9DEDF;
    color: #31505F;
    padding: 0 10px;
}

.tabReiter1 ul li.inaktiv {
    background-image: url(../images/buchstaben_hintergrund_inaktiv.gif);
    background-color: #C5C8C9;
    color: #FCFCFC;
    min-width: 110px;
}

.tabReiter0 .inaktiv div {
    min-width: 110px;
    padding: 0 10px;
    margin: 0;
}

.tabReiter1 .inaktiv a {
    background-image: url(../images/buchstaben_hintergrund.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 0 10px;
    min-width: 110px;
}

.tabReiter1 .inaktiv a:hover, .tabReiter1 .inaktiv a:active {
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../images/buchstaben_hintergrund_hover.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    display: block;
}

/**
   Reiter Ebene 2
**/
.tabReiter2 ul {
    font-weight: bold;
    font-size: 0.75em;
    margin: 0;
    padding: 0;
}

.tabReiter2 ul li {
    float: left;
    background-image: url(../images/buchstaben_hintergrund.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    border-right: solid 1px #FFFFFF;
    list-style-type: none;
    line-height: 20px;
    height: 20px;
    min-width: 110px;
    text-align: center;
    display: block;
}

.tabReiter2 ul li.aktiv {
    background-image: url(../images/buchstaben_hintergrund_aktiv.gif);
    background-color: #D9DEDF;
    color: #31505F;
    padding: 0 10px;
}

.tabReiter2 ul li.inaktiv {
    background-image: url(../images/buchstaben_hintergrund_inaktiv.gif);
    background-color: #C5C8C9;
    color: #FCFCFC;
    min-width: 110px;
}

.tabReiter2 .inaktiv div {
    min-width: 110px;
    padding: 0 10px;
    margin: 0;
}

.tabReiter2 .inaktiv a {
    background-image: url(../images/buchstaben_hintergrund.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 0 10px;
    min-width: 110px;
}

.tabReiter2 .inaktiv a:hover, .tabReiter2 .inaktiv a:active {
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../images/buchstaben_hintergrund_hover.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    display: block;
}

/**
   Reiter Ebene 3   
**/
.tabReiter3 ul {
    font-weight: bold;
    font-size: 0.75em;
    margin: 0;
    padding: 0;
}

.tabReiter3 ul li {
    float: left;
    background-image: url(../images/buchstaben_hintergrund.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    border-right: solid 1px #FFFFFF;
    list-style-type: none;
    line-height: 20px;
    height: 20px;
    min-width: 110px;
    text-align: center;
    display: block;
}

.tabReiter3 ul li.aktiv {
    background-image: url(../images/buchstaben_hintergrund_aktiv.gif);
    background-color: #D9DEDF;
    color: #31505F;
    padding: 0 10px;
}

.tabReiter3 ul li.inaktiv {
    background-image: url(../images/buchstaben_hintergrund_inaktiv.gif);
    background-color: #C5C8C9;
    color: #FCFCFC;
    min-width: 110px;
}

.tabReiter3 .inaktiv div {
    min-width: 110px;
    padding: 0 10px;
    margin: 0;
}

.tabReiter3 .inaktiv a {
    background-image: url(../images/buchstaben_hintergrund.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 0 10px;
    min-width: 110px;
}

.tabReiter3 .inaktiv a:hover, .tabReiter3 .inaktiv a:active {
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../images/buchstaben_hintergrund_hover.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    display: block;
}

/**
   Reiter Ebene 4
**/
.tabReiter4 ul {
    font-weight: bold;
    font-size: 0.75em;
    margin: 0;
    padding: 0;
}

.tabReiter4 ul li {
    float: left;
    background-image: url(../images/buchstaben_hintergrund.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    border-right: solid 1px #FFFFFF;
    list-style-type: none;
    line-height: 20px;
    height: 20px;
    min-width: 110px;
    text-align: center;
    display: block;
}

.tabReiter4 ul li.aktiv {
    background-image: url(../images/buchstaben_hintergrund_aktiv.gif);
    background-color: #D9DEDF;
    color: #31505F;
    padding: 0 10px;
}

.tabReiter4 ul li.inaktiv {
    background-image: url(../images/buchstaben_hintergrund_inaktiv.gif);
    background-color: #C5C8C9;
    color: #FCFCFC;
    min-width: 110px;
}

.tabReiter4 .inaktiv div {
    min-width: 110px;
    padding: 0 10px;
    margin: 0;
}

.tabReiter4 .inaktiv a {
    background-image: url(../images/buchstaben_hintergrund.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 0 10px;
    min-width: 110px;
}

.tabReiter4 .inaktiv a:hover, .tabReiter4 .inaktiv a:active {
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../images/buchstaben_hintergrund_hover.gif);
    background-repeat: repeat-x;
    background-color: #3E4649;
    display: block;
}

.reiter {
    padding: 0px;
    margin-top: 0px;
    border-left: 1px solid #50638b;
}

.register-end {
    height: 1em;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #50638b;
}

.register-help {
    
    margin-top:-1.5em;
    float:right;
    background-color:#50638b; color:#ffffff;
    
}

.register-thesaurushelp {
    
    margin-top:-1.5em;
    margin-right:10px;
    float:right;
    background-color:#50638b; color:#ffffff;
    
}

.register-dummy {
    height: 4px;    
    border-bottom: 1px solid #50638b;
    font-size:100%;
}

#hiddenhelp1 a:link, #hiddenhelp1 a:visited  {
    position:absolute;
    z-index:100;
    top:50;
    left:-1000px;
    height:0;
    overflow:hidden;
}

#hiddenhelp1 a:hover, #hiddenhelp1 a:focus, #hiddenhelp1 a:active {
    position:absolute;
    top:30px;
    left:200px; 
    text-align: center;
    font-weight:bold;
    line-height: 1.5em;
    text-decoration: none;
    display: block;
    padding: 2px 0;
    width:11em;
    height:2em;
    border:2px solid #cccccc;
        color: #ffffff;
        background-color: #50638b;
}

#hiddenhelp2 a:link, #hiddenhelp2 a:visited  {
    position:absolute;
    z-index:100;
    top:50;
    left:-1000px;
    height:0;
    overflow:hidden;
}

#hiddenhelp2 a:hover, #hiddenhelp2 a:focus, #hiddenhelp2 a:active {
    position:absolute;
    top:30px;
    left:200px; 
    text-align: center;
    font-weight:bold;
    line-height: 1.5em;
    text-decoration: none;
    display: block;
    padding: 2px 0;
    width:11em;
    height:2em;
    border:2px solid #cccccc;
    color: #ffffff;
    background-color: #50638b;
}

#hiddenhelp3 a:link, #hiddenhelp3 a:visited  {
    position:absolute;
    z-index:100;
    top:50;
    left:-1000px;
    height:0;
    overflow:hidden;
}

#hiddenhelp3 a:hover, #hiddenhelp3 a:focus, #hiddenhelp3 a:active {
    position:absolute;
    top:30px;
    left:200px; 
    text-align: center;
    font-weight:bold;
    line-height: 1.5em;
    text-decoration: none;
    display: block;
    padding: 2px 0;
    width:11em;
    height:2em;
    border:2px solid #cccccc;
        color: #ffffff;
        background-color: #50638b;
}

#bildLeiste .logo-right {
   float: right;
}

ul .help
{
   list-style-image: url(../images/leer.gif);
}


li .help
{
   list-style-image: url(../images/leer.gif);
}

.help-indent1
{
   margin-left:20px;
   list-style-image: url(../images/leer.gif);
}

.help-indent2
{
   margin-left:40px;
   list-style-image: url(../images/leer.gif);
}

/***** Breiten-Styles *****/
.width100Prozent {
	width: 100%;
}

/* Breite dt */
.width17Prozent {
	width: 17%;
}

/* Breite dd */
.width83Prozent {
	width: 83%;
}

.paddingTop10 {
	padding-top: 10px;
}

.marginTop10 {
	margin-top: 10px;
}