/* ###### Allgemein ###### */
*
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

body
{
	margin:0px 0px 0px 0px;
	background-color:#DEDEDE;
	background-image:url(../img_design/bg_n.jpg); 
}

/* Hyperlinks */
a
{
	color:#ff6600;
	text-decoration:none;
}

a:hover
{
	color:#ff6600;
	text-decoration:underline;
}

/* Übershriften */

h1
{
	letter-spacing:2px;
	font-size: 16px;
	color:rgb(155,0,33);
}

h2
{
	font-size: 14px;
	font-weight:bold;
	color:#151515;
}

h3, h4, h5, h6
{
	font-size:12px;
	font-weight:bold;
}

/* ##### Container ##### */
#main_container
{
	width:720px;
	margin:auto;
	background-color:#FFF;	
	background-image:url(../img_design/content_bg.gif); 
	background-repeat:repeat-y;
}

#banner
{
	width:720px;
	height:290px;
	position:relative;
	float:left;
	text-align:right;
	vertical-align:bottom;
	background-image:url(../img_design/banner.jpg); 
	background-repeat:no-repeat;
	background-color:#151515;
}

#page_title
{
	background-color:#151515;
	width:696px;
	height:30px;
	float:left;
	padding-top:10px;
	padding-left:24px;
	padding-bottom:1px;
	color:#fff;
	letter-spacing:10px;
	font-size:14px;
}

