/******************************************************************************/
/*   Layout (general)
*******************************************************************************/ 

body, html { 
	width: 100%; 
	height: 102%;
}

body { 
	margin: 0;
	padding: 0;
	font-family : Verdana, Arial, sans-serif;
	background-color : #696977;
	color : #ffffff;
}

body#intro { 
	background:#25233a url(../files/whales1.jpg) no-repeat top;
}

#intro td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7a7f89;
}

#intro a { 
	text-decoration: none;
	color: #7a7f89;
}

#intro a.nav3 { 
	margin-left: 10px;
	font-size: 12px;
	color: #D8D8DF;
	text-decoration: none;
}
#intro a.nav3:hover { 
	color: #BDBDC6;
}




#container { 
	position: relative;
	width: 762px;
	height: 510px;
	left: 50%;
	margin-left: -380px;
	top: 20px;
	border: #ffffff 1px solid;
	background-color : #181734;
}

html>body #container { /* be nice to opera (&gekko) */
	height: auto;
	min-height: 510px;
	width: 760px;
}

#top { 
	position: absolute;
	color : #transparent;
	width: 610px;
	z-index:3;
}

#right { 
	position: absolute;
	width: 149px;
	margin-left: 611px;
	margin-top: 0px;
	color : #ffffff;
}

#logo { 
	position: relative;
	top: 0px;
	left: 2px;
}

#left { 
	position: absolute;
	top: 30px;
	float: left;
	width: 611px;
	margin-left: -1px;
	color : #26262F;
	border: #ffffff 1px solid;
	background-color : #D4D9DD;

}
html>body #left {
	width: 610px;
}


#text { 
	position: absolute;
	padding-top: 190px;
}

#sitePath {
	position: absolute;
	top: 171px;
	margin: 0px 0px 0 -10px;
	padding: 0px 5px 0px 5px;
	background-color : #B0B6C2;
	width: 601px;
	height: 23px;
}
html>body #sitePath { 
	top: 162px;
	margin: 8px 0px 0 -10px;
	width: 600px;
}

/* Pic */
#pic { 
	position: absolute;
	z-index:0;
	top: 50px;
}
html>body #pic { 
	top: 49px;
}


#content { 
	padding-top: 170px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 590px;
	min-height: 330px;
	height: 500px;
	font-size: 11px;
	line-height: 16px;
	
}
html>body #content { 
	height: auto;
}

#foot { 
	position: relative;
	bottom: 0px;
	padding-top: 0px;
	font-size: 10px;
	color: #F3F3F3;
	height: 20px; 
	background-color: #B0B6C2
}

#foot a.designer { 
	font-size: 10px;
	color: #936617;
}


/******************************************************************************/
/*   Content 
*******************************************************************************/ 

#content h1 { 
	font-family : Imprint MT Shadow, Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #7A7A8F;
	margin: 0 0 0 0;
	padding: 20px 0 10px 0;
} 
#content h2 { 
	font-family : Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #6B6B81;
} 
#content h3 { 
	font-family : Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #64647A;
	background-color: #BFC4CD;
	margin: 15px 0 5px 0;
	padding: 2px 0 2px 2px;
	width: 100%;
} 

#content ul { 
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
} 
#content li { 
	padding: 5px 0 0 0;
} 

#artikel { 

} 
#artikel .image_flLeft { 
	position: relative;
	float: left;
	padding-right: 10px;
}
#artikel .image_flRight { 
	float: right;
	padding-left: 10px;
} 
#artikel td p { 
	margin: 0;
	padding: 0;
} 
#artikel td img { 
	margin: 0 5px 0 0;
	padding: 0;
} 

#content a { color: #936617; text-decoration: none; font-style: italic; }
#content a:hover { text-decoration: underline; } 

#content div#sitePath a { color: #52508F; text-decoration: none; font-weight: bold; }

#content a.search { text-decoration: underline; color: #34348C; font-weight: bold; }
#content a.search:hover { color: #34348C; text-decoration: none; }

