@CHARSET "UTF-8";
/* Farben
Dunkel				#0b090a
Text				#171516
NG Logo Farbe		#fdcb34
NG leichtes Gelb	#ffe7a0
NG Orange			#ffcc00
Grau				#8d8c8d
Leichtes Grau		#e8ebf2

Links - Orange		#ffa800

Alternativ 1		#e2001a
Alternativ 2		#f4f4f4
Rot					#e2001a

*/

html * 
{ 
	margin: 0;
	padding:0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	margin: 0px; padding: 0px; line-height: 1.4em;
	background-color: #ffffff;
}

img { border: hidden; }
table { border: hidden; }
a:link, a:active, a:visited {color: #e2001a; font-weight: bolder; text-decoration: none;}
a:hover {color: #e2001a; font-weight: bolder; text-decoration: underline;}

a:link.headernavigation, a:active.headernavigation, a:visited.headernavigation {color: #0b090a; font-weight: normal; text-decoration: none;}
a:hover.headernavigation {color: #0b090a; font-weight: normal; text-decoration: underline;}

a:link.headerLogOff, a:active.headerLogOff, a:visited.headerLogOff {color: #333; font-weight: normal; text-decoration: none;}
a:hover.headerLogOff {color: #666; font-weight: normal; text-decoration: underline;}

a:link.kontonavi, a:active.kontonavi, a:visited.kontonavi {color: #505050; font-weight: normal; text-decoration: underline;}
a:hover.kontonavi {color: #505050; font-weight: normal; text-decoration: none;}

/* --------------- Allgemeine Schriftauszeichnung, Absätze und Umbrüche ---------------*/
.headline {
	font-size: 1.167em;
	font-weight: bolder;
	color: #0b090a;
}

.subline {
	margin-top: 1.084em;
	font-weight: bolder;
	color: #0b090a;
}

h2 {
	font-size: 1.25em;
	color: #0b090a;
	font-weight: bolder;
	padding-bottom: 14px;
}

h3 {
	font-size: 1.334em;
	color: #919795;
	font-weight: bolder;
	padding-bottom: 14px;
}

h4 {
	font-size: 1.25em;
	color: #919795;
	font-weight: bolder;
	padding-bottom: 14px;
}

h6 {
	font-size: 1.25em;
	color: #919795;
	font-weight: bolder;
	padding-bottom: 0px;
}

h5 {
	font-size: 1.25em;
	color: #0b090a;
	font-weight: bolder;
	padding-bottom: 4px;
}

#h5header {
	font-size: 1.25em;
	color: #0b090a;
	font-weight: bolder;
	padding-bottom: 4px;
}

#content .hinweis {
	color: #666666;
	width: 600px;
	font-size: 0.917em;
	padding-bottom: 10px;
	padding-right: 50px;
}

#formerror {
	width: 500px;
	font-size: 1em;
	font-weight: bolder;
	color: #e2001a;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #e2001a;
}

#formerror_hidden {
	display: none;
	width: 500px;
	font-size: 1em;
	font-weight: bolder;
	color: #e2001a;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	border: 1px solid #e2001a;
}

#accounterror {
	width: 400px;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 5px 10px;
	background-color: #fff;
	border: 2px solid #e2001a;
}

#accounterror_hidden {
	display: none;
}

#anmeldeerror {
	width: auto;
	font-size: 1em;
	color: #e2001a;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 5px 0px;
	background-color: #fff;
	border: 2px solid #e2001a;
}

#anmeldeerror_hidden {
	display: none;
}

.agbError {
	font-weight: bolder;
	color: #e2001a;
}

#content br.absatz {
	margin-bottom: 5px;
}

#content br.absatzgross {
	margin-bottom: 20px;
}

div.fussnote {
	padding-top: 15px;
	font-size: 0.75em;
	line-height: 1.5em;
}

div.fussnote .einzug {
	padding-left: 10px;
}

#divAbschluss {
	clear: both;
	padding: 10px;
}

#divBr {
	clear: both;
}


/* --------------- Header ---------------*/
#cheader {
	width: 100%;
	height: 102px;
	text-align: center;
	background-color: #fff;
	background-image:url("../bilder/bg_header.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}

#header {
	width: 1000px;
	height: 102px;
	margin: 0px auto 0px auto;
	background-image:url("../bilder/header.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#headerLink {
	margin-left: 30px;
	width: 265px;
	height: 90px;
}

#headerNavigation {
	position: relative;
	top: -70px;
	padding-right: 25px;
	float: right;
	color: #0b090a;
}