#sidebar
{
	background-color:#ff6600;
	width:200px;
	height:100%;
	position:relative;
	float:left;
	padding-top:25px;
	background-image:url(../redaxo/pics/img_layout/sb_u2.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
}

#content
{
	background-color:#FFF;
	width:450px;
	height:auto;
	float:left;
	padding-left:10px;
	padding-right:5px;
	padding-top:25px;
	padding-bottom:15px;
}

#footer
{
	background-color:#151515;
	padding-top:8px;
	width:720px;
	height:25px;
	position:relative;
	clear:both;
	font-size:10px;
	text-align:center;
	color:#fff;
}

/* ##### Navigation ##### */

#banner a
{
	color:#151515;
}

/* Navigation */

#navigation
{
	margin-left:0px;
	padding-left:0px;
}

/* Level 1 */

#navigation li.lev1
{
	list-style:none;
	line-height:18px;
	margin-top:5px;
}

#navigation li.lev1:hover
{

}

#navigation li.lev1 a
{
	text-decoration:none;
	font-size:12px;
	color:#151515;
}

#navigation li.lev1 a:hover
{
	text-decoration:underline;
	color:#151515;
}

#navigation li.lev1 a.akt
{
	text-decoration:underline;
	font-weight:bold;
	color:#151515;
}

#navigation li.lev1 a.akt:hover
{
	text-decoration:underline;
	font-weight:bold;
	color:#151515;
}

/* Level 2 */

#navigation li.lev2
{
	list-style:none;
	line-height:18px;
	padding-left:35px;
}

#navigation li.lev2:hover
{

}

#navigation li.lev2 a
{
	text-decoration:none;
	color:#151515;
}

#navigation li.lev2 a:hover
{
	text-decoration:underline;
	color:#151515;
}


/* ##### Content ##### */

#content *
{
	line-height:150%;
}

#content a:hover
{
	text-decoration:underline;
}

#content p
{
	padding-top:0px;
}

#content p.clear
{
	clear:both;
	padding-top:5px;
}

#content img.left
{
	float:left;
	padding-top:2px;
	padding-right:5px;
}

#content img.right
{
	float:right;
	padding-left:5px;
}

#content ul
{
	list-style:square;
}

#content li
{
	margin-bottom:5px;
}

/* ##### Sidebar Newsbox ##### */

#sidebar #news_title
{
	font-weight:bold;
	font-size:12px;
	color:#151515;
	padding-left:24px;
	margin-left:0px;
	margin-bottom:10px;
	padding-bottom:0px;
	border-bottom: 1px solid #151515;
}

#sidebar #news_text
{
	color:#151515;
	padding-left:25px;
	margin-left:0px;
	margin-bottom:10px;
	padding-bottom:10px;
}

#sidebar #news_text a
{
	color:#151515;
	text-decoration:none;
}

#sidebar #news_text a:hover
{
	color:#151515;
	text-decoration:underline;
}

#footer a
{
	font-size:11px;
}

#footer a:hover
{
	text-decoration:underline;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:425px;
	background-color:#fff;
	color:#151515;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#fff;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:250px;
	border:1px solid #ccc;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #ccc;
	background-color:#fff;
	color:#151515;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}



/* ------------------ START:PRODUKTDARSTELLUNG ------------------ */

.subline
{
	font-weight:bold;
	font-size:14px;
}

.produktlistebild{
	float:left;
	margin:0px 10px 0px 0px;
	width:150px;
	border:white 1px solid;
}
.produktlistetexte{
	float:left;
	display:block;
    width:280px;
	border:solid white 1px;
	margin:0px 0px 0px 0px;
}
.trenner{
   	margin:10px 0px 10px 0px;
}
.produktlisteblock{
	clear:both;
}
.produktlistepreis{
	display:block;
	width:100%;
}
.produktlistedetaillink{
    width:434px;
	display:block;
	text-align:right;
    padding:10px 0px 0px 0px;
	text-decoration:none;
}
a.produktlink{
	color:#151515;
	text-decoration:none;
}

span.produktpreis
{
	color:#CC0000;
	font-weight:bold;
}

span.produktartid
{
	color:#151515;
	font-weight:normal;
}

a.bestellen
{
	color:#ff6600;
	font-weight:bold;
	text-decoration:underline;
}

a.bestellen:hover
{
	color:#ff6600;
	font-weight:bold;
	text-decoration:none;
}

.produktdetailblock{
	clear:both;
}
.produktdetailbildblock{
	display:block;
	margin:0px 0px 10px 0px;
	border:solid 1px white;
}
.produktdetailname{
	display:block;
	width:100%;
}
.produktdetailbild{
	display:block;
	float:left;
}
.produktdetailtextblock{
	float:right;
}

.produktdetailpreis{
	display:block;
}

.produktdetailwkllink a
{
	color:#151515;
	font-weight:normal;
	text-decoration:none;

}
.produktdetailartikelnummer{
	display:block;
}
.produktdetaildescription{
	display:block;
	width:100%;
	clear:both;
	color:#151515;
}


.produktlisteartikelnummer{
	display:block;

}
.produktteaserbild{
	float:left;
	width:150px;
	margin:0px 10px 0px 0px;
}
.produktteasertexte{
	float:left;
	display:block;
    width:282px;
	border:solid white 1px;
	margin:0px 0px 20px 0px;
}
.produktteaserdetaillink{
    width:434px;
	display:block;
	text-align:right;
    padding:0px 0px 10px 0px;
}

.warenkorblink{
   	color:#ff6600;
   	font-weight:bold;	
	text-decoration:none;
}
.produktlink{
	color:#ff6600;
	text-decoration:none;
}


a.wkproduktlink
{
	color:#ff6600;
	text-decoration:underline;
}
a.wkproduktlink:hover
{
	color:#ff6600;
	text-decoration:none;
}

.wkblock{
  	clear:both;
}
.wkbild{
	float:left;
	margin:0px 10px 20px 0px;
	width:75px;
}
.wktexte{
	float:left;
	display:block;
    width:355px;
	border:solid white 1px;
	margin:0px 0px 20px 0px;
}
.wkname{
	float:left;
	display:block;
    width:145px;
}
.wkanzahl{
	float:left;
	display:block;
    width:50px;
    text-align:center;
}

.wkanzahl a
{
	color:#151515;
}

.wkpreis{
	float:left;
	display:block;
    width:80px;
    text-align:right;
}
.wksummepreis{
	float:left;
	display:block;
    width:80px;
    text-align:right;
}
.wkgesammtsummebez{
	float:left;
	display:block;
    width:365px;
    text-align:right;
}
.wkgesammtsumme{
	float:left;
	display:block;
    width:80px;
    text-align:right;
}

.wkgesammtmwstbez{
	float:left;
	color:#999999;
	display:block;
    width:365px;
    text-align:right;
}
.wkgesammtmwst{
	float:left;
	color:#999999;
	display:block;
    width:80px;
    text-align:right;
}
.wkkeinprodukt{
	color:#ff6600;
 	width:100%;
    text-align:right;
}
.wknettoprodukt{
 	width:100%;
    text-align:right;
}
.wklinkbestellen{
 	width:100%;
    text-align:right;
}


/* ------------------ END:PRODUKTDARSTELLUNG ------------------ */

/* ------------------ START: FORMS ------------------ */
.inputtext {
	width:250px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:12px;
	font-family:arial;
	padding:2px;
	margin:2px 0px 2px 0px;
	line-height:14px;
}
.produktinputtext {
	width:250px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:12px;
	font-family:arial;
	padding:2px;
	margin:2px 0px 2px 0px;
	line-height:14px;
}
.produktselect {
	width:255px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:12px;
	font-family:arial;
	padding:2px;
	margin:2px 0px 2px 0px;
	line-height:14px;
}
.inputtextmedium {
	width:130px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:12px;
	font-family:arial;
	padding:2px;
	margin:2px 0px 2px 0px;
	line-height:14px;
}
.inputtextshort {
	width:50px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:12px;
	font-family:arial;
	padding:2px;
	margin:2px 0px 2px 0px;
	line-height:14px;
}
.inputcheckbox
{
	border:1px solid #ccc;
	background-color:#fff;
	font-size:12px;
	font-family:arial;
	padding:0px;
	margin:2px 0px 2px 0px;
	line-height:14px;	
}
.inputsubmit {
	font-size:12px;
	font-family:arial;
	width:50%;
	border:1px solid #ccc;
	background-color:#fff;
	padding:2px;
	margin:2px 0px 2px 0px;
	font-weight: bold;
	line-height:14px;
}
.inputtlabel {
	vertical-align:middle;
	font-size:12px;
	font-family:arial;
	padding:2px;
	line-height:14px;
}
.inputarea {
	width:250px;
	height:200px;
	border:1px solid #ccc;
	background-color:#fff;
	padding:2px;
	margin:2px 0px 2px 0px;
	line-height:14px;
}
select {
	border:0px solid #ccc;
	background-color:#fff;
	margin:2px 0px 2px 0px;
	line-height:14px;
}
/* ------------------ END: FORMS ------------------ */