/*

    grey: #565A5C;
    lighter grey: #6F7374;
    light grey: #808384;
    light grey

    dark green: #40B070;
    light green: #E5F4EB;

*/

/*
    helper classes
 */

.float-left {
    float: left;
}
.float-right {
    float: right;
}

.grey-bg {
    background-color: #565A5C;
}

.clear,
.clearer {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.wrapper {
    width: 940px;
    margin: 0 auto;
}

.space-top {
    padding-top: 10px !important;
}

.padding-top {
    padding-top: 20px;
}
.padding-right {
    padding-right: 20px;
}
.padding-bottom {
    padding-bottom: 20px;
}
.padding-left {
    padding-left: 20px;
}

.no-space-top td,
.no-space-top {
    padding-top: 2px !important;
    margin-top: 0 !important;
}
.space-top td {
    padding-top: 7px !important;
}
.space-bottom td {
    padding-bottom: 7px !important;
}

.no-bullets li,
.no-bullets {
    list-style-type: none !important;
}

/* sprites */
.sprite-social {
    background: transparent url("../images/sprite-social.png") scroll top left no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.social-01-fb{ background-position: 0 0; width: 20px; height: 20px; }
.social-02-in{ background-position: 0 -21px; width: 20px; height: 20px; }
.social-03-xing{ background-position: 0 -42px; width: 20px; height: 20px; }
.social-04-youtube{ background-position: 0 -63px; width: 20px; height: 20px; }

/* defaults */

#content .main-content p a {
    background-position: 0 0;
}
#content .main-content p a:hover {
    background-position: 0 -20px;
}

#content a {
    position: relative;
    color: #6F7374;
    text-decoration: none;
    background: url(../images/arrows.png) 0 -1px no-repeat;
    padding-left: 10px;
}
#content a:hover {
    text-decoration: none;
    background-position: 0 -21px;
    color: #009641
}

/* SCHATTEN DER PRODUKTBILDER */
.imageblur{
	width:340px;
}

.imageshadow,
.imagecontent{
	position: relative;
	bottom: 2px;
	right: 2px;

}

.imageshadow{

}

.imagecontent{
	background-color: #fff;
	color: #000;
	border: 1px solid #808384;
	margin:0 0 0 2px;

}

#content .pr-image a,
#content .thumbs a {
    background: none;
    padding: 0;
}
#conent .thumbs a {
    border-color: #808384;
}

/* ENDE*/



.passiv {
	color: #aaaaaa;
}
.image_class {
	padding-top: 1em;
}

div.imageleft {
	float: left;
	padding-right: 10px;
}

div.imageright {
	float: right;
	padding-left: 10px;
}

/* LISTEN */
dl, dt, dd, ul, ol, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.normal li {
	list-style-image: url("../images/ul.gif");
	list-style-position: inside;
}

ol.normal li {
	list-style-image: url("../images/ol.gif");
	list-style-position: inside;
}

/* LAYOUT */

/* sticky footer */
html, body {
    height: 100%;
}
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
    height: 25px; /* .push must be the same height as .footer */
}


body:before,
body:after {
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    height: 25px;
    background: #565A5C;
    content: '';
    z-index: 0;
}
body:before {
    background-color: #EEEEEF;
    top: 0;
    height: 180px;
}

#wrap {
	padding: 0 30px;
	width: 940px;
    position: relative;
    z-index: 1;
}

#masthead	{
	height:	145px;
	width: 940px;
}

#head {
	width: 940px;
	height: 180px;
	text-align: left;
	margin: 0;
	display: block;
    position: relative;
    }
    .main-content h1,
    #head h1 {
        width: 700px;
        text-transform: none;
        color: #565A5C;
        font-size: 22px;
        font-weight: 300;
        margin-bottom:10px;
    }

.main-content .header_name {
    top: 126px;
    left: 270px;
    position: absolute;
    margin: 0;
    left: 270px;
    width: 700px;
    text-transform: none;
    color: #565A5C;
    font-size: 22px;
    font-weight: 300;
    margin-bottom:10px;
}

.main-content .header_name .header_model {
    float:left;
}

.main-content .header_name .header_small {
    font-size:11px;
}

.main-content .header_name .header_item {
    padding-left:150px;
}

.main-content .header_name .header_item .header_item_no h1 {
    margin-top: 0px;
}

.header-box {
    width: 460px;
    position: relative;
    }
    .top-area {
        border-left: 1px solid #565A5C;
        border-right: 1px solid #565A5C;
        padding: 17px 10px 10px;
        line-height: 20px;
        background: white;
    }
    #meta_navigation a {
        font-weight: bold;
        color: #6f7374;
        font-size: 12px;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #6F7374;
    }
    #meta_navigation li:last-child a {
        border: 0;
        padding: 0;
    }

    .header-box input[type=text] {
        height: 18px;
        line-height: 20px;
        font-weight: normal;
        float: left;
        width: 160px;
        padding: 0 5px;
        border: 1px solid #D4D5D5;
        border-right: 0;
        background: white;
        font-size: 12px;
    }
    .header-box input[type=submit] {
        float: left;
        height: 20px;
        width: 20px;
        border: none;
        padding: 0;
        background: url(../images/search_button.png) no-repeat;
        cursor: pointer;
    }
    .user-area {
        border-radius: 0 0 10px 10px;
        color: white;
        padding: 5px 10px 4px;
        }
        .user-area li {
            float: left;
        }
        .user-area li:last-child a {
            border: 0;
            margin-right: 0;
            padding-right: 0;
        }
        .user-area a {
            color: white;
            font-weight: bold;
            margin-right: 10px;
            padding-right: 10px;
            border-right: 1px solid;
        }
        .user-area h5 {
            color: white;
            border: 0;
            font-size: 12px;
            padding: 0 0 3px;
            font-weight: normal;
        }
        .logged-in {
            background: url(https://www.santec-video.com/extension/silver.project/design/relaunch_2010/images/basket_white.png) 0 0 no-repeat;
            padding-bottom: 6px;
        }
        #account_navi_basket {
            padding-left: 25px;
        }

#languages {
    height: 20px;
    }
    #languages li {
        display: inline-block;
    }

div#social_media {
    float:right;
    margin-top: -10px;
    margin-right: 10px;
}

.header-box #social_media a {
  margin-right: 10px;
}

#footer #social_media a {
    padding: 0;
    margin-right: 10px;
    border: 0;
}
#footer #social_media a:last-child {
    margin-right: 0;
}


div.flash-header {
    float:right;
    width:710px;
}

#brotkrumen {
	color: #808384;
	font-size: 10px;
	margin: 0;SS
	text-align: left;
	float:left;
    clear:both;
}

