/* 26.08.09 dct */

/* Allgemein */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #777777;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
td,th {
	color: #000000;
}

/* Icons */
.homeicon {
	background: url(../images/img/home.png) no-repeat;
	background-position: left;
	padding-left: 20px;
}
.warenkorbicon {
	background: url(../images/img/warenkorb.png) no-repeat;
	background-position: left;
	padding-left: 20px;
}
.adressicon {
	background: url(../images/img/adresse.png) no-repeat;
	background-position: left;
	padding-left: 20px;
}
.payicon {
	background: url(../images/img/pay.png) no-repeat;
	background-position: left;
	padding-left: 26px;
}
.pdficon {
	background: url(../images/img/pdf.png) no-repeat;
	background-position: left;
	padding-left: 20px;
}
.slimboxicon {
	background: url(../images/img/slimbox.png) no-repeat;
	background-position: left;
	padding-left: 20px;
}

/* IDs */
#login {
	margin: auto;
	margin-bottom: 6px;
	margin-top: 4px;
	width: 620px;
	text-align: right;
}
#header {
	margin: auto;
	width: 620px;
	height: 132px;
	background-color: #000000;
	background-image: url(../images/img/header.png);
	background-repeat: no-repeat;
}
#navi {
	margin-left: 310px;
	margin-top: 52px;
	float: left;
	word-spacing: 12px;
}
#content {
	margin: auto;
	margin-top: 20px;
	width: 620px;
	min-height: 400px;
	color: #000000;
}
#footer {
	margin: auto;	
	margin-top: 25px;
	width: 620px;
	text-align: center;
	color: #666666;
}

/* Allgemein Link und Text */
.dummy, .dummy:hover, .dummy:active, .dummy:focus { 
	text-decoration:none; 
	border: 0px; 
}
a {
	color: #000000;
	border-bottom: 1px solid #9B9B9B;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #666666;
}
.heading {
	color: #4D97CA;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 14px;
}

/* size chart */
#sizechart {
	margin-top:4px;
}

/* Family */
.familylogos {
	margin: 8px;
	vertical-align: middle;
}

/* Tabellen */
.tab {
	margin: 16px 0px 16px 0px;
}
.newpwtab, .newpotab {
	margin: 16px 0px 0px 0px;
}

/* Navigation Text und Links */
.naviinaktiv {
	font-size: 14px;
	font-weight: bold;
	color: white;
}
.navilinks {
	font-size: 14px;
	font-weight: bold;
	color: #A8CD38;
	border-bottom: 2px solid #4B4B4B;
	text-decoration: none;
}
.navilinks:hover,
.navilinks:active,
.navilinks:focus {
	color: #83A02E;
}

/* Footer Links */
.footerlink {
	color: #484848;
	border-bottom: 1px solid #BCBCBC;
	text-decoration: none;
}
.footerlink:hover,
.footerlink:active,
.footerlink:focus {
	color: black;
}

/* Login Link */
.loginlink {
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #9B9B9B;
	text-decoration: none;
}
.loginlink:hover,
.loginlink:active,
.loginlink:focus {
	color: #666666;
}

/* Home Link */
.homelink {
	color: #000000;
	border-bottom: 1px solid #9B9B9B;
	text-decoration: none;
}
.homelink:hover,
.homelink:active,
.homelink:focus {
	color: #666666;
}

/* Line */
.hrtop {
	margin-top: 16px;
	margin-bottom: 2px;
	border:none;
	border-top: 1px dashed #CCCCCC;
	background-color: #FFFFFF;
	height: 1px;
}
.hrbottom {
	margin-bottom: 16px;
	margin-top: 2px;
	border:none;
	border-top: 1px dashed #CCCCCC;
	background-color: #FFFFFF;
	height: 1px;
}

/* Location */
.location {
	font-size: 14px;
	color: #333333;
	text-align: left;
}
.location * {
	font-size: 14px;
	color: #333333;
}

/* Breadcrumb */
.bclink {
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #9B9B9B;
	text-decoration: none;
}
.bclink:hover,
.bclink:active,
.bclink:focus {
	color: #666666;
}
.bcarrow {
	color: #4D97CA;
}
.bcinaktiv {
	color: #CCCCCC;
}

/* News */
.news {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
} 
.newsheading {
	color: #4D97CA;
	margin-bottom: 4px;
	font-size: 14px;
}
.newsinfo {
	font-size: 10px;
	color: #666666;
	margin-bottom: 12px;
}
.newscomment {
	margin-top: 12px;
	margin-bottom: 4px;
}
.newsimg {
	/*margin: auto;*/
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
}

/* Artikeluebersicht */
.article {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.articleinfo {
	color: #4D97CA;
	margin-bottom: 4px;
	font-size: 14px;
}
.articleimg {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}
.articledetails {
	margin-top: 20px;
	margin-bottom: 20px;
}
.articleheading {
	color: #4D97CA;
	margin-bottom: 4px;
	font-size: 14px;
}
.articleprice {
	color: #7DAC0D;
	font-weight: bold;
	margin-bottom: 18px;
	margin-top: 16px;
}
.mehrbilderlink {
	color: #000000;
	border-bottom: 1px solid #9B9B9B;
	text-decoration: none;
}
.mehrbilderlink:hover,
.mehrbilderlink:active,
.mehrbilderlink:focus {
	color: #666666;
}

/* Kommentare */
.newswithcomment {
	margin-top: 20px;
	margin-bottom: 18px;
	text-align: left;
} 
.comment {
	text-align: left;
	margin-bottom: 16px;
} 
.commentautor {
	color: #4D97CA;
	margin-bottom: 4px;
}
.fnewcommenttext {
	width: 480px;
	height: 100px;
	overflow-x: hidden;
}

/* Login */
.login, .incontent { 
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Wizard */

/* Shopping Card */
.cardtab {
	margin: 16px 0px 0px 0px;
	/*table-layout:fixed;*/
}
.cardpricetab {
	color: #000000;
	margin-top: 14px;
}
.tabheading { 
	color: #4D97CA;
	margin-bottom: 4px;
	font-size: 14px;
}
.cardbox {
	margin: 6px 0px 6px 0px;
	/*width: 34px;*/
	width: 54px
}
.icoenf {
	margin-left: 24px;
}
.cardprice {
	color: #7DAC0D;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
}

/* Wizard Navigation */
.wznavi {
	margin: 16px 0px 4px 0px;
}

/* AGB */
.fcoagb {
	margin: 14px 0px 14px 14px;
}
.agbtxt {
	width: 620px;
	height: 100px;
	background-color:#CCCCCC;
	color: #000000;
}
.agb {
	margin: 0px 0px 30px 0px;
}

/* Kundenbereich */
.kbnavi {
	margin-top: 10px;
	color: #000000;
}
.rechtab {
	margin-top: 8px;
	table-layout:fixed;
}
.rechtab2 {
	margin: 26px 0px 26px 0px;
	table-layout:fixed;
}

/* Meldungen */
.errormessage {
	margin-top: 22px;
	margin-bottom: 22px;
	text-align: left;
	color: #000000;
	font-size: 14px;
	border: 1px solid #F40404;;
	background-color: #FFA9A9;
	padding: 12px;
} 
.successmessage {
	margin-top: 22px;
	margin-bottom: 22px;
	text-align: left;
	color: #000000;
	font-size: 14px;
	border: 1px solid #7DAC0D;
	background-color: #EEFCD2;
	padding: 12px;
}

/* Validierungsfehler */
.errorhelp {
	margin-left:14px;
	color: red;
}