#cartBox {
	position: relative;
	top: -30px;
	width: 962px;
	margin-left: 30px;
	float: right;
}

#cartBox #meinKorb {
	float: right;
	width: 300px;
	height: 22px;
	text-align: right;
	padding-right: 25px;
}

.headerPreisanzeige {
	font-size: 0.917em;
}

/* --------------- Footer---------------*/
#cfooter {
	width: 100%;
	height: 45px;
	text-align: center;
	padding-top: 12px;
	background-color: #fff;
}

#cfooter #footernavi {
	padding-bottom: 5px;
}

#cfooter #copyright {
	font-size: 0.876em;
}


/* --------------- Content Container ---------------*/
#page {
	position:absolute;
	width: 100%;
	top: 102px;
	left: 0px;
	text-align: center;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	overflow-y: auto;
	overflow-x: hidden;
}

#ccontent {
	width: 990px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	overflow: hidden;
}

#content {
	width: 990px;
	padding: 0px 0px 0px 0px;
	line-height: 1.5em;
	overflow: hidden;
}

#content #inhalt {
	width: 958px;
	height: 215px;
}

#content #inhalt_komplett {
	width: 964px;
	height: auto;
}

#content #inhalt_komplett_agb {
	width: 964px;
	min-height: 620px;
	background-image:url("../bilder/bg_agb.jpg"); 
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 70px;
}

#content #inhalt_komplett_impressum {
	width: 964px;
	min-height: 620px;
	background-image:url("../bilder/bg_impressum.jpg"); 
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 70px;
}

#content #inhalt_komplett_konto {
	width: 964px;
	min-height: 620px;
	background-image:url("../bilder/bg_konto.jpg"); 
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 70px;
}

#content #inhalt_komplett_warenkorb {
	width: 964px;
	min-height: 620px;
	background-image:url("../bilder/bg_warenkorb.jpg"); 
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 70px;
}

#content #inhalt_komplett_abschluss {
	width: 964px;
	min-height: 620px;
	background-image:url("../bilder/bg_versandabschluss.jpg"); 
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 70px;
}

#content #inhalt_komplett_kasse {
	width: 964px;
	min-height: 620px;
	background-image:url("../bilder/bg_kasse.jpg"); 
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 70px;
}

#content #backlink {
	position: relative;
	left: -3px;
	width: 95px;
	height: 25px;
	float: left;
	background-image:url("../bilder/backbutton.jpg"); 
	background-position: top left;
	background-repeat: no-repeat;
}

#cstarttextbutton {
	float: right;
	width: 255px;
	padding: 15px 20px 0px 0px;
}

#startbild {
	float: left;
	width: 640px;
	height: 305px;
	margin-left: 0px;
	margin-top: 0px;
	background: url('../bilder/startbild.jpg') no-repeat left top;
}

#inhalt_komplett #zeilenheader {
	position: relative;
	padding-top: 10px;
	padding-left: 20px;
}

#inhalt_komplett #cDformfeld {
	position: relative;
	width: 310px;
	height: 550px;
	margin-top: -565px;
	left: 550px;
}

#inhalt_komplett #cformfeld {
	position: relative;
	width: 310px;
	height: 400px;
	margin-top: -420px;
	left: 550px;
}

#inhalt_komplett #cformfeldBig {
	float: right;
	width: 310px;
	height: 80px;
	margin-top: 15px;
	margin-right: 60px;
}

.formfeld {
	width: 270px;
	padding: 15px;
	background-color: #bfbfbf;
	margin-bottom: 20px;
	border: 1px solid #0b090a;
}

#ckartenansicht {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}

#cimpressum_links {
	float: left;
	width: 350px;
	margin-left: 30px;
	margin-right: 120px;
	margin-top: 20px;
}

#cimpressum_rechts {
	width: 350px;
	margin-top: 20px;
}

#cagb {
	width: 680px;
	margin-left: 30px;
	margin-top: 20px;
}

#cagb .widerruf {
	font-weight: bolder;
	text-align: center;
}

#inhalt_komplett #deutschlandkarte {
	position: relative;
	width: 460px;
	height: 580px;
	padding-left: 40px;
}

#inhalt_komplett #bundeslandkarte {
	position: relative;
	width: 450px;
	height: auto;
	padding-left: 35px;
}

#inhalt_komplett #bundeslandkarteBig {
	position: relative;
	width: 820px;
	height: auto;
	padding-left: 20px;
	margin-top: -20px;
}