#brotkrumen a, #brotkrumen a:active, #brotkrumen a:visited, #brotkrumen a:hover {
	color: #808384;
	text-decoration:none;
}

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

#content {
	padding: 0;
	width: 940px;
	min-height: 430px;
	clear:both;
    margin: 30px 0;
}

#content.homepage {
    background:none;
}

#content.noextramenu {
	background-image:none;
}

* html #content {
	height: 430px;
}

#left {
	float: left;
	margin: 0;
	width: 240px;
	min-height: 430px;
	height: 100%;
	text-align:left;
}

#right {
	float: left;
	margin: 0;
	padding-right: 0;
	width: 700px;
	background: #fff;
	text-align: left;
	min-height: 430px;
}

#right_newsteaser {
	float: left;
	margin: 0;
	width: 460px;
	overflow: hidden;
	background: #fff;
	text-align: left;
	min-height: 430px;
}

table#prod-detail {
    width:710px!important;
    margin:0;
    padding:0;
}

#prod-detail td {
    padding: 0;
}

#prod-detail .detail td {
    padding: 2px;
    padding-right: 6px;
}

table#prod-detail td.linke-spalte,
table#prod-detail td.rechte-spalte {
    width:320px!important;
    border-color:white;
}

#rightinnen2 {
	padding: 10px 0 10px 0;
	margin-left: 180px;
}

#rightinnen3 {
	padding: 20px 0 20px 0;
	margin-left: 180px;
}

.print {
    display:none;
	float: right;
	padding: 9px 0;
}

.print_orderconfirmation {
	float: right;
	padding: 9px 0;
	display:block;
}

#right_print {
	position: relative;
	margin: 0;
	padding-right: 0;
	width: 600px;
	background: #fff;
	text-align: left;
	min-height: 430px;
	padding: 10px 10px 10px 15px;
}

#footer {
	clear: both;
	bottom: 0;
	padding: 0;
	margin-top:10px;
}

#footer a {
    color: #000;
	text-align: left;
	font-weight: bold;
	text-decoration:none;
	display:block;
}

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

#footer p {
	padding: 2px 0;
}

.sprung a {
	float: right;
	padding-left: 20px;
	background: transparent url("../images/top.gif") no-repeat 0 2px;
}

.copy {
	float: left;
 	font-weight: normal;
  	font-size: 10px;
}

/* Navigation */
#footer,
#menu {
    display: block;
	width: 940px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
    color: white;
}

#footer {
    background: #565A5C;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 100;
    /*margin-top: 30px;*/
}

#footer li,
#menu li {
	float: left;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
    height: 10px;
    position: relative;
}
#footer li {
    color:#fff;
}
#menu li.partner {
	float: right;
    padding-right:8px;
}

#footer a,
#menu a {
    display:inline;
	padding: 0 3px;
	text-decoration: none;
	color: white;
}
#menu a {
    padding: 0 10px;
    border-right: 1px solid #fff;
}
#menu li:first-child a {
    padding-left: 0;
}
#menu li:last-child a {
    border-right: 0;
    padding-right: 0;
}
#footer a {
    color: #fff;
    margin-right: 10px;
    padding: 0 10px 0 0;
    border-right: 1px solid #fff;
}
#footer .last-item {
    border-right: 0;
    margin-right: 0;
}

#menu a:hover, #menu a.active {
	text-decoration: underline;
}

#menu #lang  { width: 169px; margin: 0; padding:  7px 0 0 4px; text-align: left;  }
#menu #lang a, #menu #lang a:hover { padding-right: 5px; background: none;  }

/* Suche */
#menu #suche  { float: right; margin: 0; padding:  7px 10px 0 0;  }
#menu #suche .submit { width: 17px; height: 17px; padding: 0 0 0 5px; display: inline; vertical-align: top; border: 0; background: none; }
#menu #suche input { width: 130px; color: #000; font: 11px verdana,arial,sans-serif; margin: 0; padding: 0; vertical-align: top; }

/* Subnavi */

#subnav, #subnav2, ul#subnav, #subnav2_service {
	float: left;
}

dl#subnav {
	width: 210px;
	margin-top: 1px;
}

dl#subnav2, dl#subnav2_service {
    margin-top:0;
    width:160px;
}

html>body dl#subnav2 {
	margin-top: 0;
}

html>body dl#subnav2_service {
	margin-top: 0;
}

/*dl#subnav2_service {
	width: 210px;
	margin-top: -30px;
}

html>body dl#subnav2_service {
	margin-top: -31px;
}
*/


body>html ul#subnav2 {
	width: 210px;
}

body>html ul#subnav2_service {
	width: 210px;
}

div#search {
    width:210px;
    padding:0;
    margin-bottom: 10px;
    float:left;
    clear:both;
}

div#search .input-text {
    width:175px;
}

.search_form {
    background: none repeat scroll 0 0 #808384;
    padding: 5px;
    color: #fff;
}

.search_form .submit {
    padding: 0;
    margin-bottom: -5px;
}

div#ebene3 ul li a {
    padding:0px 3px 2px 24px;
    background:url(../images/bullet-3rd-layer.gif) no-repeat;
    background-position:15px 6px;
}

div#ebene3 ul li {
    border-bottom:none;
}


div#left h4 {
    margin:0;
    margin-bottom:-3px;
    padding:0;
    font-weight:bold;
    font-size:11px;
    color:#808384;
    border:none;
    text-transform:uppercase;
}

div#search .submit {
    background-color:#fff;
    border:none;
}

div#subnavi {
    background:#fff;
    padding:0;
    margin:0;
    padding-bottom:8px;
    width: 220px;
}

dl#subnav, ul#subnav {
    background:#fff;
    width: 220px!important;
    margin:0;
    padding:0;
}


dl#subnav dt, dl#subnav2 dt, dl#subnav2_service dt {
	cursor: pointer;
	margin: 0;
	padding: 2px 0;
	text-align: left;
	font-weight: bold;
    border-right:2px solid #009641;
    width: 218px!important;
    overflow:hidden;
    border-bottom:1px solid #808384;
    color: #6F7374;
}

dl#subnav dt:hover {
    color:#009641;
}

dl#subnav2 dt, dl#subnav2_service dt {
	padding-top: 45px;
	background: #fff url("../images/subnav_topright.gif") bottom right no-repeat;
	margin-bottom:-5px;
	border:none;
	width:auto!important;
}

dl#subnav dt.active {
    text-decoration: none;
    color: #009641;
}

dl#subnav dd, ul#subnav {
	margin: 0;
}

/* just for debugging, weil in templates heilloses chaos herrscht :( */

dl#subnav dd#subnav1 {
	margin-top: 6px;
}

* html dl#subnav dd#subnav1 {
	margin-top: 10px;
}

