* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;	
	padding-top: 20px;
	color: #002265;
}

#container {
	width: 985px;
	margin: 0 auto;
	position: relative;
}

#flashleiste {
	width: 985px;
	height: 25px;
	background-color: #000066;
	background-image: url(../img/flashleiste_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#contentContainer {
	width: 832px;
	height:auto !important;
	min-height: 685px;
	background-image: url(../img/content_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}

#content {
	width: 645px;
	float: left;
	padding: 30px 20px 20px 20px;
}

#subcontent {
	width: 520px;
	float: left;
	padding: 30px 20px 20px 20px;
}

#submenu {
	float: left;
	width: 125px;
	margin-top: 50px;
}

#box_right {
	width: 	134px;
	float: right;
	margin-right: 10px;
}

#suchbox {
	height: 20px;
}

#text-search-input {
	border:2px solid #000066;
	font-size:12px;
	font-style:italic;
	height:15px;
	width:129px;
}
#suchbox form {
	margin-top: 7px;	
}
#sprachwahl {
	height: 55px;	
	margin-top: 5px;
}
#sprachwahl select {
	width: 133px;
	height: 20px;
	border:2px solid #000066;
}
#sprachwahlForm img {
	margin-bottom: 5px;
	cursor: pointer;
}

.warenkorb {
	background-image: url(../img/warenkorb_bg.png);
	height:52px;
	padding-left:10px;
	padding-top:6px;
	color: white;
	margin-top: 15px;
	width: 123px;
}
.warenkorb a:link, .warenkorb a:visited, .warenkorb a:active {
	color: white !important;	
	display: block;
	margin-top: 3px;
}

/*------MAIN-NAVI-----*/
#mainnavi {
	width: 985px;
	height: 27px;
	margin-left: -5px;
}

.navi {
	list-style-type: none;	
}
.navi li {
	float: left;
	width: 139px;
	height: 27px;
	text-align: center;
	cursor: pointer;
	background-image: url(../img/navi_no.jpg);
}
.navi li:hover {
	background-image: url(../img/navi_ro.jpg);
}
.navi .active {
	background-image: url(../img/navi_ro.jpg);
}
.navi a:link, .navi a:visited, .navi a:hover{
	display: inline-block;
	width: 139px;
	height: 20px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
}

/*------SIDE-NAVI-----*/
#leftnavi {
	width: 153px;
	height: 700px;
	float: left;
	background-color: #99ccff;
	background-image: url(../img/leftnavi_background.jpg);
}
#leftnavi #logo {
	background-image: url(../img/dline_logo.jpg);
	width: 153px;
	height: 278px;
}

.sidenavi {
	list-style-type: none;	
	margin-top: 20px;
	margin-bottom: 15px;
}
.sidenavi li {
	width: 152px;
	height: 24px;
	cursor: pointer;
	background-image: url(../img/subnavi_no.jpg);
	margin-bottom: 6px;
}
.sidenavi li:hover {
	background-image: url(../img/subnavi_ro.jpg);
}
.sidenavi .active {
	background-image: url(../img/subnavi_ro.jpg);
}
.sidenavi .active a:link, .sidenavi .active a:visited {
	color: white;
}
.sidenavi a:link, .sidenavi a:visited, .sidenavi a:hover{
	display: inline-block;
	width: 138px;
	height: 21px;
	color: #000066;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 08px;
}
.sidenavi a:hover {
	color: white;	
}

/*------SUB-NAVI-----*/
.submenu {
	list-style-type: none;	
}
.submenu li {
	cursor: pointer;
}
.submenu li:hover {
	
}
.submenu .active {
	
}
.submenu .active a:link, .submenu .active a:visited {
	color: #CC0000;
}
.submenu a:link, .submenu a:visited, .submenu a:hover{
	display: inline-block;
	width: 138px;
	height: 15px;
	color: #000066;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.submenu a:hover {
	color: #CC0000;
}