#starttext {
	
}

#counter {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 600px;
	height: auto;
	margin: 0px auto 0px auto;
}

#startbutton {
	clear: right;
	margin-left: -5px;
	padding-top: 25px;
}

#content #cprodukte {
	width: 964px;
	min-height: 670px;
	background-image:url("../bilder/bg_inhaltDiv.jpg"); 
	background-position: top center;
	background-repeat: no-repeat;
}

#produkttext {
	float: left;
	width: 725px;
	padding: 10px 0px 0px 15px;
}

#content #cprodukte .productdesc {
	float: left;
	width: 320px;
	height: 170px;
	margin: 10px 0px 0px 18px;
}

#content #cprodukte .productdesc2 {
	float: left;
	width: 235px;
	height: 170px;
	margin: 10px 0px 0px 18px;
	background-image:url("../bilder/pkasten_02.jpg"); 
	background-position: top left;
	background-repeat: no-repeat;
}

.infolink {
	position: relative;
	top: 142px;
	left: 20px;
}

#cprodukte .prodHeadline {
	padding-left: 20px;
}


/* --------------- Produktauswahl ---------------*/
#inhalt_komplett .bigthumb {
	position: relative;
	background-color: #fff;
	border: 1px solid #8d8c8d;
	margin-bottom: 10px;
}

#cBestellung {
	margin-left: 500px;
	margin-bottom: 30px;
	width: 350px;
	height: auto;
}

#cproduktfeld {
	width: 350px;
	height: auto;
	padding: 15px;
	background-color: #bfbfbf;
	margin: 38px 20px 0px 0px;
	border: 1px solid #0b090a;
}

.produkt_td {
	padding-top: 10px;
}

#cproduktfeld .produkt {
	width: 350px;
	height: 70px;
	margin-bottom: 30px;
	margin-top: 5px;
}

.rbutton {
	position: relative;
	float: left;
	width: 20px;
	z-index: 2;
}

.pbild {
	position: relative;
	float: left;
	width: 80px;
	margin-left: 5px;
}

.pinfoHeader {
	width: auto;
	margin-top: -2px;
	font-weight: bolder;
}

.pinfoBody {
	width: auto;
	font-size: 0.917em;
	line-height: 1.334em;
	margin-bottom: 10px;
}

.pinfo {
	position: relative;
	float: left;
	width: 220px;
	font-size: 0.917em;
	line-height: 1.334em;
	margin-left: 15px;
}

.pinfo span {
	font-size: 1.167em;
}


#cinfofeld {
	width: 350px;
	padding: 15px;
	background-color: #bfbfbf;
	margin: 20px 50px 0px 0px;
	border: 1px solid #0b090a;
	font-size: 0.843em;
}

#infoversand {
	display: none;
}

#cformatfeld {
	width: 350px;
	padding: 15px;
	background-color: #bfbfbf;
	margin: 20px 50px 0px 0px;
	border: 1px solid #0b090a;
	font-size: 0.917em;
	line-height: 1.334em;
}

#cbestellfeld {
	width: 350px;
	padding: 15px;
	background-color: #fffde5;
	margin: 20px 50px 0px 0px;
	border: 1px solid #0b090a;
}



/* --------------- Container für die Listenansicht der Städte ---------------*/
#inhalt_komplett .cListTowns {
	width: 880px;
	margin: 20px auto 0px auto;
}

.cListTowns .thumb {
	float: left;
	width: 80px;
	height: 60px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #8d8c8d;
}

.cListTowns .cDesc {
	float: left;
	width: 500px;
	height: 70px;
	padding-top: 15px;
	margin-left: 30px;
}

.cListTowns .chooseButton {
	float: right;
	width: 200px;
	height: 70px;
	padding-top: 10px;
	margin-left: 40px;
	vertical-align: middle;
}

.cListTowns .cChoosenTown {
	height: 80px;
	margin-bottom: 10px;
	padding: 10px 0px 0px 10px;
	background-color: #fffde5;
	border: 1px solid #8d8c8d;
}

.cListTowns .cTownView {
	height: 80px;
	margin-bottom: 10px;
	padding: 10px 0px 0px 10px;
	background-color: #fff;
	border: 1px solid #8d8c8d;
}

.cListTowns .ihreAuswahl {
	padding-left: 12px;
	font-weight: bolder;
	font-style: italic;
	font-size: 0.917em;
}

