/* Start - Template ueberschreiben */

img {
	display: inline;
}


#sp-main-body {
	padding: 10px 0 50px 0;
}

textarea#jform_contact_message {
    width: 100%;
    height: 150px;
}
/* Start - Template ueberschreiben */

/* Start - OWN DABRI */


.text-small {
    font-size: 14px;
}


.top-slogan {
    color: #666;
    text-shadow: 0 1px 0 #fff;
}

#sp-content-top-wrapper {
    margin-bottom: 0px;
}

#sp-subheader .custom {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#sp-subheader .subheader-text-wrapper {
  color: #fff;
  padding: 40px;
}
#sp-subheader .subheader-text-wrapper h3 {
  color: #ff9999;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  text-transform: uppercase;
}
#sp-subheader .subheader-text-wrapper p {
  font-size: 18px;
  font-weight:bold;
  color: rgba(255,255,255,1.0);
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#sp-subheader .subheader-textred-wrapper {
  color: #fff;
  padding: 40px;
}
#sp-subheader .subheader-textred-wrapper h3 {
  color: #da251d;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  text-transform: uppercase;
}
#sp-subheader .subheader-textred-wrapper p {
  font-size: 18px;
  font-weight:bold;
  color: rgba(255,255,255,1.0);
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}


#sp-main-menu li.menuhide {
  visibility:hidden;
}


/* suffix menudark */
.sp-module.menudark {
	background: #2f3336!important;
}

.sp-module.menudark > div {
	background: #2f3336!important;
	color: #8d8d8d;
	padding: 20px;
}

.sp-module.menudark .header {
	background: transparent!important;
}

.sp-module.menudark h1,
.sp-module.menudark h2,
.sp-module.menudark h3,
.sp-module.menudark h4,
.sp-module.menudark h5,
.sp-module.menudark h6 {
	color: #fff;
}

.sp-module.menudark ul {
	margin: 0;
	padding: 0;
}
.sp-module.menudark ul li {
	border-top: 1px solid #444;
	position: relative;
	padding: 4px 0;
}
.sp-module.menudark ul li:first-child {
	border-top: 1px solid #444;
}
.sp-module.menudark a {
	color: #fff;
	line-height:30px;
}
.sp-module.menudark a:active,
.sp-module.menudark a:focus,
.sp-module.menudark a:hover {
	color: #ccc;
}
.sp-module.menudark ul ul {
	margin: 0 0 0 20px;
}
.sp-module.menudark b,
.sp-module.menudark strong {
	color: #aaa;
	font-weight: bold;
}

.sp-module.menudark .sp-module-title {
	background: #da251d;
	display: block;
	line-height: 36px;
	padding: 10px 12px;
}

#sp-right .sp-module-title {
	margin: 10px 0 0 0;
}


.mobile-werbedruck {
    display:none;
}


@media only screen and (max-width: 667px) {
  .display-werbedruck {
    display:none;
  }
  
  .mobile-werbedruck {
    display:block;
  }
}

/* Start - Werbedruck Details Table */
/* resets */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
 
@media all and ( min-width: 980px ) {
	 
  /* make the columns responsive */
  .art-details-col-1-3 {
    float: left;
    width: 33%;
  }

  /* 3 span rows */
  .art-details-row-3 {
    padding-left: 0px;
  }
  .art-details-row-3 [class*="col-"]:first-child {
    margin-left: -0px;
  }
   
}
/* Ende - Werbedruck Details Table */
  
.werbe h4 {
	margin: 1em 0 0.5em 0;
	font-weight: 600;
	position: relative;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	font-size: 16px;
	line-height: 40px;
	color: #da251d;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(53,86,129, 0.3);
}
  
.articleTitle {
    color: #da251d;
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0 0;
    text-transform: uppercase;
}


ul.liste { 
	list-style-type: disc;
}

.ullist li { 
	line-height: 2;
}


.bild {
    float: left;
    margin-right: 7px;
    margin-top: 2px;
}

.bild-rechts {
    float: right; 
    margin-left: 7px; 
    margin-top: 5px; 
    margin-bottom: 0px;
}

.textblock {
    background-color: #eee;
    border-bottom: 3px solid #cccccc;
    border-top: 3px solid #cccccc;
    margin-bottom: 1em;
    padding: 0px 15px 0px 15px;
}