/*------BUTTONS-----*/
#buttonOrange {
	width: 154px;
	height: 43px;
	background-image: url(../img/button_orange_no.jpg);
	text-align: center;
}
#buttonOrange a:link, #buttonOrange a:visited {
	display: inline-block;
	width: 124px;
	height: 40px;
	color: white;
	font-weight: bold;
	padding-top: 3px;
	text-decoration: none;
	padding-right: 30px;
}
#buttonOrange a:hover {
	background-image: url(../img/button_orange_ro.jpg);
}
.orange_active {
	background-image: url(../img/button_orange_ro.jpg) !important;
}


#buttonGreen {
	width: 124px;
	height: 43px;
	background-image: url(../img/button_gruen_no.jpg);
	text-align: center;
	margin-top: 10px;
	padding-right: 30px;
}
#buttonGreen a:link, #buttonGreen a:visited {
	display: inline-block;
	width: 124px;
	height: 40px;
	color: white;
	font-weight: bold;
	padding-top: 3px;
	text-decoration: none;
	padding-right: 30px;
}
#buttonGreen a:hover {
	background-image: url(../img/button_gruen_ro.jpg);
}
.green_active {
	background-image: url(../img/button_gruen_ro.jpg) !important;
}


#buttonBlue {
	width: 154px;
	height: 43px;
	background-image: url(../img/button_blau_no.jpg);
	text-align: center;
	margin-top: 10px;
}
#buttonBlue a:link, #buttonBlue a:visited {
	display: inline-block;
	width: 124px;
	height: 40px;
	color: white;
	padding-top: 5px;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	padding-right: 30px;
}
#buttonBlue a:hover {
	background-image: url(../img/button_blau_ro.jpg);
}
.blue_active {
	background-image: url(../img/button_blau_ro.jpg) !important;
}


.forum {
	font-size: 11px;	
	font-weight: bold;
	color: #99ccff;
}



/* ALLGEMEINDE PARAMETER */

img {
	border: 0;	
}

p {
	margin-bottom: 10px;	
	line-height: 140%;
}

#content ul, #subcontent ul {
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#content li, #subcontent li {
	margin-bottom: 10px;	
}

#content ol, #subcontent ol {
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#content a:link, #content a:visited, #subcontent a:link, #subcontent a:visited {
	color: #CC0000;	
}
#content a:hover, #subcontent a:hover {
	color: #ec5f5f;	
}

/*Links im Container 1*/
.csc-frame-frame1 a:link, .csc-frame-frame1 a:visited {
	color: #CC0000;	
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	margin-bottom: 20px;
}
.csc-frame-frame1 a:hover {
	color: #ec5f5f;	
}