#inhalt_komplett .blHeader {
	height: 19px;
	background-color: #fffde5;
	font-size: 1.25em;
	color: #919795;
	font-weight: bolder;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	border-top: 1px solid #8d8c8d;
	border-bottom: 1px solid #8d8c8d;
}

#inhalt_komplett .blHeaderRest {
	height: 19px;
	background-color: #fffde5;
	font-size: 1.25em;
	color: #919795;
	font-weight: bolder;
	padding-left: 20px;
	margin-top: 40px;
	margin-bottom: 15px;
	border-top: 1px solid #8d8c8d;
	border-bottom: 1px solid #8d8c8d;
}

/* --------------- Warenkorb ---------------*/
#cWarenkorb {
	float: left;
	width: 680px;
	margin-left: 10px;
	margin-top: 0px;
	height: auto;
}

#cWarenkorbinfo {
	padding-top: 60px;
	margin-left: 740px;
	margin-bottom: 30px;
	width: 210px;
	height: auto;
}

.imgContainer {
	width: 100px;
	background-color: #fff;
	padding: 1px;
	border: 1px solid #666;
}

/* --------------- Listen ---------------*/
ul {
	margin: 10px 5px 0px 15px;
}

/* --------------- Formulare ---------------*/
select {
	width: 200px;
	margin-right: 10px;
	padding: 1px 0px 1px 3px;
}

select .groesse {
	width: 100px;
	margin-right: 10px;
	padding: 1px 0px 1px 3px;
}

option {
	padding-left: 6px;
}

hr {
	border: 0;
	color: #0b090a;
	background-color: #0b090a;
	height: 1px;
	margin-bottom: 5px;
}

.selectComeFrom {
	width: 250px;
}

.formLabel {
	margin-right: 15px;
	font-weight: bolder;
}

.labelKasse {
	padding-left: 10px;
	color: #919795;
}

.inputError {
	padding-left: 10px;
	color: #e2001a;
	font-weight: bolder;
}

.inputWeiter {
	width: 55px;
	background-color: #fbcc00;
	border: 1px solid #0b090a;
	cursor: pointer;
}

.buttonOK {
	float:right;
	font-size: 0.834em;
	margin-left: 60px;
	margin-top: -20px;
	width: 25px;
	height: 18px;
	background-color: #fbcc00;
	border: 1px solid #0b090a;
	cursor: pointer;
}

.kasseanzahl {
  width: 25px;
  margin-right: 3px;
}

.inputRecalc {
	margin-top: 5px;
	width: 145px;
	background-color: #fbcc00;
	border: 1px solid #0b090a;
	padding: 2px;
	cursor: pointer;
}

.inputCart {
	width: 120px;
	background-color: #fbcc00;
	border: 1px solid #0b090a;
	padding: 2px;
	cursor: pointer;
}

.refreshbutton {
	background-image: url('../bilder/cart_refresh.jpg');
	width: 175px;
	height: 55px;
	border: 0;
	padding: 0;
	cursor: pointer;
}

fieldset {
	border: 0px solid #8d8c8d;
	padding-left: 20px;
	padding-top: 20px;
}

.fieldsetvorschau {
	height: 280px;
  	background: url("../bilder/vorschau.jpg") no-repeat;
  	background-position: 5px 5px;
}

.fieldsetwareninfos {
	margin-bottom: 40px;
}

.fieldsetwareninfos2 {
	margin-left: 8px;
	margin-bottom: 20px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	color: #0b090a;
	margin-bottom: 20px;
	padding: 3px 10px 0px 10px;
	border-left: 1px solid #8d8c8d;
	border-top: 1px solid #8d8c8d;
	border-right: 1px solid #8d8c8d;
	background-color: #e9e9e9;
}

.nlCBox {
	position: relative;
	margin-top: 2px;
	z-index: 10;
}

.nlCBoxText {
	font-size: 0.834em;
	line-height: 1.334em;
}


/*
 * Warenkorb Stuff
*/
.tdabstand {
	padding-top: 7px;
	padding-bottom: 7px;
}

.tdpreis {
	color: #e2001a;
	font-weight: bold;
}

.zwischensumme {
	color: #e2001a;
	font-weight: bold;
	font-size: 1.1em;
}

.infoklein {
	font-size: 0.834em;
}

.infokleinrot {
	color: #e2001a;
	font-size: 0.834em;
}

.reihe {
  clear: both;
  padding: 10px 0px;
}