/*------*/

dd#subnavi1 {
    border-right: 2px solid #009641;
    font-size: 11px;
}

dl#subnav2 dd, dl#subnav2_service dd {
	margin: 0;
}

ul#subnav li {
    border-right:2px solid #009641;
    border-bottom:1px solid #808384;
    background-color:#fff;
}

dl#subnav li a, ul#subnav li a {
	text-align: left;
	margin: 0;
}

dl#subnav2 li a, dl#subnav2_service li a {
	text-align: left;
	margin: 0;
	padding-left:20px;
	padding-bottom: 1px;
    border-bottom:1px solid #ddd;
}

dl#subnav li a, dl#subnav dt a, dl#subnav2 li a, ul#subnav li a, dl#subnav2_service li a {
	display: block;
	padding: 0;
	margin: 0;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #6F7374;
	line-height: 20px;
    background: none;
}

html>body dl#subnav li a, html>body ul#subnav li a { height: auto; }

dl#subnav li a:hover, #subnav a.active, dl#subnav dt a:hover, ul#subnav li a:hover, ul#subnav li a.active {
	color: #009641;
	text-align: left;
}

dl#subnav2 li a, dl#subnav2_service li a {
	text-align: left;
	margin: 0;
	padding:0 3px 1px;
	padding-bottom: 1px;
    border-bottom:1px solid #ddd;
    color:#000;
}

html>body #subnav2 li a { height: auto; }

html>body #subnav2_service li a { height: auto; }

dl#subnav2 li.first a, dl#subnav2 li.first a:hover, dl#subnav2 li.first a:active {
	padding-top:19px;
}

dl#subnav2_service li.first a, dl#subnav2_service li.first a:hover, dl#subnav2_service li.first a:active {
	padding-top:19px;
}

dl#subnav2 li.first_border, dl#subnav2_service.first_border{
    background	:	#fff url("../images/subnav_topright.gif") top right no-repeat;
	line-height: 20px;
	padding-bottom: 0;
}

dl#subnav2 li.bottom, dl#subnav2_service li.bottom {
	line-height: 1px;
	padding-bottom: 0;
	border:none;
}

dl#subnav2 li{
    border-right:2px solid #808384;
}

dl#subnav2 li.first, dl#subnav2_service li.first {

}

dl#subnav2 li.last_border, dl#subnav2_service li.last_border {
	background: #fff url("../images/subnav_bottomright.gif") bottom right no-repeat;
	line-height: 15px;
	padding-bottom: 0;
	border:none;
}

dl#subnav2 li a, dl#subnav2_service li a {
	color: #000;
}

dl#subnav2 li a:hover, dl#subnav2 li a.active, dl#subnav2_service li a:hover, dl#subnav2_service li a.active {
	color: #808384;
}



/*
Padding-Class, damit im bereich "produkte" die subnav2 immer an dem entsprechenden oberpunkt ausgerichtet wird
 */


/*<hinzugefügt funktion="patch: menue_dritte_ebene service/dienstleistungen">*/
ul.padding0
 {
  padding-top: 0;
 }
/*</hinzugefügt>*/

ul.padding1
 {
  padding-top:0px;
 }

ul.padding2 {
	padding-top: 32px;
}

html>body ul.padding2 {
	padding-top: 33px;
}

ul.padding3 {
	padding-top: 63px;
}

ul.padding4 {
	padding-top: 94px;
}

ul.padding5 {
	padding-top: 125px;
}

#subnav2_service ul li{
    border-right:2px solid #808384;

}

/* News Startseite */

.box.news {
    border: 1px solid #40B070;
    width: 218px;
    margin-bottom: 20px;
    }
    .box.news .heading {
        background: #40B070;
        margin-bottom: 2px;
        color: #fff;
        }
        .box.news .heading b,
        .box.news .heading strong {
            color: #fff;
        }



/* TABELLEN: ALLGEMEIN, PRODUKTLISTE, PRODUKTDEATIL + WARENKORB */

table {
	border-collapse:collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}

th {
	padding: 2px;
	vertical-align: baseline;
	background: #808384;
	color: #fff;
	font-size: 11px;
    border-right: 1px solid #808384;
	border-left: 1px solid #808384;
	white-space: nowrap;
}

td {
	font-size: 11px;
	border: 1px solid #808384;
	margin: 0;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

td.order, th.order {
	text-align: center;
	width:70px;
	vertical-align: top;

}

tr.grau {
	background: #e6e6e6;
}

.tableGrau{
background: #e6e6e6;
border-width:0px;
}

.tableGrau td{
	border: 0;
    padding: 2px 10px;
}
.tableGrau tr:first-child td {
    padding-top: 7px;
}
.tableGrau tr:last-child td {
    padding-bottom: 7px;
}

.zelleGrau{
background: #e6e6e6;
border: 0 solid;
}

.zelleWeiss{
background: #fff;
border: 0 solid;
}

.produktdetail {
	width: 340px;
	margin-bottom: 0;
	  vertical-align: bottom;
}
/*
html>body .produktdetail {
	margin-bottom: 30px;
}
*/
.noborder td {
	border: 0 solid #fff;
}

.noborder {
	border: 0 solid #fff;
}

td a:link, td a:visited, td a:hover, td a:active,
a.schwarzMitUnterstrich, td a.schwarzMitUnterstrich:link, td a.schwarzMitUnterstrich:visited, td a.schwarzMitUnterstrich:hover, td a.schwarzMitUnterstrich:active
{
	color: #000;
	font-weight: normal;
}

#warenkorb .offer_button{
	text-align: left;
/*	white-space: nowrap;*/
}



#produktliste .info, .produktdetail .info, #warenkorb .info {
	width: 50%;
}

#produktliste .info_dl {
        width: 70%;
}

#produktliste .preis, #warenkorb .preis {
	width: 10%;
	text-align: right;
	white-space: nowrap;
}

.produktdetail .preis {
    width: 30%;
    text-align: right;
    white-space: nowrap;
}

#produktliste .menge, .produktdetail .menge, #warenkorb .menge {
	width: 8%;
	text-align: right;
	white-space: nowrap;
}

#warenkorb .mengeoffer, #warenkorb .preisoffer, #warenkorb .sumoffer {
	text-align: right;
	white-space: nowrap;
}

caption {
	color: #000;
	font-weight: bold;
	padding: 2px 0;
	text-align: left;
}

#produktliste td input, .produktdetail td input, #warenkorb td input {
	width: 2.5em;
	vertical-align: top;
}


#warenkorb td.offer_button input{
	width: auto;
}

table#warenkorb {
    margin-bottom: 10px;
}

#warenkorb .larger {
	width: 500px;
}