h1 {
	color: #7cbdfd;	
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-image: url(../img/h1_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 15px;
}


h2 {
	background-color: #99CCFF;
	color :#002265;
	font-size: 15px;
	letter-spacing: 1px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h3, .csc-fdfx_2cols_pi1-subheader {
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
	display: block;
	font-weight: bold;
}

.csc-sword {
	font-weight: bold;	
	color: red;
}

.csc-header {
	height: 30px;	
}

.c2l1-left, .c2l1-middle {
	vertical-align: top !important;
	border: none !important;
}
.c3l1-left, .c3l1-middle, .c3l1-right {
	vertical-align: top !important;
	border: none !important;
}

/*PDF-Link */
a[href$='.pdf'] {
	padding: 5px 0 5px 20px;
	background: transparent url(../img/pdf_icon.png) no-repeat center left;
	margin-top: 4px;
}

.table_pzn th{
	background-color: #99CDFF;
	text-align: left;
	height: 20px;
	padding: 3px;
}
.table_pzn td {
	height: 25px;	
	padding: 3px;
	border-bottom: 1px #99CDFF solid;
}


/*-----FORMULAR------*/

form {
	margin-top: 20px;
	margin-bottom: 20px;
}

.divLabel {
	width: 220px;
	float: left;
}
.divLabelRechts {
	width: 370px;
	float: left;
}
.divLabelSonstiges {
	width: 120px;
	float: left;
}

.divInput {
	float: left;
	margin-right: 5px;
	vertical-align: middle;
}

.divButton {
	float: left;
	margin-right: 5px;
}

.clearer {
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
}

.divInput input, .divInput textarea, .divInput select {
	border: 1px solid #99CCFF;	
	color: #002265;
	margin-bottom: 10px;
}

/*---PRODUKTE SHOP---*/
.productPrevContainer {
	background-color: #dfebf5;
	margin-bottom: 30px;
	padding: 8px;
	border:1px solid #99CCFF;
}
.productPrevContainer form {
	margin-top: 0px;	
}
.productPrevImage {
	float: left;	
	width: 85px;
}
.productPrevInfos {
	float: right;	
	width: 540px;
}
.productPrevName {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
}
.productPrevEigenschaften {
	margin-bottom: 10px;
}
.productPrevDetails {
	margin-bottom: 10px;
}
.productPrevPreis {
	margin-bottom: 10px;	
}
.productPrevPreis .preis{
	font-weight: bold;
}
.productPrevSubProducts {
	float: left;
	margin-right: 20px;
}
.productPrevDuftstoff {
	float: left;
	margin-top: 2px;
	margin-right: 15px;
}
.productPrevDuftstoff input {
	/*vertical-align: top;	*/
}
.productPrevMenge {
	float: left;
	margin-bottom: 10px;
}
.productPrevButton {
	
}

/*---PRODUKTE DETAIL---*/
.productContainer {
	background-color: #C0DEF6;
	padding: 3px 10px 10px 10px;
	border-top: 2px #009DDC solid;
	border-bottom: 2px #009DDC solid;
	margin-top: 15px;
}
.productLeft {
	float: left;
	margin-right: 15px;
}
.productButtons {
	
}
.productButton {
	display: inline;	
}
.productImage {
	width: 143px;
	overflow: hidden;
}
.mengen {
	width: 143px;
	margin-top: 5px;	
}
.productBildzusatz_1 {
	background-color: #EE3424;
	color: white;
	font-weight: bold;
	padding: 3px;
}
.productBildzusatz_2 {
	background-color: #003366;
	color: white;
	font-weight: bold;
	padding: 3px;
}
.productRight {
	float: left;
	width: 450px;
}
.productName h3 {
	margin-top:	0px;
}
.productZusatzHellblau {
	color: #009DDC;
	font-size: 13px;
	font-weight: bold;
}
.productZusatzRot {
	color:#EE3424;
	font-size: 13px;
	font-weight: bold;
}
.productWO {
	font-size: 12px;
	font-weight: bold;
}
.productEigenschaften {
	margin-top: 10px;
	font-weight: bold;
}
.productEigenschaften strong {
	color: #009DDC;
	font-size: 13px;
	font-weight: bold;
}
.productInhaltsstoffe {
	margin-top: 10px;	
}
.productInhaltsstoffe strong {
	color: #009DDC;
	font-size: 13px;
	font-weight: bold;
}
.productOekonomie {
	margin-top: 10px;	
}
.productOekonomie strong {
	color: #009DDC;
	font-size: 13px;
	font-weight: bold;
}
.productZurueck {
	margin-top: 15px;	
}

/*WARENKORB*/
.warenkorbTable th {
	text-align: left;
	font-weight: bold;
	background-color: #99CCFF;
	padding: 5px;
}
.warenkorbTable td {
	padding: 5px;	
}
.warenkorbForm {
	margin: 0;
	padding: 0;
}
.deleteButton {
	cursor: pointer;
}

.backlink {
	margin-top: 20px;
	float: right;
}

.rgaccord2-content {
	width: 605px !important;
}

.gruen {
	color: green;	
}
.rot_gross {
	color:#CF0000;
	display:block;
	font-size:15px;
	font-weight:bold;
	margin-bottom:-9px;
	margin-top:10px;
}
.rot_fett_gross {
	color:#CF0000;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.gruen_fett_gross {
	color:green;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