.contentbox {
	background-color: #F3F3F3; 
	border: 1px solid #B0B6C2;
	color: #494b5f;
	padding: 5px 5px 5px 5px;
	margin: 25px 0 0 0;
	width: 200px;
	text-align: left;
}

#toplink { 
	text-align: right; 
	margin: 20px 5px 0 0;
} 
#toplink a { 
	padding: 0 0 0 0;
	background-image : none;
	text-decoration: none;
	font-weight: bold;
} 


/* News */
.newstext {
	font-size: 10px;
	color: #494b5f;
}

.aktuellbox {
	background-color: #F3F3F3; 
	border: 1px solid #B0B6C2;
	color: #494b5f;
	margin: 20px 0 0 0;
	width: 200px;
}
.aktuelltitle {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	background-color: #B0B6C2;
}
.aktuell {
	padding: 0 5px 0 5px;
	margin-top: -5px;
	font-size: 9px;
	border-bottom: 1px solid #B0B6C2; 
}
.aktuell img {
	padding-top: 10px;
}
.aktuelldate {
	padding: 0 5px 0 5px;
	font-size: 9px;
}

#teaser {
	clear: both;
}

.teaser {
	background-color: #F3F3F3; 
	border: solid #cccccc 1px;
	color: #494b5f;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
}

.teaserdate {
	background-color: #B0B6C2; 
	border: solid #cccccc 1px;
	color: #F3F3F3;
	padding: 3px 3px 3px 5px;
}



/* Trennlinie */
hr {
	border:none #cccccc 1px;
	background-color:#808080;
	height:1px;
}

/* Titel */
.headline { 
	font-family: Verdana, Arial, sans-serif; 
	color: #996633; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 12px; 
}


/* Kalender */
#alistekal  { 
	padding: 3px 0 10px 0;
}
#alistekal a:link,#alistekal a:visited  { 
	font-size: 11px;
	color: #996633;
	font-weight : bolder;
	text-decoration: none;
}

.caldate { 
	font-family: Verdana, Arial, sans-serif; 
	color: #996633; 
	font-size: 11px; 
}  

.subline  { 
	position: relative;
	font-size: 14px;
	font-weight: bold;
	margin-left: 3px;
}


/*
 Guestbook Addon 
 @author staab[at]public-4u[dot]de Markus Staab
 @author <a href="http://www.public-4u.de">www.public-4u.de</a>
 @package redaxo3
 @version $Id: guestbook.css,v 1.8 2006/01/27 18:07:52 kills Exp $
 */


/*
	Formular Styles
*/


/* Formular */
form.gbook div {
	
}

/* Eingabefelder */
form.gbook input, form.gbook textarea {
	border: 1px solid #B0B6C2;
	width: 150px;
	background-color: #F6F4EF;
}

/* Text-Eingabefeld*/
form.gbook textarea {
	width: 260px;
	height: 72px;
}

/* Beschriftungen der Eingabefelder */
form.gbook div.label {
	width: 70px;
	float: left;
}

form.gbook div.field {
	margin-top: 10px;
}

/* Buttons */
form.gbook input.button {
    width: 129px;
	margin: 0px;
	margin-top: 5px;
	background-color: #D6D3CE;
}

/* Buttons-Layer*/
form.gbook div.buttons {
	text-align: right;
}

/* Zusatztext-Layer*/
form.gbook div.info {
	font-size: 10px;
	text-align: left;
}

/* Fehlermeldungs-Layer*/
form.gbook div.error {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}

/*
	Listen Styles
*/

/* Einträge-Layer */
div.gbook .entry {
	margin: 10px 0 10px 0;
	padding: 0 5px 0 5px;
	border: 1px solid #B0B6C2;
	background-color: #D1D4DA;
}

/* Pagination-Layer */
div.gbook .pagination {
	width: 100%;
	float: right;
}

/* Pagination-Links */
div.gbook .pagination a {
	padding-left: 2px;
	padding-right: 2px;
}

/* 
Allgemeine Formatierungen
*/

/* Beschriftungen */