table.offer {
	width: 100%;
}

#produktliste .last {
	padding-right: 7px;
}

.produktdetail .last, #warenkorb .last {
	/*background:	#808384 url("../images/ecke-rund.gif") no-repeat top right;*/
	/*padding-right: 7px;*/
}

.produktdetail .last, #warenkorb .last {
	width: 83px;
}

#produktliste .pricegroup {
    width: 30px;
}

.produkt_zubehoer .last {
	background:	none repeat scroll 0 0 #808384; /* wie normales th */
}

#produktliste .lager, .produktdetail .lager, #warenkorb .lager {
	width: 65px;
	text-align:center;
	vertical-align: top;
}

#content td.order a,
#content td.lager a {
    background: none;
    padding-left: 0;
}

#produktliste .thumb, .produktdetail .thumb, #warenkorb .thumb {
	padding: 2px;
	text-align: center;
	width:96px;
}

#produktliste .thumb a {
    background: none;
    padding: 0;
}

#warenkorb .sum, #warenkorb .total, #warenkorb .gesamt {
	font-weight: bold;
	text-align: right;
	padding: 0 2px;
	border-right:  1px solid #808384;
	white-space: nowrap;
}

#warenkorb .total, #warenkorb .gesamt {
	background: #808384;
	color: #fff;
	border-bottom: 0;
}

#warenkorb .gesamt {
	border-top: 1px solid #fff;
}


#warenkorb .leer {
	border:  1px solid #808384;
}

#warenkorb .leer_zs {
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
}

#warenkorb .center {
	text-align: center;
}

#order {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right:30px;
}

#order li {
	float: left;
	margin: 4px 0 0 15px;
	padding: 0;
	list-style: none;
}

#order a {
	padding-right: 30px;
	line-height: 26px;
	font-weight: bold;
}

.aktualisieren {
	background				:	#fff url("../images/recalc.gif") top right no-repeat;
}

.bestellen {
	background				:	#fff url("../images/order.gif") top right no-repeat;
}

.angebotschreiben {
	background				:	#fff url("../images/offer_write.gif") top right no-repeat;
}

/* BUTTONS ADM */

.button_offer {
	border: 1px solid #808384;
	background: #b3c4d8;
	color: #000;
	font-weight				:	bold;
	line-height				:	normal;

}

a.button_offer:hover, a.button_offer:link, a.button_offer:visited, a.button_offer:active{
  text-decoration:none;
  font-size:12px;
  font-weight:bold;
  padding: .1em;
  padding-left:8px;
  padding-right:8px;
  margin:5px;
}



/* PRODUKTDETAIL, WARENKORB */

#prod-detail .rechte-spalte table {
    /*margin-bottom: 20px;*/
}
/*.rechte-spalte table {
    margin-bottom: 10px;
}*/

.detail.header,
#prod-detail .intro td {
    padding-bottom: 7px;
    border: 0;
}

.detail {
	/*float: left;*/
	width: 340px;
	margin:  0 20px 0 0;
	padding: 0;
  vertical-align: bottom;
}

.detail select {
	width: 334px;
}

.detail ul {
	border: 1px solid #808384;
}
.download.detail ul {
    padding: 5px;
}

.product_box_header {
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}
.detail li {
	margin: 0;
	padding: 2px;
}

.artikelbeschreibung  {
	margin-top: 0;
	padding-top: 0;
	text-align:justify;
}

#prod-detail .linke-spalte .merkmale {
    margin-bottom: 0;
}

.merkmale {
	margin-bottom: 20px;
}

.download {
    /*margin: 20px 2px 0 2px;*/
}
.download.firmware {
    margin-top: 0;
}

.download li > a { display:block; }

.download li {
    padding: 3px 2px;
}
.download.firmware li {
    background-position: 0 6px;
}

.download li{
	padding-left: 20px;
	background				:	transparent url("../images/download_.gif") 0 2px no-repeat;
}

.download li.jpg {
	background				:	transparent url("../images/icons/icon_JPG.png") 0 2px no-repeat;
}
.download li.pdf {
	background				:	transparent url("../images/icons/icon_PDF.png") 0 2px no-repeat;
}
.download li.rtf {
	background				:	transparent url("../images/icons/icon_RTF.png") 0 2px no-repeat;
}
.download li.zip {
	background				:	transparent url("../images/icons/icon_ZIP.png") 0 2px no-repeat;
}
.download li.exe {
	background				:	transparent url("../images/icons/icon_DISC.png") 0 2px no-repeat;
}

#prod-detail li.faq {
	background: transparent url("https://www.santec-video.com/extension/silver.project/design/relaunch_2010/images/icons/icon_FAQ.png") 0 3px no-repeat;
}

#content .download li a {
    background-position: 0 1px;
}

.download li.jpg a.deactivated {
	background				:	transparent url("../images/icons/icon_JPG_40.png") 0 2px no-repeat;
}
.download li.pdf a.deactivated {
	background				:	transparent url("../images/icons/icon_PDF_40.png") 0 2px no-repeat;
}
.download li.rtf a.deactivated {
	background				:	transparent url("../images/icons/icon_RTF_40.png") 0 2px no-repeat;
}
.download li.zip a.deactivated {
	background				:	transparent url("../images/icons/icon_ZIP_40.png") 0 2px no-repeat;
}

.download a:hover {
	background-position				:	0 -17px;
	text-decoration: underline;
}

.download li a.deactivated
 {
  background-position				:	0 -37px;
  font-weight:normal;
  color: #a7b5c4;
 }

/*
.download li a.deactivated:hover
 {
  background-position				:	0 -37px;
  text-decoration: none;
  font-weight:normal;
  color: #a7b5c4;
 }
*/
.merkmale li {
	padding-left: 15px;
	background				:	transparent url("../images/merkmale.gif") 2px 9px no-repeat;
	color: #000;
}

.detail h2 {
	padding-top: 0;
	display: inline;
	border: 0;
	color: #000;
}

.detail h3 {
	font-size: 11px;
	background-color: #808384;
	padding: 3px 0 3px 5px;
	margin: 0;
	color: #fff;
	text-transform: none;
 	letter-spacing: 0;
}

/* BILDER, RAHMEN + SHADOW */

/*
LINKS AUSGERICHTET MIT SCHATTEN
*/

.image {
    float:left;
}

.image img {
    display: block;
    margin: 0;
	padding:0;
}

.MitRahmen img {
    border: 1px solid #808384;
}

table.tableOhneRahmen .image img {
    margin: 0;
}

#content .image a {
    background: none;
    padding: 0;
}

.rahmen {
	margin: 0;
	display:block;
}

.homepage .rahmen img  {
	border: 1px solid #808384;
	margin: 0;
	padding: 0;
	display: block;
	background: #fff;
	position: relative;
}