/* Start - TABS HEADER */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{ width:100%;
margin:auto;
margin-top:-1px;
margin-bottom:-2px;
border-bottom: 0px solid gray;
background:#f2f2f2;
/* width: 90%; width of menu. Uncomment to change to a specific width */
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
margin-right:8px;
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
border-bottom-color: white;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
font-weight:bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
/* Ende - TABS HEADER */

/* Start - TABLE BOX */
   .table-head     	{ 
	font-style: normal; 
	font-weight: bold; 
	font-size: 11px; 
	line-height: 11px; 
	font-family: Verdana, Arial, Helvetica, "Sans Serif", Tahoma; 
	text-decoration: none; 
	background-color: #cccccc; 
	padding: 4px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #ffffff #999999 #999999 #ffffff;
}
   .table-ulhead     	{ 
	font-style: normal; 
	font-weight: bold; 
	font-size: 10px; 
	line-height: 11px; 
	font-family: Verdana, Arial, Helvetica, "Sans Serif", Tahoma; 
	text-decoration: none; 
	background-color: #cccccc; 
	padding: 7px 4px 2px 4px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #ffffff #999999 #999999 #ffffff;
}
   .table-subhead     	{ 
	font-style: normal; 
	font-weight: bold; 
	font-size: 11px; 
	line-height: 11px; 
	font-family: Verdana, Arial, Helvetica, "Sans Serif", Tahoma; 
	text-decoration: none; 
	background-color: #333333;
	color:#ffffff;
	padding: 4px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #999999 #000000 #000000 #999999;
}
   .table-subhead-icon     	{ 
	font-style: normal; 
	font-weight: bold; 
	font-size: 11px; 
	line-height: 11px; 
	font-family: Verdana, Arial, Helvetica, "Sans Serif", Tahoma; 
	text-decoration: none; 
	background-color: #333333;
	color:#ffffff;
	padding: 10px 4px 10px 24px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #999999 #000000 #000000 #999999;	
    background-image: url("../../../images/icons/btn_info04.gif");
    background-repeat: no-repeat;
	background-position: 5px 3px;
}

   .table-dark  { 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	line-height: 16px; 
	font-family: Verdana, Arial, Helvetica, "Sans Serif", Tahoma; 
	text-decoration: none; 
	background-color: #dfdfdf; 
	padding: 4px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #ffffff #b3b3b3 #b3b3b3 #ffffff;
}

   .table-light   { 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, "Sans Serif", Tahoma; 
	text-decoration: none; 
	background-color: #f2f2f2; 
	padding: 4px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #ffffff #cccccc #cccccc #ffffff;
}

   .table-white   { 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, "Sans Serif", Tahoma; 
	text-decoration: none; 
	background-color: #ffffff; 
	padding: 4px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #fffffe #cccccc #cccccc #fffffe;
}
/* Ende - TABLE BOX */


.pic-float {
    float: left;
    width: 108px;
    height: 56px;
    margin: 5px;
}
.pic-border {
	border:solid 1px black;
}

.icon {
	vertical-align: middle;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	margin-top: 0;
	margin-right: 1px;
}

div.widerruf { 
    margin:             3px 3px 3px 3px;
    border:             0.1em solid #da251d;
	background-color:   #ffffae;
    width:              auto;
    padding:            5px 5px 5px 5px;
}

div.footer-logo {
    text-align: center;
	margin-bottom: 30px;
}


.footer-text-small {
    color: #808080;
    font-family: Verdana,Arial,Helvetica,"Sans Serif",Tahoma;
    font-size: 10px;
}

/* Start - Link BOLD */
A.bold-link:link {
	font-weight: bold;
}
A.bold-link:visited {
	font-weight: bold;
}
A.bold-link:active {
	font-weight: bold;
}
A.bold-link:hover {
	text-decoration: underline;
	font-weight: bold;
}
/* Ende - Link BOLD */

/*blocks*/

p.gkInfo1,
p.gkTips1,
p.gkWarning1 {
	padding: 10px 10px 12px 80px;
	min-height: 38px;
	line-height: 22px;
	font-size: 16px;
}


.gkInfo1 b,
.gkTips1 b,
.gkWarning1 b {
    font-weight:bold; 
	color: #fff;
	text-transform: uppercase;
}

.gkInfo1 strong,
.gkTips1 strong,
.gkWarning1 strong {
    font-weight:bold; 
	color: #fff;
	text-transform: uppercase;
}

/* Floated blocks */

.gkBlockTextLeft,
.gkBlockTextRight,
.gkBlockTextCenter {
	display: block;
	font-size: 16px;
	font-style: italic;
	line-height: 150%;
	padding: 30px;
	width: 38%;
}
.gkBlockTextLeft {
	float: left;
	text-align: left;
}
.gkBlockTextRight {
	float: right;
	text-align: right;
}
.gkBlockTextCenter {
	margin: 0 auto;
	text-align: center;
}

/* Legends */

div.gkLegend1 h4,
div.gkLegend2 h4,
div.gkLegend3 h4,
div.gkLegend4 h4 {
	float: left;
	position: relative;
	top: -18px;
	left: 11px;
	margin: 0 0 -9px !important;
	padding: 0 10px;
	line-height: 18px;
	font-weight: bold;
	font-size: 15px;
	background: #fff;
	text-shadow: none;
}
div.gkLegend1,
div.gkLegend2,
div.gkLegend3,
div.gkLegend4 {
	margin: 30px 0;
	padding: 6px;
}
div.gkLegend1 p,
div.gkLegend2 p,
div.gkLegend3 p,
div.gkLegend4 p {
	margin: 7px;
	clear: both;
}

/* Blocks*/

.gkblock-1,
.gkblock-2,
.gkblock-3,
.gkblock-4,
.gkblock-5,
.gkblock-6,
.gkblock-7,
.gkblock-8,
.gkblock-9 {
	margin: 20px 0;
	padding: 15px 20px;
}
/* Blocks*/

.bubble-1,
.bubble-2,
.bubble-3 {
	position: relative;
	margin: 20px 0 40px;
	padding: 15px 20px;
}
.bubble-1 cite,
.bubble-2 cite,
.bubble-3 cite {
	height: 25px;
	position: absolute;
	bottom: -25px;
	display: block;
	left: 26px;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 32px;
	background: url("../../images/style1/typography/buble_arrow.png") no-repeat 0 0;
}

/* Legends */

div.gkLegend1 {
	border: 3px solid #e5c235;
}
div.gkLegend2 {
	border: 3px solid #da251d;
}
div.gkLegend3 {
	border: 3px solid #d24747;
}
div.gkLegend4 {
	border: 4px double #e5e5e5;
}
div.gkLegend1 h4 {
	background: #fff;
	color: #e5c235;
}
div.gkLegend2 h4 {
	background: #fff;
	color: #da251d;
}
div.gkLegend3 h4 {
	background: #fff;
	color: #d24747;
}
.gkHighlight1 {
	background: #ffd;
}
.gkHighlight2 {
	background: #d24747;
	color: #fff;
}
.gkHighlight3 {
	background: #212121;
	color: #fff;
}
.gkHighlight4 {
	background: #da251d;
	color: #fff;
}
/* Blocks */

.gkblock-1 {
	border: 2px dashed #d24747;
}
.gkblock-2 {
	border: 2px dashed #da251d;
}
.gkblock-3 {
    background: url('../../images/header_bg.png');
	border: 1px solid #e5e5e5;}
.gkblock-4 {
	border: 3px solid #d24747;
	background: #fff;
}
.gkblock-5 {
	border: 3px solid #da251d;
	background: #fff;
}
.gkblock-6 {
	border: 1px solid #EAE8CC;
	background: #FFFEF4;
}
.gkblock-7 {
	background: #d24747;
	color: #fff !important;
}
.gkblock-8 {
	background: #da251d;
	color: #fff !important;
}
.gkblock-9 {
	background: #f8f8f8;
}
/* Bubbles */

.bubble-1 {
	border: 3px solid #e5e5e5;
}
.bubble-2 {
	border: 3px solid #da251d;
}
.bubble-3 {
	border: 3px solid #d24747;
}
.bubble-2 cite {
	background-position: 0 -35px;
	color: #da251d;
}
.bubble-3 cite {
	background-position: 0 -70px;
	color: #d24747;
}

a.anfrage-link {
	display:block;
	width:60%;
	padding:3px;
	color:#ffffff;
	background-color:#da251d;
	border:1px solid #000000;
	margin:3px 0px;
	text-align:center;
}

a.anfrage-link:hover {
	color:#ffffff;
	background-color:#808080;
}

a.anfrage-text-link {
	margin: 0 auto;
	display:block;
	width:40%;
	padding:3px;
	color:#ffffff;
	background-color:#da251d;
	border:1px solid #000000;
	text-align:center;
}

a.anfrage-text-link:hover {
	color:#ffffff;
	background-color:#808080;
}

a.anfrage-grey {
	display:block;
	width:60%;
	padding:3px;
	color:#000000;
	background-color:#dfdfdf;
	border:1px solid #000000;
	margin:3px 0px;
	text-align:center;
}

a.anfrage-grey:hover {
	color:#000000;
	background-color:#f2f2f2;
}

.formsend-ok {
    color:#000000;
    background-color:#ccffcc;
}
h1.formsend-ok,
div.formsend-ok {
    padding:5px;
    border:0.1em solid #33ff66;
    width:90%;
	margin:0px auto;
	text-align:justify;
}

a.return-link {
	display:block;
	width:60%;
	padding:3px;
	color:#ffffff;
	background-color:#da251d;
	border:1px solid #000000;
	margin:0px auto;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

a.return-link:hover {
	color:#ffffff;
	background-color:#808080;
}

a.start-link {
	display:block;
	width:60%;
	padding:3px;
	color:#ffffff;
	background-color:#666666;
	border:1px solid #000000;
	margin:0px auto;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

a.start-link:hover {
	color:#ffffff;
	background-color:#808080;
}

/* Online Marketing Solutions AG Call-To-Action Button */

.btn-css {
	/* Box-Schatten */
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	
	/* Textformatierung und Abstände */
	display:inline-block;
	font-family:arial;
	font-size:16px;
	font-weight:normal;
	padding:12px 12px 16px 12px;
}

.link {
	text-decoration:none;
	
	/* IE 6 */
	cursor:pointer;
}

/* Druck-Effekt bei Klick */
.btn-css:active {
	position:relative;
	top:1px;
}

/* Pfeil */
.arrow {
	font-size:20px;
}

/* Rahmen */
.angled {
	border:1px solid #ddd;
}

/* Farben */
.green {

	/* Verlauf Start */
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #64bd5c), color-stop(1, #409530) );
	background:-moz-linear-gradient( center top, #64bd5c 5%, #409530 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#64bd5c', endColorstr='#409530');
	
	/* Hintergrundfarbe (alternativ für ältere Browser) */
	background-color:#409530;
	
	/* Textfarbe und Text-Schatten */ 
	color:#ffffff;
	text-shadow:1px 1px 0px #454545;
}

/* Verlauf bei Hover */
.green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #409530), color-stop(1, #64bd5c) );
	background:-moz-linear-gradient( center top, #409530 5%, #64bd5c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#409530', endColorstr='#64bd5c');
	
	/* Wechsel der Hintergrundfarbe (alternativ für ältere Browser) */
	background-color:#64bd5c;
}


/* Start - Pantone + HKS Faecher */
div#hks{
	width:100%; 
	position:relative; 
	border-color:#FFFFFF
}
.hksboxen{
	height:75px;
	width:142px;
	
}		
div#hks p{
	font-family: Verdana, Arial, Helvetica, "Sans Serif", Tahoma;
	font-size:10px;
	color:#000000;
	margin:0;
	padding:0;
}

div#hks div {
	margin: 2px;
	border:solid #CCCCCC 1px;
	
}

div#pantone{
	width:100%; 
	position:relative; 
	border-color:#FFFFFF
}
.farbboxen{
	height:75px;
	width:96px;
	
}		
div#pantone p{
	font-family: Verdana, Arial, Helvetica, "Sans Serif", Tahoma;
	font-size:10px;
	color:#000000;
	margin:0;
	padding:0;
}