div.gbook .time {
	position: relative;
	top: -5px;
	width: 120px;
	padding: 2px;
	border: 1px solid #B0B6C2;
	background-color: #B0B6C2;
	font-size: 10px;
	font-style: italic;
}
div.gbook .name, div.gbook .email, div.gbook .url {
	float: left;
}
div.gbook .name {
	font-weight: bold;
	width: 518px;
}
div.gbook .email .value {
	text-align: right;
}

/*div.gbook .name, div.gbook .email, div.gbook .url, div.gbook .time, div.gbook .text {
	padding: 0 5px 0 5px;
}

/* Werte */
div.gbook .value {

}

/* 
Spezifische Formatierungen

z.b.
[CODE]
div.gbook .<feldname> .<feldtyp>{
}
[/CODE]
*/

div.gbook .text .label, div.gbook .reply .label {
	padding: 5px;
}

div.gbook .text .value {
	clear: left;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #B0B6C2;
	background-color: #F3F3F3;
}
div.gbook .reply .value {
	clear: left;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #B0B6C2;
	background-color: #DDDDDD;
}


/* Forum */
.dgrey  { 
	color: #996633;
	background-color:#B0B6C2;
}

.font10 { 
	font-size: 10px;
}

td.grey { background-color: #EBEAD9; }
td.lgrey	{ background-color: #F8F8EF; }
td.llgrey { background-color: #CFCFA9; }
td.dgrey	{ color: #ffffff; background-color: #626183; }
th { color: #ffffff; background-color: #626183; }

input,select,textarea { 
	background-color:#cccccc;
	margin: 2px 0 2px 0;
	padding: 0 0 0 0;
	border: 1px solid Gray;
}
fieldset { 
	border: 1px solid Gray;
	margin: 0 3px 0 3px;
	padding: 3px 3px 3px 3px;
	height: 100%;
}
.inp100 { 
	width: 220px; 
	height: 17px;
	background-color:#cccccc; 
	border: 1px solid Gray;
}
.inp100grey { 
	width: 70px; 
	height: 13px;
	background-color:#cccccc; 
	border: none;
	font-size: 9px;
}
.inp100area { 
	width:90%; 
	height:50px; 
}


/* OK & Error */
.ok { 
	font-weight: normal; 
	color: #009933; 
}
.error { 
	font-weight: normal; 
	color: #cc3333; 
}


/* Galerie */

#hassoGallery { 
	padding: 0 0 20px 0;
}
#hassoPic { 
	text-align: center;
	margin: 10px 0 0 0;
}
#hassoPic .hassoDescription { 
	width: 494px;
	text-align: left;
	padding: 3px 3px 3px 3px;
	border:1px solid #B0B6C2;
	background-color: #DEDEDE;
}
#hassoPrevNextNav { 
	font-weight: bold;
	text-align: center;
	margin: 10px 38px 0 38px;
}
.hassoTitle { 
	font-weight: bold;
	width: 494px;
	text-align: center;
	margin: 0 0 2px 0;
	padding: 3px 3px 3px 3px;
	border:1px solid #B0B6C2;
	background-color: #DEDEDE;
}

#hassoPrevPic { 
	float: left;
	padding: 2px 2px 2px 2px;
	border:1px solid #B0B6C2;
	background-color: #CDD0D5;
}
#hassoNextPic { 
	float: right;
	padding: 2px 2px 2px 2px;
	border:1px solid #B0B6C2;
	background-color: #CDD0D5;
}
#hassoNav ul li { 
	list-style-type : none;
	font-size: 14px;
	font-weight: bold;
}
#hassoNav ul { 
	margin-left: 0; 
	padding-left: 0; 
}
#hassoThumbs { 
	padding-top: 10px;
}
#hassoThumbs div.hassoThumbTitle { 
	font-size: 9px; 
	width: 100px;
	color: #7D715B;
}
#hassoThumbs div.hassoThumb { 
	diaplay: block;
	height: 100px;
	float: left;
	padding: 3px 3px 3px 9px;
}



/******************************************************************************/
/*   Language Navigation
*******************************************************************************/ 

ul#lang-navcontainer { margin:-1px 0 0 0; padding: 0 0 0 0; } 

ul#lang-navcontainer li { 
   float: left; 
   margin: 0 0 0 0; 
   padding: 0 1px 0 0; 
   width: auto; 
   display: block; 
} 