.tableOhneRahmen {
	border: 0;
	width: 100%;

}

.tableOhneRahmen td{
border: 0;
}


.renderedtable td{
	border: 0;
}

.rightalign {
	float: right;
	margin:0;
}

.leftalign {
	float: left;
	margin:0;
}

.detail .rightalign {
	margin-right: 3px;
}

#image_logo {
    width:340px;
    margin-bottom:40px;
}

.detail .rahmen {
	width: 335px;
	margin: 10px 10px 0 3px !important;
}

html>body .detail .rahmen {
	margin: 10px 10px 0 6px !important;
}

.detail .rahmenborder {
	width: 325px;
	height: 230px;
	border: 1px solid #808384;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	display: block;
	background: #fff;
	position: relative;
vertical-align: middle;
}

.detail .rahmenborder IMG {
	border:0;
	margin: 1px auto;
	display:block;
}

/* FORMS */

form	{
	margin					:	0;
	padding					:	0;
}

fieldset input {
	width: 200px;
}

fieldset input.checkbox, fieldset input.radio {
	width: 15px;
}

input,
textarea,
select	{
	border: 1px solid #ddd;
	background: #f2f2f2;
	color: #443;
	padding: .1em;
	outline: none;
	font-size				:	11px;
}

input,
legend,
option,
select,
textarea	{
	font-weight				:	bold;
	line-height				:	normal;
}

input:hover,
input:focus,
textarea:hover
	{ border: 1px solid #aaa; }

option	{
	border-top				:	1px solid #fff;
}

.customform fieldset div span {
	display: none;
}

* html .customform fieldset div span {
	font-size: 85%;
	color: #ff9900;
	margin-left: 16em;
	padding: .3em;
	border-left: 1px solid #ff9900;
	display: block;
}

.customform fieldset div:hover span {
	font-size: 85%;
	color: #fff;
	background-color: #9AB1CC;
	margin-left: 20em;
	padding: .2em .5em .3em;
	border: 1px solid #ff9900;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}

.customform label, .customform fieldset div.cr p {
	margin: 0;
	display: block;
	width: 14em;
	text-align: right;
	float: left;
    color: #000;
}

.customform #hauptsitz label {
    float:none;
}

.customform fieldset div.cr label {
	text-align: left;
	margin-left: 15em;
	width: auto;
	float: none;
}

.customform fieldset div.cr label.left {
	margin-left: 0;
}

.customform form {
	margin: .5em 2em;
}

.customform input, .customform select, .customform textarea {
	margin-left: .5em;
}

.customform div.cr input, .customform div.cr select, .customform div.cr textarea {
	margin-left: 0;
}

.customform fieldset,
.new_customer fieldset {
	float: left;
	margin: 1em .2em 0 0;
	padding: .3em 1em;
	border: 1px solid #808384;
}

.customform fieldset br {
	display: none;
}

.customform fieldset br.break {
	display: inline;
}

.customform legend,
.new_customer legend {
	font-weight: bold;
	color: #fff;
	padding: .2em .5em;
	background: #808384;
}

.customform fieldset div {
	clear: both;
	margin: .1em 0;
/*	position: relative;*/
}

.customform td {
    font-size: 12px;
}

.customform td p {
    height:0px;
}

form#new_partner {
    padding-top:15px;
}

#new_partner fieldset {
    float:none;
    width:680px;
}

#new_partner fieldset {
    float:none;
    width:680px;
    margin: -0.9em 0.2em 0 0;
    padding: 1em;
}

#new_partner .new_partner_left {
    clear:none;
    float:left;
}

#new_partner .new_partner_right {
    clear:none;
    float:right;
}

#kontakt_fieldset input
 {
   display:block;
   float:left;
 }

#kontakt_fieldset label
 {
  display:block;
  float:left;
  width:150px;
 }

#kontakt_fieldset br
 {
  clear:left;
 }

.form_field {
  color: #808384;
	font-weight: bold;
  margin-left:10px;
}

.mandat {
	color: #808384;
	font-weight: bold;
}

.mandat_order{
	color: #808384;
	font-weight: bold;
  text-align:left !important;
}

.mandat_headline {
	color: #808384;
	font-weight: bold;
  text-decoration:underline;
}

/*.not_mandat {
  color: #000;
  font-weight: none;
}*/
/*.mandat:after {
	content: "*";
}*/

.buttons {
	text-align: left;
}

.buttons input,
.buttons a
{
    border: 1px solid #dfdfdf;
    padding: 0.2em;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    background-color:#fff;
    font-size: 12px;
}
.buttons input[type=submit] {
    cursor: pointer;
}
.buttons a {
    border: 0;
    padding: 0;
}

.new_customer .buttons a {
    color: #000;
    margin-left: 0.5em;
    text-decoration: none;
    padding: 0.4em;
}

.new_customer.step3 div.buttons {
    clear:both;
    padding-top: 10px;
}

.buttons input:hover, .buttons input:active
{
    border-color: #999999;
    background-color:#f2f2f2;
}

.removed {
	display: none !important;
}

span.spamfilter, .hidden {
	display: none !important;
}

.text_small {
font-weight: normal;
font-size: 80%;
color: #000000;
}

table p {
	margin: 0;
	padding: 0;
}

.readOnly{
  background-color:#fff;
  border: 1px solid white;
  font: normal 12px/1.4em arial,sans-serif;
}

.onlineeditor {
	font-size: 12px;
	text-align: left;
}

.onlineeditor li {
  list-style-type:disc;
  font-size:12px;
}

.onlineeditor ul {
  padding-left:15px;
  padding-bottom:20px;
}

.onlineeditor ul p{
	margin: 0;
	padding-top: 3px;
}

.main-content p {
    margin-top: 0;
}

.main-content table {
    margin-bottom: 12px;
}

.main-content .tableGrau,
.main-content .tableOhneRahmen,
.main-content table table {
    margin-bottom: 0;
}

.onlineeditor p + div.object-center img {
    margin-top: 8px;
}

.onlineeditor h2,
.onlineeditor h3,
.onlineeditor h4 {
	border-width: 0;
    font-size: 12px;
    font-weight: bold;
    margin:0px;
    color: #000;
}


#extranavi
 {
  float:left;
  width:100%;
  border:solid 1px white;
  text-align:center;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  background-color:#B3C4D8;
  color:#000
 }

#extranavi:hover
 {
  border:inset 1px black;
  background-color:#808384;
  color:#fff
 }

#extranavi.selected
 {
  border:inset 1px black;
  background-color:#808384;
  color:#fff
 }

