/* fuer Suche */
.searchBox input.text {
	width:8.5em !important;
}

input.buttonText {
	padding: 1px 3px 2px 3px;
}

#naviLevel3 input.buttonText, #naviLevel4 input.buttonText { padding:1px 2px 1px 3px !important; }

/* fuer ExklusivNavigation*/
.exklusivHeadline {
	padding: 9px 5px 3px 11px;
}


/* *** ContentBox mit Rahmen *** */
#centerCol .contentBox {
	position:relative;
	/* left: -2px; */
	vertical-align:top;
	margin:0 0 0 0.625em; /* 10px */
	padding:1px;
	background-color: #fff; /* ist fuer den 1px Rahmen der durch das padding kommt */
	border: 1px solid #1a69ac;
	width: 29.000em;
}

#typoTeaserCol {
	width:9.625em;
	z-index:6;
	overflow:hidden;
	border-top:1px solid white;
}


/* fuer ContentTeaser */
.hpTeaserRow {
	 border-top: 0px solid white;
	 display:table;
}

#teaserColsStructure { }
#teaserColsStructureTypoTeaser { display:table; }

.teaserRowTable {
	display: table; /* ohne Typo */
}

.teaserRowTableTypoTeaser {
	display: table; /* mit Typo */
}

.teaserRow {
	border-top: 0px solid white;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.teaserRowArticle {
	border-top: 0px solid white;
	vertical-align: top;
	display: table;
	padding: 0;
	margin: 0;
}


/* ***** ContentGroup ***** */
#contentGroup { display:table; }

#contentGroupLeft { padding:6px 0 0 0;}
#contentGroupLeft50, #contentGroupRight50 { padding:6px 0 0 0;}
#contentGroupLeft33, #contentGroupMiddle33, #contentGroupRight33 { padding:6px 0 0 0;}


/* ***** Download ***** */
.downloadTable {
	display: table;
}

.downloadRow {
	border-top: 0px solid white;
	display: table;
}


/* ***** FORMULARE ***** */
fieldset { border-top:0; }
legend   { display:table-cell; white-space:nowrap; line-height:0.9375em; }
.line { width:100%;}

.joinNext, .joinNextHilfe, .joinNextRb, .joinNextCb, .joinNextHilfeRb, .joinNextHilfeCb,
	div.line div.standard .labelRb, div.line div.standard .labelCb  {
		float:left;
}

/* RadioButtons und CheckBoxen */
.labelRb, .labelCb { padding-top:2px !important; }
.radioButton, .checkBox { margin:0 !important; }


/* ***** Hilfetexte: der kleine Kasten mit dem Fragezeichen ***** */
.helpBox { margin-top:1px !important;}
.helpBox span { margin-top: -0.05em !important; }
.joinNextHilfeRb .helpBox {margin-top:1px !important;}


/* SubmitButtons der Formular */
input.formularButtonText {
	margin:0 !important;
	padding:0 3px 0 4px !important;
}



/* Submit-Button ExklusivBox */
.submitbutton input {
	padding: 0px 3px 0px 4px !important;
}