ul#lang-navcontainer a, ul#lang-navcontainer a:link { 
   display: block; 
   padding: 1px 9px 1px 9px; 
   border-top: 1px solid #ffffff; 
   color: #cccccc;
   background: #36354A; 
   text-decoration: none; 
   font-size: 10px; 
   font-weight: normal; 
} 

ul#lang-navcontainer a:hover { 
   border-top: 1px solid #FF9900; 
   background: #4F4E63; 
   color: #cccccc; 

} 

ul#lang-navcontainer li a.current, ul#lang-navcontainer li a.current:link { 
   border-top: 1px solid #FF9900; 
   background: #4F4E63; 
   color: #cccccc; 
   cursor: default; 
   font-weight: normal; 
} 

ul#lang-navcontainer li a.current:hover { 
   border-top: 1px solid #999; 
}




/******************************************************************************/
/*   Mean Navigation
*******************************************************************************/ 

.mean-menu-ie { display:none; position:absolute; z-index:1; }
.mean-menu-noie { display:block; position:absolute; z-index:1; }

/* Start IE Browser */
a.mean-outer-ie { color:#000; width:95px; height:18px; display:block; background:#dca; border:1px solid #696977; margin-right:1px; text-align:center; float:left; text-decoration:none; font-family:tahoma, vardana, arial, sans-serif; font-size:10px; line-height:18px; overflow:hidden; }
a.mean-outer-ie-curr { color:#990000; width:95px; height:18px; display:block; background:#dca; border:1px solid #696977; margin-right:1px; text-align:center; float:left; text-decoration:none; font-family:tahoma, vardana, arial, sans-serif; font-size:10px; line-height:18px; overflow:hidden; }
a.mean-outer-ie:hover { color:#fff; background:#181734; overflow:visible; }
a.mean-outer-ie-curr:hover { color:#fff; background:#181734; overflow:visible; }
a.mean-outer-ie table { display:block; background:#eee; border-collapse:collapse; }
a.mean-outer-ie-curr table { display:block; background:#eee; border-collapse:collapse; }
a.mean-inner-ie, a.mean-inner-ie:visited { display:block; width:95px; height:18px; border-bottom:1px solid #696977; text-decoration:none; color:#000;font-family:tahoma, vardana, arial, sans-serif; font-size:10px; text-align:center; }
a.mean-inner-ie-curr, a.mean-inner-ie-curr:visited { display:block; width:95px; height:18px; border-bottom:1px solid #696977; text-decoration:none; color:#990000;font-family:tahoma, vardana, arial, sans-serif; font-size:10px; text-align:center; }
a.mean-inner-ie:hover { background:#EAE2D2; }

/* Start Other Browser */
.holder { color:#000; width:96px; height:18px; display:block; background:#dca; margin-right:1px; text-align:center; float:left; text-decoration:none; font-family:tahoma, vardana, arial, sans-serif; font-size:10px; line-height:18px; overflow:hidden; border-width : 1px 1px 1px 1px; border-style : solid solid solid solid; border-color : #696977 #696977 #696977 #696977; } 
.holder:hover { height:auto; cursor:pointer;color:#fff; background:#181734; } 
a.outer, a.outer:visited { color:#000; width:96px; height:18px; display:block; background:#dca; margin-right:1px; text-align:center; float:left; text-decoration:none; font-family:tahoma, vardana, arial, sans-serif; font-size:10px; line-height:18px; overflow:hidden; border-width : 1px 1px 1px 1px; border-style : none none solid none; border-color : #696977 #696977 #696977 #696977; } 
a.outcurrent, a.outcurrent:visited { color:#990000; width:96px; height:18px; display:block; background:#dca; margin-right:1px; text-align:center; float:left; text-decoration:none; font-family:tahoma, vardana, arial, sans-serif; font-size:10px; line-height:18px; overflow:hidden; border-width : 1px 1px 1px 1px; border-style : none none solid none; border-color : #696977 #696977 #696977 #696977; } 
a.outer:hover { color:#fff; background:#181734; overflow:visible; } 
a.outcurrent:hover { color:#990000; background:#181734; overflow:visible; } 
a.inner, a.inner:visited { display:block; width:95px; border-bottom:1px solid #696977; text-decoration:none; color:#000; background:#eee; } 
a.incurrent, a.incurrent:visited { display:block; width:95px; border-bottom:1px solid #696977; text-decoration:none; color:#990000; background:#eee; } 
a.inner:hover { background:#EAE2D2; } 

/******************************************************************************/
/*   Misc Navigation
*******************************************************************************/ 

.misc-menu-ie { display:none; position:absolute; right: 0px; z-index:2; }
.misc-menu-noie { display:block; position:absolute; right: 0px; z-index:2; }

/* Start IE Browser */
a.misc-outer-ie { color:#ffffff; width:62px; height:15px; display:block; background:#666488; border-width : 1px 1px 1px 1px; border-style : solid solid solid solid; border-color : #ffffff #cccccc #cccccc #cccccc; margin-right:1px; text-align:center; float:left; text-decoration:none; font-family:tahoma, vardana, arial, sans-serif; font-size:9px; line-height:15px; overflow:hidden; }
a.misc-outer-ie-curr { color:#DDCCAA; width:62px; height:15px; display:block; background:#666488; border-width : 1px 1px 1px 1px; border-style : solid solid solid solid; border-color : #ffffff #cccccc #cccccc #cccccc; margin-right:1px; text-align:center; float:left; text-decoration:none; font-family:tahoma, vardana, arial, sans-serif; font-size:9px; line-height:15px; overflow:hidden; }
a.misc-outer-ie:hover { color:#ffffff; background:#181734; line-height:14px; overflow:visible; }
a.misc-outer-ie-curr:hover { color:#DDCCAA; background:#181734; line-height:14px; overflow:visible; }
a.misc-outer-ie table { display:block; background:#DEDDF1; border-collapse:collapse; }
a.misc-outer-ie-curr table { display:block; background:#DEDDF1; border-collapse:collapse; }
a.misc-inner-ie, a.misc-inner-ie:visited { display:block; width:62px; height:15px; border-bottom:1px solid #696977; text-decoration:none; color:#000; font-family:tahoma, vardana, arial, sans-serif; font-size:9px; text-align:center; }
a.misc-inner-ie-curr, a.misc-inner-ie-curr:visited { display:block; width:62px; height:15px; border-bottom:1px solid #696977; text-decoration:none; color:#DDCCAA;font-family:tahoma, vardana, arial, sans-serif; font-size:9px; text-align:center; }
a.misc-inner-ie:hover { background:#EAE2D2; }

/* Start Other Browser */
.misc-holder { color:#ffffff; width:62px; height:14px; display:block; background:#666488; margin-right:1px; text-align:center; float:left; text-decoration:none; font-family:tahoma, vardana, arial, sans-serif; font-size:10px; line-height:14px; overflow:hidden; border-width : 1px 1px 1px 1px; border-style : solid solid solid solid; border-color : #ffffff #cccccc #cccccc #cccccc; } 
.misc-holder:hover { height:auto; cursor:pointer;color:#ffffff; background:#181734; } 
a.misc-outer, a.misc-outer:visited { color:#ffffff; width:62px; height:14px; display:block; background:#666488; margin-right:1px; text-align:center; float:left; text-decoration:none; font-family:tahoma, vardana, arial, sans-serif; font-size:10px; line-height:14px; overflow:hidden; } 
a.misc-outcurrent, a.misc-outcurrent:visited { color:#DDCCAA; width:62px; height:14px; display:block; background:#666488; margin-right:1px; text-align:center; float:left; text-decoration:none; font-family:tahoma, vardana, arial, sans-serif; font-size:10px; line-height:14px; overflow:hidden; } 
a.misc-outer:hover { color:#ffffff; background:#181734; overflow:visible; } 
a.misc-outcurrent:hover { color:#ffffff; background:#181734; overflow:visible; } 
a.misc-inner, a.misc-inner:visited { display:block; width:62px; border-bottom:1px solid #696977; text-decoration:none; color:#000; background:#DEDDF1; } 
a.misc-incurrent, a.misc-incurrent:visited { display:block; width:62px; border-bottom:1px solid #696977; text-decoration:none; color:#DDCCAA; background:#DEDDF1; } 
a.misc-inner:hover { background:#EAE2D2; } 


/******************************************************************************/
/*   Right Navigation
*******************************************************************************/ 

#menu_right { 
	margin-top: 122px;
	margin-left: 4px;
}
#menu_right a { 
	font-size: 10px;
}

#search { 
	margin-top: 1px;
	margin-left: 2px;
	width: 140px;
}
#search input { 
	background-color:#cccccc; 
	font-size: 11px;
	border: 1px solid Gray;
	color: #000000;
}

#link { 
	margin-top: -5px;
	line-height: 15px;
}
#link div { 
	padding: 3px 0 3px 0;
}
.rightlink { 
	color: #cc9900;
	line-height: 10px;
}
.newsletter { 
	font-family : Arial, Verdana, sans-serif;
	font-size: 9px;
}
div#link a { 
	color: #AFAFBB;
	text-decoration:none;
}


#featbox { 
	margin-top: -12px;
}
html>body #featbox {
	margin-top: 4px;
}
div#featbox a { 
	color: #AFAFBB;
	text-decoration:none;
}

/* ------------------ START: LOGIN ------------------ */
#login td { 
	margin: 0 0 0 41px;
	padding: 0 2px 0 7px;
	color: #cccccc;
	background-color:transparent;
	font-size: 9px;
}
legend.logintitle {
	font-size: 11px;
	font-weight : bold;
}
/* ------------------ End: LOGIN ------------------ */

/* ------------------ START: WK ------------------ */
fieldset#warenkorb {
	font-family : Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-top: -6px;
}
legend.warenkorbtitle {
	font-family : Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight : bold;
}
.warenkorbhl {
	font-weight:bold;
	padding-left: 3px;
	height:16px;
	border-bottom: 1px solid #525252;
}
.warenkorbinhalt{
	padding: 2px 0px 2px 3px;
	border-bottom: 1px solid #525252;
}
.warenkorbsumme {
	padding: 2px 0px 2px 3px;
	border-bottom: 1px solid #525252;
}
.warenkorbeinsehen {
	padding: 2px 0px 2px 3px;
	list-style: none;
}
.versandinformationen {
	padding: 2px 0px 2px 3px;
	list-style: none;
}

/* ------------------ END: WK ------------------ */

/* ------------------ START:PRODUKTNAVI ------------------ */
#produktuebersicht {
	margin: 0px;
	padding:0px;
	padding-top: 10px;
	padding-left: 20px;
	font-weight:bold;
}
.produl { margin-top: 0px;}
/*
UL,LI {
	margin: 0px;
	padding: 0px;
}
UL LI{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-left: 35px;
	list-style: none;
	background-repeat: no-repeat;
	background-position:20px 6px;
}
*/
.prodlia {
	background-image: url(files/but_green.gif);
	background-color: #ededed;
}
.prodlip {
	background-image: url(files/but_blue.gif);
	background-color: #ededed;
	border-bottom: 1px solid #e6e6e6;
}
.prodlip:hover {
	background-color: #ededed;
}

.prodlia2 {
	background-image: url(files/but_green.gif);
	background-color: #e6e6e6;
	padding-left:40px;
}
.prodlip2 {
	background-image: url(pics/leer.gif);
	padding-left:40px;
}
.prodlip2:hover {
	background-color: #e6e6e6;
}
/* ------------------ END:PRODUKTNAVI ------------------ */



/* ------------------ START:PRODUKTDARSTELLUNG ------------------ */
.produktlistebild{
	float:left;
	margin:0px 10px 0px 0px;
	width:100px;
	border:white 1px solid;
}
.produktlistetexte{
	float:left;
	display:block;
	background-color: #F3F3F3;
    border:solid #CCCCCC 1px;
	width:460px;
	margin:0px 0px 0px 0px;
	padding:3px 3px 3px 3px;
}
.trenner{
   	margin:10px 0px 10px 0px;
}
.produktlisteblock{
	clear:both;
}
.produktlistepreis{
	display:block;
	width:100%;
}
.produktlistedetaillink{
    width:100%;
	display:block;
	text-align:right;
    padding:10px 0px 5px 0px;
    border-bottom:1px solid #808080;
}
a.produktlink{
	text-decoration:none;
}


.produktdetailblock{
	clear:both;
}
.produktdetailbildblock{
	display:block;
	margin:0px 0px 10px 0px;
	border:solid 1px white;
}
.produktdetailname{
	display:block;
	width:100%;
	background-color: #B9BFCA;
	margin: 5px 5px 5px 0;
}
.produktdetailbild{
	display:block;
	float:left;
}
.produktdetailtextblock{
	float:right;
}

.produktdetailpreis{
	display:block;
}
.produktdetailwkllink{
	margin: 0 5px 0 0;
}
.produktdetailartikelnummer{
	display:block;
	margin: 0 5px 0 0;
}
.produktdetaildescription{
	display:block;
	width:100%;
	clear:both;
	color:#000000;
}


.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:#FFA500;
   	font-weight:bold;
}
.produktlink{
	color:#0076AC;
}

.wkblock{
  	clear:both;
}
.wkbild{
	float:left;
	margin:0px 10px 20px 0px;
	width:75px;
}
.wktexte{
	float:left;
	display:block;
    width:490px;
	height: auto;
	background-color: #F3F3F3;
	border:solid #B0B6C2 1px;
	margin:0px 0px 20px 0px;
	padding: 0 0 0 3px;
}
.wkname{
	float:left;
	display:block;
    width:190px;
}
.wkanzahl{
	float:left;
	display:block;
    width:70px;
    text-align:center;
}
.wkpreis{
	float:left;
	display:block;
    width:100px;
    text-align:right;
}
.wksummepreis{
	float:left;
	display:block;
    width:120px;
    text-align:right;
}
.wkgesammtsummebez{
	float:left;
	display:block;
    width:460px;
    text-align:right;
}
.wkgesammtsumme{
	float:left;
	display:block;
    width:120px;
    text-align:right;
}
.wkkeinprodukt{
	color:#FFA500;
 	width:100%;
    text-align:center;
}
.wknettoprodukt{
 	width:580px;
	display:block;
    text-align:right;
}
.wklinkbestellen{
 	width:100%;
    text-align:right;
}


/* ------------------ END:PRODUKTDARSTELLUNG ------------------ */


/* ------------------ START:SITEMAP ------------------ */

.sitemap1st{
margin:0;
padding:0;
width:240px;
}

.sitemap1st li{
list-style:none;
margin: 10px 0 2px 10px;
background:#eeeeee;
border:1px solid #a7a7a7;
}

.sitemap2nd li{
background:#C1C4CB;
color:#fafafa;
list-style:none;
padding:2px;
margin:4px 0 1px 10px;
border:1px solid #737373;
width:100%
}

#sitemap ul li{
padding: 2px 2px 2px 5px;
}

#sitemap a{
font-weight: bold;
color:#181734;
}

/* ------------------ END:SITEMAP ------------------ */

/* ------------------ Start:Thanks ------------------ */
#form-module-thanks {
border:1px dashed #a7a7a7;
background-color: #F3F3F3;
padding:5px;
color: #3C5043;
}
/* ------------------ END:Thanks ------------------ */


/* ------------------ Start:Formular ------------------ */
#form-module {
width: 70%;
text-align: left;
}
#form-module .element {
clear: both;
}
#form-module div.formdesc {
width: 150px;
float: left;
text-align: right;
padding-right: 10px;
}
#form-module .formtext, #form-module .formselect {
width: 200px;
font-size: 10px;
}
#form-module input.formcheckradio, #form-module .formcheckradio {
float: left;
padding: 0 15px 0 5px;
}
#form-module .formtextarea{
width: 200px;
height: 100px;
font-size: 10px;
}
#form-module div.submit {
text-align: right;
}
/* ------------------ END:Formular ------------------ */