.reihelow {
  clear: both;
}

.reihe_NoTel {
	clear: both;
	font-size: 10px;
	display: none;
}

.label {
  float: left;
  width: 350px;
  text-align: left;
  padding-top: 3px;
  padding-right: 5px;
  margin-left: 30px;
}

.label_red {
  float: left;
  width: 350px;
  text-align: left;
  padding-top: 3px;
  padding-right: 5px;
  margin-left: 30px;
  color: #e2001a;
  font-weight: bold;
}

.anmeldeReihe {
	width: 600px;
	margin-left: 15px;
	margin-top: 25px;
}

.anmeldeRadio {
	float: left;
	width: 20px;
}

.anmeldefeld {
	float: left;
	width: 550px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom: 1px dotted #000;
}

.labelFeld {
	width: 550px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom: 1px dotted #000;
}

.labelBreit {
	width: 550px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.feld {
  float: left;
  width: 500px;
  text-align: left;
  margin-left: 30px;
} 

.feld_newsletter {
	float: left;
	width: 25px;
	text-align: left;
	margin-left: 30px;
}

.defbreite {
  width: 260px;
}

.anzbreite {
  width: 50px;
}

.anzneuebreite {
  width: 30px;
}

.vorname {
	width: 100px;
}

.nachname {
	width: 153px;
}

.plz {
  width: 50px;
}

.wohnort {
  width: 203px;
}

.tel_vw {
	width: 50px;
}

.tel_rn {
	width: 195px;
}

.tel_label {
	font-size: 0.917em;
}

.tel_trenner {
	font-size: 1.167em;
}

.kasse_weiter_button {
	background-color: #fbcc00;
	border: 1px solid #0b090a;
	cursor: pointer;
	padding: 10px 15px 10px 15px;
	font-size: 1.334em;
	font-weight: bolder;
	float: right;
	color: #e2001a;
}

.kasse_form_button {
	background-color: #fbcc00;
	border: 1px solid #0b090a;
	cursor: pointer;
	padding: 8px;
	font-size: 1.25em;
	font-weight: bolder;
	float: right;
	color: #e2001a;
}

.kasse_form_button_back {
	background-color: #fbcc00;
	border: 1px solid #0b090a;
	cursor: pointer;
	padding: 8px;
	font-size: 1.25em;
	font-weight: bolder;
	float: left;
	color: #e2001a;
}

.codebutton {
	padding: 0px;
	cursor: pointer;
}

.brleft {
	clear: left;
}

.warenkorb_head {
	height: 30px;
	background-color: #a0a0a0;
	color: #ffffff;
	font-weight: bolder;
}

.kasse_head {
	clear: both;
	background-color: #a0a0a0;
	color: #ffffff;
	padding: 7px 0px 7px 30px;
	vertical-align: middle;
}

.cAdrBox_padding {
	float: left;
	width: 255px;
	height: auto;
	background-color: #fff;
	border: 1px solid #8d8c8d;
	margin-right: 10px;
}
.cAdrBox {
	float: left;
	width: 255px;
	height: auto;
	background-color: #fff;
	border: 1px solid #8d8c8d;
}
.best_head {
	width: auto;
	background-color: #e8ebf2;
	padding: 8px;
	vertical-align: middle;
}
.best_body {
	width: auto;
	background-color: #fff;
	padding: 5px 8px 8px 8px;
	vertical-align: middle;
	border-top: 1px solid #8d8c8d;
}

.cZArtBox {
	float: left;
	width: 250px;
	height: auto;
	background-color: #fff;
	border: 1px solid #8d8c8d;
}
.best_head_zArt {
	width: auto;
	background-color: #e8ebf2;
	padding: 8px;
	vertical-align: middle;
	border-top: 1px solid #8d8c8d;
}
.best_body_zArt {
	width: auto;
	font-size: 0.917em;
	background-color: #fff;
	padding: 5px 8px 8px 8px;
	vertical-align: middle;
	border-top: 1px solid #8d8c8d;
}

.cBestellung {
	width: 522px;
	background-color: #fff;
	border: 1px solid #8d8c8d;
}

.zArtBestHeadline {
	float: left; 
	vertical-align: middle;
	font-weight: bolder;
}

.zArtBestRechnungsbetrag {
	font-size: 1.167em;
	float: left; 
	vertical-align: middle;
	font-weight: bolder;
}

.zArtBestBody {
	float: left; 
	margin-top: 5px;
}


/* -----------Einstellungen für Bestellübersicht--------------------------- */

.order_uebersicht {
	font-size: 0.834em;
	margin-top: -15px;
}


.order_uebersicht_td {
	color: #0b090a;
	font-size: 1.167em;
	font-weight: bold;
	padding-bottom: 12px;
	margin-top: -30px;
}

.order_info_td {
	color: #0b090a;
	font-size: 1.167em;
	padding-bottom: 12px;
	margin-top: -30px;
}

.order_uebersicht_disab {
	color: #bfbfbf;
	font-size: 1.167em;
	font-weight: bold;
	padding-bottom: 12px;
	margin-top: -30px;
}

.order_uebersicht_active {
	color: #e2001a;
	font-size: 1.167em;
	font-weight: bold;
	padding-bottom: 12px;
	margin-top: -30px;
}

.infokleinrot {
	color: #e2001a;
	font-size: 0.834em;
}

.red {
	color: #e2001a;
}

.myinput {
	background-color: #eeedac;
	color: #0c2f53;
	font-size: 0.834em;
	padding: 3px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #0c2f53;
}

.myinput:hover {
	background-color: #eeedac;
	color: #5a86b3;
	font-size: 0.834em;
	padding: 3px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #0c2f53;
}

.myinput:active {
	background-color: #eeedac;
	color: #fff;
	font-size: 11px;
	padding: 3px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #0c2f53;
}

.radioZahlung {
	float: left;
	height: 100px;
	padding-top: 2px;
	margin-right: 15px;
}

.radioText {
	
}

.logPic {
	margin-top: 5px;
}

.cLogistik {
	height: 70px;
	background-color: #a0a0a0;
	color: #ffffff;
	padding: 10px 0px 7px 30px;
	vertical-align: middle;
}

.logistikText {
	margin-top: 5px;
	margin-right: 50px;
	float: left;
}


/* -----------Boxen im Kontobereich--------------------------- */
#cKontoinfo {
	color: #666666;
	padding-top: 35px;
	margin-left: 740px;
	margin-bottom: 30px;
	width: 210px;
	height: auto;
}