/*Für OnlineEditor*/
a.blau_unterstrichen,
td a.blau_unterstrichen:link,
td a.blau_unterstrichen:visited,
td a.blau_unterstrichen:hover,
td a.blau_unterstrichen:active,
div.onlineeditor a
 {
	color: #808384;
	text-decoration: underline;
    font-size:12px;
 }

a.blauOhneUnterstrich
 {
   color:#808384 !important ;
   text-decoration:none !important;
 }

a:hover.blauOhneUnterstrich
 {
  text-decoration: underline !important;
 }

a.schwarzOhneUnterstrich
 {
   color:#000 !important ;
   text-decoration:none !important;
 }

a:hover.schwarzOhneUnterstrich
 {
  text-decoration: underline !important;
 }

.popup_box
 {
  z-index:100;
  display:none;
  position:absolute;
  top:50%;
  left:50%;
  width:340px;
  padding-bottom:15px;
  margin-left:-170px;
  margin-top:-90px;
  background-color:#eee;
  border:solid 1px #808384
 }

.popup_box .wHead
 {
  text-align:center;
  padding-top:2px;
  padding-bottom:2px;
  width:100%;
  border:solid black 1px;
  color:#fff;
  background-color: #808384;
  font-weight:bold
 }

.popup_box .wBody
 {
  padding-left:5px;
  padding-right:5px
 }
.popup_box .button
 {
  padding-left:10px;
  padding-right:10px;
  line-height:20px;
  border:solid 1px black
 }

div.warning{
 color:red;
}

div.successful{
 color:#00DD00;
 font-weight:bold;
}

div.adm_kdlogin{
    background: #fff url(../images/bg_teaserbox_darkgrey.gif) top left no-repeat;
    width:190;
    height:125px;
    margin:0;
    margin-bottom:4px;
    padding:10px;
    overflow:hidden;
}

div.adm_kdinfo{
	width: 159px;
  padding:5px;
  border:solid white 1px;
    border-right: none;
  color:#000;
  background-color: #b3c4d8;
  text-align:left;
}

div.sonderangebot{
  color:red;
  line-height: 7px;
  margin-top: -22px;
}

.admofferinfo {
  color: #808384;
  font-size: 12px;
  font-weight: bold;
}

.offer {
  width:760px;
}

.offer div{
  padding-top:2px;
  clear: both;
}

.offer fieldset{
  float:left;
  width:230px;
	margin: 1em .2em 0 0;
  border: solid white 0;
}

.offer label{
	margin: 0;
	display: block;
	width: 80px;
	text-align: left;
	float: left;
  font-size:12px;
}

.offer fieldset.infobox label{
  width:130px;
}

.offer input{
  width:140px;
}

.offer fieldset.infobox input{
  width:90px;
}

.offer div.admofferbold{
  font-family:Arial, sans-serif;
  font-weight:bold;
  font-size:16px;
}

input.offer_referenz{
  width:420px;
 size:200;
 font-family:Arial, sans-serif;
}

table.-1 {width:580px;border:#fdf;}

/* PRODUKTNAVI EBENE */

#ebene2 ul {
    margin:0;
    padding:0;
    /*border-right:2px solid #808384;*/
}

#ebene2 ul li{
    border-bottom:1px solid #808384;
}

#ebene2 ul li.info {
    background-image:url(../images/icon_info.png);
    background-position: left 3px;
    background-repeat:no-repeat;
}

#ebene2 ul li.info a {
    padding-left:16px;
}

#ebene2 ul li a{
    padding:0 3px 0 15px;
}

/* NEWSTEASER RECHTE SPALTE */
div#teaser_right {
    width: 220px;
    float: right;
    font-size: 11px;
    position: relative;
}

div#teaser_right div.box-lightgrey,
div#teaser_right div.box-ownbackground {
    padding: 0;
}

div#teaser_right div.box-ownbackground.first,
div#teaser_right div.box-lightgrey.news {
    height:auto;
}

div#teaser_right div.box-lightgrey.schnellstart,
div#teaser_right div.box-ownbackground.schnellstart {
    height: auto;
}
div#teaser_right div.box-ownbackground.schnellstart .box-content {
    padding-bottom: 7px;
}

.schnellstart ul {
    margin: 0;
    padding: 0 10px;
}

div#newsright {
    width:215px;
    margin:37px 15px 0 0;
    padding-left:20px;
    float:right;
    font-size:11px;
    position:relative;
}

div.newsteaser {
    clear: both;
    display: block;
    text-align: left;
    font-size: 12px;
    padding: 5px 10px;
}
.newsteaser:nth-child(odd) {
    background-color: #E5F4EB;
}

div.newsteaser div.image {
    float:none;
    display:block;
    margin:0px 9px 2px 0;
    width:70px;
    height:50px;
    overflow:hidden;
}

div.newsteaser div.image img {
    border:none;
    display:block;
    margin:0;
    padding:0;
}

a.arrow:link, a.arrow:visited, a.arrow:active {
    background:transparent url(../images/linkarrow.gif) no-repeat;
    background-position: 0 5px;
    padding-left:10px;
    color:#1f82c0;
    text-decoration:none;
    margin-left:-10px;
    position:realtive;
}

a.arrow:hover {
    text-decoration:underline;
}

div.linkright {
    float:right;
    display:block;
    padding-bottom:10px;
}
br {
    margin-bottom: 0;
}

div.newsteaser a:link, div.newsteaser a:visited, div.newsteaser a:active {
    color:#808384;
    text-decoration:none;
}

div.newsteaser a:hover {
    text-decoration:underline;

}

/* Teaserboxen */

#left .box .box-content {
    height: 123px;
    overflow: hidden;
}
#left .box .box-content.full {
    height: 143px;
}
.box {
    position: relative;
    }
    .box p {
        margin: 0;
        padding: 0 10px;
    }
    .box .box-content {
        background-repeat: no-repeat;
        padding-top: 7px;
    }
    .box .heading {
        background-color: #808384;
        color: #fff;
        height: 20px;
        line-height: 20px;
        font-weight: bold;
        }
        .box .heading b,
        .box .heading strong {
            font-weight: normal;
        }
    .box .bottom-links,
    .box .more {
        position: absolute;
        bottom: 6px;
        left: 0;
        }

div.box-darkgrey,
div.box-lightgrey,
div.box-ownbackground,
div.box-ownbackground_white,
div.box-ownbackground_black {
    background: #fff top left no-repeat;
    width:218px;
    height:148px;
    margin-bottom: 20px;
    /*padding: 0 10px 10px;*/
    overflow:hidden;
    border:1px solid #808384;
}

