/* verwendete Farben:
	dunkelblau:	#808080
	hellblau:	#666
	rot:		#EC1D25
	grau:		#808080
*/

body {
	font-family:verdana,helvetica,sans-serif;
	/* hellblau */
	/*background-color:#666;*/
	
	/* weiß */
	background-color:#fff;
	

	color:#000;	
	font-size:90%;
	text-align:center;
	margin:0px;
	padding:0px;
}
.very_small {
	font-size:0.8em;
}
label {
	font-size:80%;
}
img {
	border-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 90%;
	font-weight:bold;
	color:#808080;
}
table {
	margin:0px;
	padding:0px;
}
form {
	padding:0px;
	margin:0px;
}
input {
	color:#000;
	font-weight:bold;
	font-size:80%;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
.linebreak {
	clear:both;
	float:none;
	width:100%;
	border-bottom:1px solid #808080;
	margin-bottom:10px;
}
.radio {
	border-style:none;
}
a:link,
a:active,
a:visited {
	color:#808080;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:none;
}

.break {
	clear:both;
	float:none;
	height:2px;
	
}
/* der Container, der alles umschließt */
.root {
	margin-left:auto;
	margin-right:auto;
	width:965px;
	text-align:left;
}
/* die Navigation auf der linken Seite - START */
.left {
	float:left;
	width:180px;
	padding-top:5px;
	font-size:80%;
}
.left .box {
	clear:both;
	float:none;
}
.left .box-sublevel {
	width:178px;
	overflow:hidden;
	background-color:#808080;
	color:#fff;
	font-weight:bold;
	padding:3px;
	padding-left:5px;
}
.left .box-top {
	background-image:url(/images/webelemente/box_top.jpg);
	background-repeat:no-repeat;
	width:178px;
	height:19px;
	color:#fff;
	padding-top:3px;
	padding-left:5px;
	font-weight:bold;
}
.left .box-sublevel a:link,
.left .box-sublevel a:active,
.left .box-sublevel a:visited {
	color:#fff;
}
.left .box-sublevel a:hover {
	color:#ccc;
	text-decoration:none;
}

.left .box-middle {
	background-color:#fff;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	width:178px;
	padding:3px;
	overflow:hidden;
	font-size:0.8em;
}
.left .box-bottom {
	background-image:url(/images/webelemente/box_bottom_normal.jpg);
	background-repeat:no-repeat;
	width:178px;
	height:4px;
}
.left .box-bottom-menu {
	background-image:url(/images/webelemente/box_bottom.jpg);
	background-repeat:no-repeat;
	width:178px;
	height:5px;
}

.left .nav_0,
.left .nav_1 {
	background-color:#fff;
	color:#808080;
	width:178px;
	overflow:hidden;
	padding:3px;
	border-bottom:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	
}
.left .nav_0 a:link,
.left .nav_0 a:active,
.left .nav_0 a:visited,
.left .nav_1 a:link,
.left .nav_1 a:active,
.left .nav_1 a:visited {
	color:#808080;
	font-weight:bold;
	text-decoration:none;
}
.left .nav_0 a:hover,
.left .nav_1 a:hover {
	color:#666;
	text-decoration:none;
}
/* die Navigation auf der linken Seite - ENDE */



/* der Content in der Mitte START */
.content {
	float:left;
	width:613px;
	padding:5px;
	margin-left:10px;
	
}
.content-box {
	float:left;
	clear:both;
}
/* der Content in der Mitte ENDE */


/* der Content in der rechten Spalte START */
.right {
	float:right;
	width:151px;
	margin-left:10px;
	padding-top:5px;
}
.right .box {
	clear:both;
	float:none;
}
.right .box-top {
	background-image:url(/images/webelemente/right_box_top.jpg);
	background-repeat:no-repeat;
	width:151px;
	height:22px;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
	padding-left:5px;
	font-size:90%;
}
.right .box-top-red {
	background-image:url(/images/webelemente/right_box_top_red.jpg);
	background-repeat:no-repeat;
	width:151px;
	height:22px;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
	padding-left:5px;
	font-size:90%;
}
.right .box-middle {
	width:151px;
	background-color:#fff;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	padding:3px;
	font-size:0.8em;
	overflow: hidden;
}
.right .box-bottom {
	background-image:url(/images/webelemente/right_box_bottom.jpg);
	background-repeat:no-repeat;
	width:151px;
	height:5px;		
}
.right .nav_0,
.right .nav_1 {
	background-color:#fff;
	color:#808080;
	width:131px;
	overflow:hidden;
	padding:3px;
	border-bottom:1px solid #808080;
	font-size:90%;
	text-align:left;
}
.right .nav_0_bottom {
	background-color:#fff;
	color:#808080;
	width:131px;
	overflow:hidden;
	padding:3px;
	font-size:90%;
	text-align:left;
}
.right .nav_0 a:link,
.right .nav_0 a:active,
.right .nav_0 a:visited,
.right .nav_1 a:link,
.right .nav_1 a:active,
.right .nav_1 a:visited,
.right .nav_0_bottom a:link,
.right .nav_0_bottom a:active,
.right .nav_0_bottom a:visited {
	color:#808080;
	font-weight:bold;
	text-decoration:none;
}
.right .nav_0 a:hover,
.right .nav_1 a:hover,
.right .nav_0_bottom a:hover {
	color:#666;
	text-decoration:none;
}
/* der Content in der rechten Spalte ENDE */

/* der Footer START */
.footer {
	clear:both;
	float:none;
	background-color:#808080;
	margin-left:auto;
	margin-right:auto;
	width:965px;
	text-align:center;
	color:#fff;
	font-size:80%;
	padding:3px;
}
.footer a:link,
.footer a:active,
.footer a:visited {
	color:#fff;
	text-decoration:none;
}
.footer a:hover {
	color:#ccc;
}
/* der Footer ENDE */


/* das telefon */
.hotline_img {
	float:left;
}
.hotline_text{
	float:left;
	vertical-align: text-bottom;
}
/* die breiten Boxen in der Mitte START */
.box-lang-leer {
	background-image:url(/images/webelemente/box_lang_top_empty.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:8px;
}
.box-lang-top {
	background-image:url(/images/webelemente/box_lang_top.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:23px;
	color:#fff;
	font-weight:bold;
	padding-left:5px;
	padding-top:2px;
	font-size:90%;
}
.box-lang-top a:link,
.box-lang-top a:active,
.box-lang-top a:visited {
	color:#fff;	
}
.box-lang-top a:hover {
	color:#ccc;
}

.box-lang-middle {
	background-color:#fff;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	padding:5px;
    clear:both;
	float:left;
	width:600px;
	font-size:80%;
}
.box-lang-img {
	background-color:#fff;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	padding:5px;
	float:left;
	width:600px;
	text-align:center;
	margin-top:-12px;
}
.box-lang-middle-leer {
	background-color:#fff;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	padding:5px;
	float:left;
	width:600px;
	margin-top:-13px;
}

.box-lang-bottom {
	background-image:url(/images/webelemente/box_lang_bottom.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:8px;
}
.content .box {
	float:left;
	margin-right:3px;
	
}
.content .box-top {
	background-image:url(/images/webelemente/box_small_top.jpg);
	background-repeat:no-repeat;
	background-color:#808080;
	width:198px;
	color:#fff;
	font-weight:bold;
	padding-left:5px;
	padding-top:4px;
	font-size:90%;
	overflow:hidden;
}
.content .box-middle {
	width:198px;
	background-color:#fff;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	overflow:hidden;
	padding:3px;
	height:120px;
}
.content .box-bottom {
	width:198px;
	background-image:url(/images/webelemente/box_small_bottom.jpg);
	background-repeat:no-repeat;
	height:8px;
	
}


/* die breiten Boxen in der Mitte ENDE */

/* Aktionen  START */
.aktion-title {
	font-size:120%;
	font-weight:bold;
	color:#808080;
}
.aktion-image {
	float:left;
	width:200px;
	text-align:center;
}
.aktion-image-small {
	width:100px;
	height:110px;
	float:left;
	text-align:center;
	padding-top:10px;
}
.aktion-preisbox {
	float:left;
	text-align:right;
	width:190px;
	padding:3px;
}
.aktion-preisbox-small {
	float:right;
	text-align:right;
	width:90px;
	padding:3px;
	
}
.aktion-preis-small {
	color:#EC1D25;
	font-weight:bold;
	font-size:90%;
}
.aktion-preis {
	color:#EC1D25;
	font-weight:bold;
	font-size:140%;
}
.aktion-preis-message {
	font-size:70%;
}
.aktion-desc {
	float:left;
	width:198px;
	color:#808080;
	font-size:100%;
	padding-top:80px;
}
.aktion-desc-small {
	display:none;
}
a.aktion-info-small:link,
a.aktion-info-small:active,
a.aktion-info-small:visited {
	font-size:80%;
	color:#000;
	text-decoration:none;
}
a.aktion-info-small:hover {
	color:#808080;
	text-decoration:none;
}
.box-lang-middle .aktion-preis-message {
	font-size:90%;
}
.box-lang-middle a.aktion-info-small:link,
.box-lang-middle a.aktion-info-small:active,
.box-lang-middle a.aktion-info-small:visited {
	font-size:100%;
	color:#000;
	text-decoration:none;
}
.box-lang-middle a.aktion-info-small:hover {
	color:#808080;
	text-decoration:none;
}

.aktion-title a:link,
.aktion-title a:active,
.aktion-title a:visited {
	color:#808080;
	text-decoration:none;
}
.aktion-title a:hover {
	color:#666;
	text-decoration:none;
}

.aktion-feature {
	position:absolute;
	background-image:url(/images/webelemente/aktion_feature.gif);
	background-repeat:no-repeat;
	width:148px;
	height:116px;
	margin-left:452px;
	margin-top:0px;
	float:none;
}

.aktion-feature-small {
	display:none;
}

.aktion-countdown {
    color: #EC1D25;
    text-align: center;
    font-size: 1.5em;
}

div.box-lang-middle-tagestipp del.aktion-preis-uvp {
    font-size: 80%;
    display: inline;
}

del.aktion-preis-uvp {
    display: none;
}

/* Aktionen  ENDE */


/* die Links in den kleinen Boxen an den Rändern */
a.box-link-small:link,
a.box-link-small:active,
a.box-link-small:visited {
	color:#000;
	text-decoration:none;
}

a.box-link-small:hover {
	color:#808080;
	text-decoration:none;
}

.box-middle a:link,
.box-middle a:active,
.box-middle a:visited {
	color:#808080;
	text-decoration:none;
}

.box-middle a:hover {
	color:#666;
}

/* Warenkorb InfoBox */
.warenkorb_icon {
	float:left;
}

.box-top a:link,
.box-top a:active,
.box-top a:visited {
	color:#fff;
	text-decoration:none;	
}
.box-top a:hover {
	color:#ccc;
	text-decoration:none;
}

/* infolayer */
.infolayer {
	position:absolute;
	display:none;
}

.item_image {
	float:left;
	width:100px;
	text-align:center;
	overflow:hidden;
}
.item_image_gross {
	float:left;
	width:200px;
	text-align:center;
	overflow:hidden;
	
}
.item_text {
	float:left;
	text-align:right;
	font-size:0.65em;
	width:90px;
}
.aktion_item_preis {
	clear:both;
	float:none;
	width:100%;
	text-align:left;
	margin-top:10px;
	margin-left:5px;
}
.item_preis {
	color:#EC1D25;
	font-weight:bold;
	float:right;
}
.preis_message {
	float:right;
	clear:both;
	font-size:70%;
}
.warenkorb {
	text-align:right;
}
.details {
	float:left;
	padding-left:20px;
	font-size:80%;
}
.details a:link,
.details a:active,
.details a:visited {
	color:#808080;	
	text-decoration:none;
}
.details a:hover {
	color:#666;	
	text-decoration:none;
}

.content .title {
	float:left;
	padding-left:10px;
	width:350px;
}
.title a:link,
.title a:active,
.title a:visited {
	color:#808080;
	text-decoration:none;
	font-weight:bold;
}
.title a:hover {
	color:#666;
	text-decoration:none;
	font-weight:bold;
	
}
/* der Breadcrumb */
.breadcrumb_top {
	background-image:url(/images/webelemente/box_lang_top_empty.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:8px;
	clear:both;
	float:none;
	margin:0px;
	padding:0px;
}
.breadcrumb_middle {
	width:600px;
	background-color:#fff;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	padding:0px;
	clear:both;
	float:none;	
	margin-top:-9px;
	padding-left:4px;
	font-size:80%;
}
.breadcrumb_middle a:link,
.breadcrumb_middle a:active,
.breadcrumb_middle a:visited {
	color:#000;
	text-decoration:none;
}
.breadcrumb_middle a:hover {
	color:#808080;
	text-decoration:none;
}
.breadcrumb_bottom {
	background-image:url(/images/webelemente/box_lang_bottom.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:8px;
	clear:both;
	float:none;
}

/* NEU! - Anzeige */
.item_neu {
	float:right;
	margin-right:10px;
}

/* Artikeleinzelansicht */
.subdirStammImage {
	float:left;
	margin-right:20px;
	
	
}
.hersteller_logo1 {
	float:left;
}
.item-preis-box {
	float:right;
	margin-top: 0px;
	text-align:right;
}
.item-preis {
	color:#EC1D25;
	font-size:150%;
	font-weight:bold;
	clear:both;
	float:none;
	text-align:right;
	
}
.preis-message {
	clear:both;
	float:none;
	text-align:right;	
	font-size:80%;
	color:#000;
	font-weight:normal;
}

.item-warenkorb {
	text-align:right;
}

/* Addons (Zubehör) START */
.addon-box {
	float:left;
	width:280px;
	margin-left:10px;
	margin-top:5px;
	overflow:hidden;	
}
.addon-top {
	background-image:url(/images/webelemente/addon_top.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:4px;
}
.addon-middle {
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	padding:5px;
	height:110px;
	margin-top:-12px;
	width:280px;
}
.addon-bottom {
	background-image:url(/images/webelemente/addon_bottom.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:4px;
}
.addonTitle {
	font-weight:bold;
	margin-bottom:5px;
}
.addOnItemImage {
	float:left;
	width:90px;
	text-align:center;
}
.addOnItemPreis {
	color:#EC1D25;
	font-weight:bold;
	text-align:left;
}
.addOnItemPreisMessage {
	font-size:80%;
	text-align:right;
}
.addonBasket {
	text-align:right;
}
/* Addons (Zubehör) ENDE */

/* ArtikelStamm Tabelle START */
.tbl_static_header {
	background-color:#ccc;
	color:#000;
	padding:2px;
}
/* ArtikelStamm Tabelle ENDE */


/* Warenkorb */
.basket_head {
	font-size:80%;
	font-weight:bold;
}
.basket_versand_buttons {
	text-align:center;
	clear:both;
	float:none;
	margin-top:10px;
}
.basket_item {
	font-size:80%;
}
.basket_preis {
	font-size:80%;
	text-align:right;
}
.basket_summe {
	font-size:90%
}

.paypal_express {
    border: 0;
    text-align: right;
}

.midcol {
	font-size:80%;
}
.confirm_box {
	border:2px solid #EC1D25;
	margin-top:10px;
	padding:5px;
	float:left;
}
.checkbox {
	float:left;
}
.checkbox_text {
	font-size:80%;
}
.basket_balken {
	color:#fff;
	background-color:#808080;
	width:580px;
	font-weight:bold;
	font-size:90%;	
	padding:2px;
}
.basket_label {
	float:left;
	width:200px;
}
/* Warenkorb ende */



.kurzbez {
	font-size:80%;
}
/* Angebote START */
.angebot_img {
	clear:both;
	float:none;
	text-align:center;
}
.angebot_text {
	
}
.angebot_preis {
	color:#EC1D25;
	font-weight:bold;
	text-align:right;
	font-size:120%;
}
.angebot_preis_message {
	text-align:right;
}

/* Angebote ENDE */

.right .search,
.right .login,

.right .angebote,
.right .hotline {
	padding-left:8px;
}

.right .nav_0 {
	font-size:70%;
	
}
.right .nav_0_bottom {
	font-size:70%;

}
.versand_box {
	margin-top:-1px;
}

/** jQuery Autosuggest **/
#result {
	height:20px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px;
	margin-bottom:10px;
	background-color:#FFFF99;
}
#suggestions {
	border:1px solid #666;
}
.suggestionsBox {
	position: absolute;
	left: 0px;
	top:18px;
    margin: 0;
	width: 150px;
	padding:0px;
	color: #fff;
	
	font-weight: bold;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.autocomplete_li {
	list-style:none;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	color: #808080;
	background-color: #fff;
	width:150px;
	border-style:none;
	margin-top:-2px;
}


.autocomplete_li:hover {
	background-color: #ccc;
	color: #fff;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:0;
	margin:0;
}

.load{

background-position:right;
background-repeat:no-repeat;
}

#suggest {
	position:relative;
}
.search_result {
	margin-top:-12px;
}

/* die lastVisited Box am rechten Rand */
.right .lastVisited {
	font-weight:bold;
	margin-top:4px;
	list-style-type:circle;
	margin-left:30px;
}
.right .lastVisited li {
    font-size: 0.9em;
	margin-left:-10px;
	color:#808080;
	padding-right:6px;
	clear:both;
	float:none;
	margin-bottom:5px;
	text-align:left;
}
.right .lastViewedPreis {
	text-align:right;
	float:right;	
	color:#EC1D25;
}
.right .lastViewedMessage {
	font-size:80%;
	color:#000;
	padding-right:6px;
	clear:both;
	float:none;	
}

.left .addonItemTitle a:link,
.left .addonItemTitle a:active,
.left .addonItemTitle a:visited {
	font-weight:bold;
	font-size:70%;
	color:#116CB5;
	text-decoration:none;
}
.left .addonItemTitle a:hover {
	text-decoration:none;
	color:#000;
}
.left .addOnItemImage {
	overflow:hidden;
}
.left .addOnItemText {
	font-size:70%;
}

.content .error {
	font-weight:bold;
	color:#ff0000;
}
.aktion-headline {
	vertical-align:middle;
	
	color:#fff;
	font-size:70%;
	font-weight:bold;
}


/* Gästebuch START */
.gb_input_table {
	font-size:100%;
}
.gb_nav {
	font-size:80%;
}
.gb_th {
	font-size:80%;
}
.gb_topleft {
	font-size:80%;
}
.gb_topright {
	font-size:100%;
}
/* Gästebuch ENDE */

.paypal_express_button {
	text-align:center;
	float:right;
	font-size:80%;
	width:30%;
}
.subdir_table {
	margin-top:-4px;
	width:190px;
}
.aktion_bild {
	margin-bottom:10px;
}
.left .logo {
	text-align:center;
}
.subdir_box {
	margin-right:2px;	
}
.tbl_dyn_header td {
	
	padding:2px;
	
}
.dyn_header {
	color:#666;
	font-weight:bold;
	font-size:0.6em;
	border-left:1px dotted #ccc;
	background-color:#EBEBEB;
	vertical-align:top;
}
.tbl_dyn_cell {
	font-size:0.7em;
	background-color:#EBEBEB;
	border:1px dotted #ccc;
	padding:2px;
	vertical-align:top;
}
.itemTableBox {
	border:1px solid #ccc;
	width:585px;
}

.addon_textbox {
	clear:both;
	float:none;
	margin-top:5px;
}
.addon_txt {
	float:left;
	text-align:left;
}

.reiter_nav_balken {
	float:left;
	background-color:#808080;
	width:580px;
	height:8px;
	margin-top:-6px;
}
.ad_image {
	background-image:url(/images/webelemente/thumbsup.jpg);
	background-repeat:no-repeat;
	width:130px;
	height:95px;
	float:right;
	margin-right:35px;
	margin-top:-63px;
}
#answer {
	
}
.thumb_img {
	border:1px solid #ccc;
	width:85px;
	height:85px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}
.content .subdir_header {
	padding:3px;
	font-size:0.8em;
	color:#ff0000;
	font-weight:bold;
}
.content .tbl_static_cell {
	padding:2px;
	border-bottom:1px dashed #ccc;
	vertical-align:top;
}
.content .tbl_static_cell a:link,
.content .tbl_static_cell a:active,
.content .tbl_static_cell a:visited {
	font-weight:bold;
}
.content .tbl_static_cell a:link {
	
}
.content .subdirArtikelStammImage {
	float:left;	
	width:270px;
	
}
.thumbs_container {
	width:auto;
	float:left;
}
.thumbs {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:5px;
	clear:both;
	float:none;
}
.basket_summe_preis {
	font-weight:bold;
	text-align:right;
	margin-top:10px;
}
#divLieferadresse {
	display:none;
}
.contenttable {
	font-size:1.0em;
}
.billigerGesehen_table td {
	font-size:0.8em;
}


/* ME: klassen für das nichtGefunden-Modul  start */
.subDirItemOben_NG {
    background-image: url("/images/webelemente/ng-background.jpg");
    background-repeat: no-repeat;
    height: 227px;
    width: 600px;
    color: #000;
}

div.subDirItemOben_NG div.title,
div.subDirItemOben_NG div.hide {
    padding:8px 0 0 6px; 
    overflow:hidden;
    font-weight:bold;
    color:#FFFFFF !important;
    height: 29px;
    font-size: 80% !important;
}

div.warenkorb-empty div.title {
    padding-top:8px;
    padding-left:0;
    overflow:hidden;
    font-weight:bold;
    color:#FFFFFF !important;
    height: 29px;
}

div.subDirItemOben_NG div.hide {
  width: 85px;
  height: 12px;
  padding: 0;
  float:right;
  margin-top:3px;
  margin-right:5px;
}
.hide a:link,
.hide a:active,
.hide a:visited {
	color:#fff;
}
.hide a:hover {
	color:#ccc;
}
div.subDirItemOben_NG div.text {
    clear: both;
    font-size: 80%;
    margin-left: 10px;
    padding: 10px 0;
}

div.subDirItemOben_NG form.ng-form {
    margin-left: 10px;
}

div.subDirItemOben_NG form.ng-form div.text {
    margin-left: 0;
}

div.subDirItemOben_NG div.eingabefeld {
    float: left;
    width: 92px; 
    font-size: 80%;
}

div.subDirItemOben_NG div.eingabefeld input {
    width: 85px;
    border: 1px solid #666;
    margin-left: -10px;
}

div.subDirItemOben_NG div.abschicken {
    padding: 10px 0;
    clear:both;
	font-size:1em;
}


.ng {
	border-style:none;
	margin: 0 0 0 -2px;
}
#ng_hide {
	display:none;
}
#ng_show_ {
	margin-bottom:10px;
}
#ng_hide_ {
	display:none;
	margin-bottom:10px;
}
.ng_link:link,
.ng_link:active,
.ng_link:visited {
	color:#fff;
	text-decoration:none;
}
.ng_link:hover {
	color:#A1CC0B;
	text-decoration:underline;
}
.NG_input {
	width:125px;
}

.ng_top {
	margin-top:5px;
	background-image:url(/images/webelemente/ng_top.jpg);
	background-repeat:no-repeat;
	width:571px;
	height:40px;
	text-align:right;	
	padding-right:30px;
	padding-top:7px;
	
}
.ng_middle {
	background-image:url(/images/webelemente/ng_middle.jpg);
	background-repeat:no-repeat;
	width:571px;
	height:129px;
	color:#fff;
	padding-left:135px;
	padding-right:14px;
	font-size:75%;
}
.ng_bottom {
	background-color:#FFFFFF;
	background-image:url(/images/webelemente/ng_bottom.jpg);
	background-repeat:no-repeat;
	width:571px;
	height:46px;
	text-align:right;	
	padding-right:50px;
	padding-top:5px;
}
.ng_middle td {
	color:#fff;
	font-size:70%;
}
.ng_middle_text {
	padding-left:3px;
}
/* ME: klassen für das nichtGefunden-Modul  end */

.artnr {
	color:#666;
}
.content .langbezeichnung {
	float:left;
	width:200px;
}
#searchSubmit {
	margin-top:0px;
}
.basket_label_right_req {
	font-size:0.8em;
	color:#666;
	margin-bottom:10px;
}
.content .subdirItemBasket {
	float:left;
	margin-top:-13px;
	padding:0px;
}
.propTable {
	border:1px solid #ccc;
}
.propTable,
.propTable th,
.propTable td {
	width:560px;
	text-align:left;
	vertical-align:top;
	font-size:0.9em;
}
.propTable th {
	color:#000;
	background-color:#ccc;
}
.propTable td {
	background-color:#EBEBEB;
}
.itemTableFooter {
	font-size:0.8em;
}
.subdir_image {
	margin-bottom:5pX;
}
.captcha {
	clear:both;
	float:left;
	font-size:0.8em;
	width:200px;
}

/* werkstattseite START */

.werkstattleft {
  display: block;
  float: left;
  width: 388px;
  margin-left: 20px;
}

.werkstattleft .liste {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.werkstattleft li {
  margin: 1em 0.2em;
  padding-left: 25px;
  background: url('/images/webelemente/list.gif') 0px 0px no-repeat;
  min-height: 18px;
}

.werkstattright {
  display: block;
  float: right;
  width: 180px; 
  text-align:right;
  padding-top: 15px;
}

.werkstattright img {
  margin-bottom: 10px;
}

/* werkstattseite ENDE */

.versanduebersicht {
    font-size:0.9em;
    margin:10px;
}