#anmeldebox {
	width: auto;
	height: auto;
	margin: 15px 10px 0px 5px;
	padding: 20px;
	border: 1px solid #8d8c8d;
	background-color: #f3f3f3;
}

/*
 * Konto Content Tabelle
 */
.cContentTable {
	width: 100%;
	border: 1px solid #8d8c8d;
	margin-bottom: 20px;
}

.cContentTableError {
	width: 100%;
	border: 1px solid #a00b12;
	margin-bottom: 20px;
}

.cContentTableOK {
	width: 100%;
	border: 1px solid #5a86b3;
	margin-bottom: 20px;
}

.cBoxheader {
	padding: 5px;
	height: 20px;
	background-color: #c2c2c2;
	color: #0b090a;
	font-size: 1.084em;
	font-weight: bolder;
	border-bottom: 1px solid #8d8c8d;
	margin-bottom: 10px;
}

.cBoxheaderError {
	padding: 5px;
	height: 20px;
	background-color: #a00b12;
	color: #fff;
	font-size: 1.084em;
	font-weight: bolder;
	border-bottom: 1px solid #a00b12;
	margin-bottom: 10px;
}

.cBoxheaderOK {
	padding: 5px;
	height: 20px;
	background-color: #5a86b3;
	color: #fff;
	font-size: 1.084em;
	font-weight: bolder;
	border-bottom: 1px solid #5a86b3;
	margin-bottom: 10px;
}

.cBoxDesc {
	padding: 5px;
}

.cBoxContent {
	padding: 5px;
}

label.lblkonto {
	margin-right: 10px;
}

input.radiokonto {
	margin-right: 10px;
}

input.submitkonto {
	margin-left: 20px;
}

input.ktousername {
	width: 200px;
}

input.ktopassword {
	width: 144px;
}

br.brabsatz {
	margin-bottom: 10px;
}

br.brabsatzgross {
	margin-bottom: 25px;
}

hr.konto {
	border: 0;
	color: #0b090a;
	background-color: #0b090a;
	height: 1px;
	margin: 20px 0px 20px 0px;
}

hr.kontosmall {
	border: 0;
	color: #0b090a;
	background-color: #0b090a;
	height: 1px;
	margin: 6px 0px 6px 0px;
}

li {
	margin-bottom: 5px;
}

.konto_error {
	display: block;
}

.konto_error_hidden {
	display: none;
}
 
 