#teaser_right div.box-ownbackground {
    height: auto;
    }
    #teaser_right div.box-ownbackground .box-content {
        padding-bottom: 7px;
    }
    #teaser_right .box .bottom-links {
        position: relative;
        bottom: auto;
        left: auto;
        padding-top: 10px;
    }
    #teaser_right .box a.more  {
        position: relative;
        bottom: auto;
        left: auto;
    }

div.box-darkgrey {
    /*background: #fff url(../images/bg_teaserbox_darkgrey.gif) top left no-repeat;*/
}

div.box-lightgrey {
    /*background: #fff url(../images/bg_teaserbox_lightgrey.gif) top left no-repeat;*/
}

div#teaser_right div.box-lightgrey.news {
    /*background: #fff url(../images/bg_teaserbox_lightgrey.gif) top left repeat;*/
    /*padding-top:9px;*/
    /*min-height:241px;*/
}

div#teaser_right div.box-lightgrey.news p {
    /*padding-bottom:9px;*/
}

div.box-ownbackground,
div.box-ownbackground_white,
div.box-ownbackground_black {
    background-image: none;
}

div.box-darkgrey a:link, div.box-darkgrey a:visited, div.box-darkgrey a:active,
div.box-lightgrey a:link, div.box-lightgrey a:visited, div.box-lightgrey a:active,
div.box-ownbackground a:link, div.box-ownbackground a:visited, div.box-ownbackground a:active {
    color:#1f82c0;
    text-decoration:none;
}

div.box-darkgrey a:link, div.box-darkgrey a:visited, div.box-darkgrey a:active,
div.box-lightgrey a:link, div.box-lightgrey a:visited, div.box-lightgrey a:active,
div.box-ownbackground a:link, div.box-ownbackground a:visited, div.box-ownbackground a:active {
    color: #6F7374;
    text-decoration: none;
}

div#teaser_right div.box-darkgrey a:link, div.box-darkgrey a:visited, div.box-darkgrey a:active,
div#teaser_right div.box-lightgrey a:link, div.box-lightgrey a:visited, div.box-lightgrey a:active,
div#teaser_right div.box-ownbackground a:link, div.box-ownbackground a:visited, div.box-ownbackground a:active {
    font-weight:normal;
}

div.box-darkgrey a.text-weiss:link, div.box-darkgrey a.text-weiss:visited, div.box-darkgrey a.text-weiss:active,
div.box-lightgrey a.text-weiss:link, div.box-lightgrey a.text-weiss:visited, div.box-lightgrey a.text-weiss:active,
div.box-ownbackground a.text-weiss:link, div.box-ownbackground a.text-weiss:visited, div.box-ownbackground a.text-weiss:active,
div.box-ownbackground_white a.text-weiss:link, div.box-ownbackground_white a.text-weiss:visited, div.box-ownbackground_white a.text-weiss:active,
div.box-ownbackground_white a:link, div.box-ownbackground_white a:visited, div.box-ownbackground_white a:active {
    color:#fff!important;
    font-weight:bold;
}
div.box-ownbackground_white {
    color:#fff!important;
    font-weight:normal;
}

div.box-darkgrey a.text-schwarz:link, div.box-darkgrey a.text-schwarz:visited, div.box-darkgrey a.text-schwarz:active,
div.box-lightgrey a.text-schwarz:link, div.box-lightgrey a.text-schwarz:visited, div.box-lightgrey a.text-schwarz:active,
div.box-ownbackground a.text-schwarz:link, div.box-ownbackground a.text-schwarz:visited, div.box-ownbackground a.text-schwarz:active,
div.box-ownbackground_black a.text-schwarz:link, div.box-ownbackground_black a.text-schwarz:visited, div.box-ownbackground_black a.text-schwarz:active,
div.box-ownbackground_black a:link, div.box-ownbackground_black a:visited, div.box-ownbackground_black a:active {
    color:#000!important;
    font-weight:bold;
}

div.box-ownbackground_black {
    color:#000!important;
    font-weight:normal;
}

div.box-darkgrey a:hover,
div.box-lightgrey a:hover,
div.box-ownbackground a:hover,
div.box-ownbackground_white a:hover,
div.box-ownbackground_black a:hover {
    color: #009641;
}

.text-schwarz {
    color:#000;
}

.text-weiss {
    color:#fff;
}

.blocksatz,
p.blocksatz {
    text-align: justify;
}

.past,
tr.past td a {
    color:#acacac!important;
}

table.pluspadding {
    margin:0 2px;
}

table td.order a.orderbutton {
    margin-top:3px;
    display:block;
}

table.produktdetail td.order a.orderbutton {
    display: inline;
}

div.blaettern {
    clear:both;
    border-top:1px solid #808384;
    margin:15px 0;
    padding-top:5px;
}

div.object-center
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.object-center div.content-view-embed div.class-image div.attribute-image
{
    margin: 0;
    float: none;
}

div.object-center div.content-view-embed div.class-image div.attribute-caption
{
    margin: 2px auto 0 auto;
}

div.onlineeditor div.object-right {
    padding: 0 0 20px 20px;
}
div.onlineeditor div.object-:first-child {
    padding-top: 0;
}
div.onlineeditor div.object- {
    padding: 20px 0;
}
div.onlineeditor div.object- .image,
div.onlineeditor div.object- .leftalign {
    float: none;
}


div.images-thumbs td {
    height: 45px;
    width: 45px;
    text-align:center;
    vertical-align:middle;
}

div.images-thumbs table {
    border-collapse:separate;
    margin-left:-3px;
}
/*
div.pr-image {
    height:225px;
}
*/
div#product_icons {
    border: 1px solid #808384;
    border-bottom: 0;
    width: 338px;
    }
    div#product_icons .image img {
        margin: 0 7px 0 0;
        border: 0;
    }

div.hr {
    margin:10px 0;
    border-top:1px solid #808384;
    width: 334px;
}


form.search_form select {
    height: 21px;
}

#news_teaserbox {
    position:absolute;
    top: 456px;
    left: 20px;
}


.OhneRahmen .image img {
    border: 0;
}

/* List of categories - homepage */
.table-category th,
.table-category td {
    background: none;
    border: 0;
    padding: 10px;
}
.table-category td {
    padding: 1px 10px;
}
.table-category tr:last-child td {
    padding-bottom: 7px;
}
.table-category th a,
.table-category th {
    color: #000;
}
.table-category tr td:first-child {
    width: 180px;
}
.table-category th a {
    text-decoration: none;
    color: #000;
}
.table-category th {
    position: relative;
    padding: 10px 10px 4px;
}
.homepage .table-category th img,
.table-category th img {
    position: absolute;
    background: none;
    right: 10px;
    top: 10px;
    border: 0;
}
.onlineeditor .table-category th .object-,
.onlineeditor .table-category th .object-left,
.onlineeditor .table-category th .object-right {
    padding-bottom: 0;
}
.table-category {
    background: #EEEEEF;
    padding: 10px;
    margin-top: 20px;
    position: relative;
}
.table-category:first-child {
    margin-top: 0;
}