div#pantone div {
	margin: 2px;
	border:solid #CCCCCC 1px;
	
}
div#contenuti div#intro {
	margin:5px;
}
div#contenuti div#intro p{
	margin:0;
	padding:0 50px 0 0;
	font-size:11px;
	font-weight: normal;
	color:#333;
	margin:0;
	
}
div#contenuti div#intro h4{
	margin:0;
	padding:0;
	font-size:13px;
	color:#333;
	margin:0;
	
}
/* Ende - Pantone + HKS Faecher */

/* Start - ddblueblockmenu */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 370px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 354px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
background-color: #cccccc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #da251d;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 372px; /*IE 5*/
w\idth: 354px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #999999;
border-left-color: #ea544d;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: #2f3336;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
/* Ende - ddblueblockmenu */

/* Start - Pricing Table */

.pricing_table_wdg {  
	border:1px solid #c4cbcc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float:left;
	margin-top: 25px;
}
.pricing_table_wdg ul { 
	list-style:none; 
	float:left; 
	width:179px; 
	margin:0; 
	border:1px solid #f2f3f3;
	padding:5px;
	text-align:center;
	background-color:#FFF;
}
.pricing_table_wdg ul:hover { 
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	-moz-box-shadow:3px 5px 7px rgba(0,0,0,.7);
  	-webkit-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
  	box-shadow:3px 5px 7px rgba(0,0,0,.7);
	cursor:pointer;
	background:#d8e9f9;
}
.pricing_table_wdg ul li {  
	border-bottom:1px dashed #cfd2d2;
	padding:10px 0;
}
.pricing_table_wdg ul li:first-child { 
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	background:#2f3336;
}
.pricing_table_wdg ul li:nth-child(2) { 
	background:#fbfbfb;
}
.pricing_table_wdg ul li:nth-child(3) { 
	font-size:12px;
	font-weight:bold;
}
.pricing_table_wdg ul li:nth-child(n+4) { 
	font-size:14px;
}
.pricing_table_wdg ul li:last-child a { 
	color:#F0F0F0;
	text-decoration:none;
	font-weight:bold;
	display:block;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #c4cbcc;
	padding:10px;
	margin:5px 0;
	background: #da251d; /* Old browsers */
	background: -moz-linear-gradient(top, #da251d 0%, #9e1711 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da251d), color-stop(100%,#9e1711)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #da251d 0%,#9e1711 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #da251d 0%,#9e1711 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #da251d 0%,#9e1711 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da251d', endColorstr='#9e1711',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #da251d 0%,#9e1711 100%); /* W3C */
}
/* Ende - Pricing Table */

/* Start - Werbedruck Table */

.werbedruck_table_wdg {  
	border:1px solid #c4cbcc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float:left;
	margin-top: 25px;
}
.werbedruck_table_wdg ul { 
	list-style:none; 
	float:left; 
	width:210px; 
	margin:0; 
	border:1px solid #f2f3f3;
	padding:5px;
	text-align:center;
	background-color:#FFF;
}
.werbedruck_table_wdg ul:hover { 
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	-moz-box-shadow:3px 5px 7px rgba(0,0,0,.7);
  	-webkit-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
  	box-shadow:3px 5px 7px rgba(0,0,0,.7);
	cursor:pointer;
	background:#d8e9f9;
}
.werbedruck_table_wdg ul li {  
	border-bottom:1px dashed #cfd2d2;
	padding:10px 0;
}
.werbedruck_table_wdg ul li:first-child { 
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	background:#2f3336;
}
.werbedruck_table_wdg ul li:nth-child(2) { 
	background:#fbfbfb;
}
.werbedruck_table_wdg ul li:nth-child(3) { 
	font-size:12px;
	font-weight:bold;
}
.werbedruck_table_wdg ul li:nth-child(n+4) { 
	font-size:14px;
}
.werbedruck_table_wdg ul li:last-child a { 
	color:#F0F0F0;
	text-decoration:none;
	font-weight:bold;
	display:block;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #c4cbcc;
	padding:10px;
	margin:5px 0;
	background: #da251d; /* Old browsers */
	background: -moz-linear-gradient(top, #da251d 0%, #9e1711 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da251d), color-stop(100%,#9e1711)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #da251d 0%,#9e1711 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #da251d 0%,#9e1711 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #da251d 0%,#9e1711 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da251d', endColorstr='#9e1711',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #da251d 0%,#9e1711 100%); /* W3C */
}
/* Ende - Werbedruck Table */

/* Start - Light RSS */
.lightTip { 
	font-weight:bold;
}
.light-rss-item-desc { 
	margin-bottom:15px;
}

/* Ende - Light RSS */

/* Start - OMSAG */
/* Start - Produktkarussell */
.oms-plabel
{
	font-size: 12px;
	text-align: center;
	
}
/* Ende - Produktkarussell */
/* Ende - OMSAG */

/* Ende - OWN DABRI */