/*Basket preview*/

#account_navi_basket {
	position:relative;
}

#basket-top {
	display:none;
	padding-top:22px;
	background:transparent url("../images/basket-top.png") 0 15px no-repeat;
	position:absolute;
	top:14px;
	left:0;
	width:210px;
    }

#basket_text {
	display:inline-block;
    width: 199px;
    text-align: right;
    font-weight: bold;
    margin-bottom: 5px;
}

#basket_preview {
    background-color: #F0F0F0;
    border: 1px solid #808384;
	border-top:none;
    min-width: 200px;
    padding: 3px 9px 3px 0px !important;
    position: absolute;
	top:12px;
	left:0;
    z-index: 200;
    color: #000000;
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

#basket_preview ul {
}
#basket_preview ul li {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}
#basket_preview ul a {
    color: #6F7374;
}
#basket_preview li span {
    float: left;
}
#basket_preview .amount {
    width: 40px;
    text-align: right;
}
#basket_preview .item {
    width: 75px;
    text-align: right;
}
#basket_preview .total {
    width: 70px;
    text-align: right;
    float: right;
    padding-right: 5px;
}
.total-label {
    width: 115px;
    text-align: right;
}
.total-sum {
    width: 80px;
    text-align: right;
}
#basket_preview .total-price {
    border-top: 1px solid #808384;
    padding-top: 2px;
    margin-top: 2px;
}

#account #basket_preview li,
#account .warenkorb #basket_preview a {
    color:#808384;
}

#account #basket_preview li {
    display:block;
	padding:0 8px;
}

#account #basket_preview li.total-price {
	border-top:1px solid #808384;
	padding-top: 3px;
	margin-top: 3px;
}

#account #basket_preview li.total-price span {
	padding:0;
}

#basket_preview span.left-align {
	float:left;
	padding:0;
}
#basket_preview span.left-align .amount {
	display: inline-block;
    min-width: 28px;
    padding: 0;
}
#basket_preview span.left-align a {
	padding: 3px 2px 5px 10px;
}

#account_navi_basket:hover #basket-top {
    display:block;
}

#silver_message{
    width: 300px;
    margin-top: -170px;
    margin-left: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index:500;

    /* SKIN */
    background-color: #F0F0F0;
    border: 2px solid #808384;
    color: #000;
    padding:10px;

    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

#silver_message .close {
    cursor: pointer;
}
#silver_message_container .close {
    display:none;
}

#menu a#navi_products {
    position: relative;
    padding-right: 55px;
}

#menu #head_shop_button {
    position:relative;
}

.nav_btn {
    position: absolute;
    top: -15px;
    right: -10px;
}
#menu .nav_btn a {
    border: 0;
    padding-right: 5px;
}

.red,
div.box-ownbackground p.red a {
    color:red;
}

.blue {
    color:#808384;
}

.white {
    color:#fff;
}

ul.bgblue li {
    color:#fff;
    background:none repeat scroll 0 0 #808384;
    margin:10px;
    list-style-type:none;
    padding-left: 3px;
}

ul.bgblue a {
    color:#fff !important;
}

form#orderform fieldset.delivery_address > div {
    min-height:22px;
    margin:1px 0;
}

form#orderform fieldset.delivery_address,
form#orderform fieldset.invoice_address {
    min-height:230px;
    height:auto;
}

table.anonymous th.item_no {
    width:33%;
}

table.anonymous th.recommend_price {
    width:34%;
}

.produktdetail th.recommend_price {
    text-align: right;
}

.produktdetail th.price {
    min-width:80px;
    text-align: right;
}

.produktdetail th.item_no,
#produktliste td.item_no {
    min-width:80px;
}

#produktliste th.item_no {
    width:100%;
    text-align: left;
}

input.error,
select.error {
    border-color:#f00;
}

input[type='checkbox'].error {
    outline: 1px solid red;
}

#produktliste div.item_no a {
    font-weight:bold;
}

#produktliste div.item_no {
    padding-bottom:10px;
}

.thumb .product_image {
    position: relative;
}

.thumb .product_pictogram {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Content pages */
.object-left {
    padding: 0 20px 20px 0;
}
.object-center {
    margin: 20px 0;
}

/* Service and support table */
.table-support tr:nth-of-type(2n) td {
    border: 0 none;
    height: 20px;
    padding: 0;
}
.table-support td:nth-of-type(2n+1) {
    display: block;
    height: 198px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 199px;
}

.table-support td:nth-of-type(2n+1) + td {
    border: 0;
    width: 20px;
}

.table-support [class^="object"] {
    display: block;
    float: none
}

div.onlineeditor .table-support div.object-,
div.onlineeditor .table-support div.object-right
div.onlineeditor .table-support div.object-left {
    padding: 5px 0;
}

#content .table-support .bottom-links,
#content .table-support a {
    position: absolute;
    bottom: 15px;
}
#content .table-support a {
    background-position: 0 1px;
}
#content .table-support a:hover {
    background-position: 0 -19px;
}
#content .table-support .bottom-links a {
    position: relative;
    bottom: auto;
}

#content .table-support p {
    line-height: 14px;
}

.sitemap .box .box-content {
    padding-top:0px;
}

table.b_product p {
    font-size:11px;
}

body {
    position: relative;
}

.message-wrap {
    width: 940px;
    margin: 0 auto;
}

/* Contact message */

.contact-message {
    background-color: #eeeeeb;
    box-shadow: 0 5px 10px #999;
    position: fixed;
    color: #565a5c;
    line-height: 28px;
    text-align: left;
    z-index: 2;
    width: 100%;
    top: 0;
}

    .contact-message a {
        color: #565a5c;
    }

.no-cookies .contact-message {
    top: 37px;
}

.contact-message-phone {
    width: 220px;
}

.contact-message-email {
    width: 400px;
    text-align: center;
}

.contact-message-notice {
    width: 320px;
    text-align: right;
}

/* Cookies */

.cookies-message {
    background-color: #565a5c;
    color: white;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 2;
    height: 37px;
}

.cookies-message-text {
    box-sizing: border-box;
    padding-right: 100px;
    position: relative;
}

    .cookies-message-text p {
        margin: 0;
        padding: 3px 0;
    }

    .cookies-message-text a {
        color: #fff;
    }

.cookies-message-close {
    position: absolute;
    color: white;
    right: -5px;
    top: 5px;
    padding: 5px;
}
.cookies-message-close:hover {
    text-decoration: none;
}

#content .new_customer a {
    background: none;
    padding-left: 0px;
}