* {
        padding: 0;
        margin: 0;
        outline:none;
}
html {
        overflow-y: scroll;
}

input, select {
        color: #626262;
}

body {
	background: #1b1b1b url(../../../../layout/motokayscp/images/bg_body.jpg) repeat-x fixed;
	color:#fff;
	font: 0.8em Arial, Helvetica, sans-serif;
}
a {
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}

.hidden {
display: none;
}

#maincontent a {
        text-decoration: none;
        color:#009de2;
}
#maincontent a:hover {
        text-decoration: underline;
}

#outer {
        width:950px;
        margin: 20px auto;
        /*background: #0f0f0f;*/
		position: relative;
		z-index: 0;
}

#lang {
	width: 34px;
	height: 90px;
	position: absolute;
	top: 10px;
	right: -40px;
	z-index: -1;
	background: url(../../../../layout/motokayscp/images/bg_lang.png) no-repeat right top;
	padding: 5px 7px 5px 7px
}
#lang img {
        padding: 5px;
}
#Logoslide {
	width: 70px;
	height: 600px;
	position: absolute;
	top: 120px;
	right: -40px;
	z-index: -1;
}
#header {
        width: 950px;
/*        height: 225px;*/
		height: 245px;
        position: relative;
        overflow: hidden;
        background: url(images/bg_header_24.png) no-repeat center top!important;
        background: url(images/bg_header_8.png) no-repeat center top;
		/*background: url(../../../../layout/motokayscp/images/bg_header_christmas_24.png) no-repeat center top!important;
        background: url(../../../../layout/motokayscp/images/bg_header_christmas_8.png) no-repeat center top;*/
}
#slideHeader {
        width: 640px;
        height: 166px;
        background: url(../../../../layout/motokayscp/images/slideshow.png) no-repeat center top;
        position: absolute;
        top: 0;
        right: -1px;
		overflow: hidden;
		z-index: 5;
}

#navi_search {
	width: 950px;
	height: 48px;
	background: url(images/bg_topmenu.png) no-repeat center center;
	position: absolute;
	bottom: 5px;
	z-index: 10;	
}
#search {
        width: 300px;
        height: 26px;
        position: absolute;
        bottom: 10px;
        left: 550px;
}
#search input[type=text] {
        width: 190px;
        height: 26px;
        background: url(../../../../layout/motokayscp/images/bg_textfield_200.png) no-repeat;
        border: none;
        padding: 0 5px;
        line-height: 26px;
        float: left;
}
#search input#suche {
        background:url(../../images_dialog/button/finden_78.png);
        width:78px;
        height: 26px;
        border: none;
        outline: none;
        margin: 0 0 0 5px;
}


#social {
	width: 84px;
	height: 32px;
	position: absolute;
    bottom:8px;
	right: 2px;
}
#social a {
	padding: 0;
}

#topmenu {
	height:48px;
	position: absolute;
	bottom: 0;

}
#topmenu ul {
        list-style-type:none;
}
#topmenu ul li {
        float:left;
        height: 48px;
}
topmenu ul li.blog {
}
#topmenu a, #topmenu li.active {
        color:#fff;
        float:left;
        font-size:14px;
        font-weight:bold;
        padding: 0 25px;
        line-height: 44px;

}
#topmenu a:hover, #topmenu li.active {
        color: #009de2;
        text-decoration: none;
}


#contentwrap {
        clear:both;
        background: #0f0f0f url(../../../../layout/motokayscp/images/bg_sitewrap_24.png) no-repeat center bottom !important;
        background: #0f0f0f url(../../../../layout/motokayscp/images/bg_sitewrap_8.png) no-repeat center bottom;
}
#left {
        width:190px;
        float:left;
        margin-right:15px;
        margin-left: 2px;
}
#left input[type=text], #right input[type=text], #right input[type=password] {
        width: 160px;
        height: 26px;
        background: url(../../../../layout/motokayscp/images/bg_textfield_160.png) no-repeat;
        border: none;
        padding: 0 5px;
        margin: 0 0 5px 0;
        line-height: 26px;
}
input#newsletter {
        background:url(../../images_dialog/button/eintragen_125.png);
        width:125px;
        height: 30px;
        outline: none;
        border: none;
        margin: 8px 0 0 0;
}
input#suche:hover, input#newsletter:hover {
        cursor:pointer;
}
        
#right {
        width:190px;
        float: right;
        margin-left:15px;
        margin-right: 2px;
}
input#login {
        background:url(../../images_dialog/button/login_80.png);
        width:80px;
        height: 30px;
        display: block;
        outline: none;
        border: none;
        margin: 8px 0 0 0;
}
input#login:hover {
        cursor:pointer;
}
#basket {
	width: 190px;
	height: 100px;
    position:relative;
	margin-bottom: 5px;
	padding: 0px 0 0 0;
/*	background: url(../../../../layout/motokayscp/images/bg_box_cart_big.jpg) no-repeat;  */
	background: url(../../../../layout/motokayscp/images/bg_box_cart.jpg) no-repeat;
}

#basket_head {
        font-size:16px;
        font-weight:bold;
        position:absolute;
        right:10px;
        top:7px;
}
#basket_head a {
        color: #fff;
}
#basket_head a:hover {
        color:#009de2;
        text-decoration: none;
}
#basket_amount {
        font-weight:bold;
        position:absolute;
        right:10px;
        top:30px;
        text-align:right;
}

#basket_links {
        position:absolute;
        right:10px;
        top:70px;
        text-align:right;
}

#basket_links a {
        background-image:url(../../../../layout/motokayscp/images/bg_navi_l1_24.png) !important;
        background-image:url(../../../../layout/motokayscp/images/bg_navi_l1_8.png);
        background-repeat: no-repeat;
        padding-left:18px;
        background-position: 0px 2px;
        color: #fff;
}
#basket_links a:hover {
        color:#009de2;
        text-decoration: none;
}
#basket #siegel {
	text-align: center;
	margin: 5px 0px;
	border-top: 1px solid #39393b;
}
#basket #siegel a {
	color:#fff;
}
#basket #siegel a:hover {
        color:#009de2;
        text-decoration: none;
}

#maincontent {
        width:536px;
        float:left;
}
#maincontent ul, #maincontent ol, #maincontent_order ul, #maincontent_order ol {
        padding: 8px 4px 8px 25px;

}
#maincontent p, #maincontent ul{
        margin-bottom:15px;
}

.maincontent_border input, .maincontent_border textarea{
        margin-bottom:8px;
}
#PlentyMyAccount h1{
        font-size: 1.4em;
        margin-bottom: 15px;
        color:#009de2;
}
#PlentyMyAccount h1{
        font-size: 1.2em;
        margin-bottom: 10px;
        color:#009de2;
}




.box {
        background: url(images/bg_box.jpg) no-repeat center bottom;
        margin-bottom:10px;
        
}

.box span.headline {
        width: 190px;
        height: 34px;
        background: url(../../../../layout/motokayscp/images/box_header_24.png) no-repeat center top !important;
        background: url(../../../../layout/motokayscp/images/box_header_8.png) no-repeat center top;
        font-size: 16px;
        color: #009de2;
        line-height: 34px;
        text-align: center;
		font-weight: bold;
		display:block;
}
.box_content {
        padding: 15px;        
}
.box_content p {
	color: #fff;
}
.box_content a{
	color: #009de2;
}
.box_content p.blog_title_link {
	font-size: 11px;
	float: left;
}
.box_content span.blog_title_link {
	font-size: 10px;
	padding: 0 0 5px 15px;
	float: right;
}
.box_content_kat{
        padding: 3px;        
}
.box input, .box select{
        font-size: 11px;
}
.boxHotline {
	width: 190px;
	height: 230px;
	text-align: center;
	background: url(../../images_layout/box_hotline.jpg) no-repeat;
	margin-bottom:10px;
}
.boxHotline h1 {
        font-size: 16px;
        color: #009de2;
        line-height: 34px;
}
.box_newsletter {
	width: 160px;
	height: 83px;
	background: url(../../../../layout/motokayscp/images/bg_box_newsletter.jpg) no-repeat center bottom;
	margin-bottom:10px;
	padding: 2px 15px 5px 15px;
	font-weight: bold;
}
.box_newsletter p {
	padding-bottom: 5px;
	text-align: center;
}

/* menu */
ul.left_menu li {
        list-style-type:none;
        text-align:left;
        width:183px;
        line-height: 170%;
}

.left_menu a {
        color:#FFF;
}
.left_menu a:hover {
        color: #009de2;
        text-decoration: none;
}
#right .left_menu .level1 a{
        background-image:url(../../../../layout/motokayscp/images/bg_navi_l1_24.png) !important;
        background-image:url(../../../../layout/motokayscp/images/bg_navi_l1_8.png);
        background-repeat: no-repeat;
        padding-left:18px;
        background-position: 0px 5px;
        width: 168px;
        height: 25px;
        display: block;
        font-weight: bold;
}

div[id="kompTable\""] {
	width: 100%;
    max-height: 300px;
    overflow: auto;
}

div[id="kompTable"] {
	width: 100%;
    max-height: 300px;
    overflow: auto;
}
table#collapse, table#collapse1 {
	width: 100%;
}
table#collapse {
	background: transparent;
}
table#collapse th {
	padding: 2px 1px;
	background: transparent;
	color: #ddd;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
/*	border-left: 1px solid #fff;
	border-right: 1px solid #fff; */
}
table#collapse tbody {
	font-size: 11px;
}
table#collapse tr.even {
	background: transparent;
	color: #ddd;
}
table#collapse tr.odd {
	background: #777;
	color: #ddd;
}
table#collapse tr td {
	color: #ddd;
}
table#collapse tr.even:hover {
	background: #ccc;
	color: #333;
}
table#collapse tr.odd:hover {
	background: #ccc;
	color: #333;
}
table#collapse tr.even:hover td {
	color: #333;
}
table#collapse tr.odd:hover td {
	color: #333;
}
table#collapse td {
	padding: 2px 1px;
	text-align: center;
	border: 1px solid #fff;
}


/* Bezahlarten */
#payBox ul {
	list-style-type: none;
}
#payBox ul li {
	padding: 0 0 0 32px;
}
#payBox ul li.su {
	background: url(../../../../layout/motokayscp/images/icons_pay_su.png) no-repeat left center !important;
	background: url(../../../../layout/motokayscp/images/icons_pay_su.gif) no-repeat left center;
}
#payBox ul li.pm {
	background: url(../../../../layout/motokayscp/images/icon_rechnung.png) no-repeat left center !important;
	background: url(../../../../layout/motokayscp/images/icon_rechnung.gif) no-repeat left center;
}
#payBox ul li.pp {
	background: url(../../../../layout/motokayscp/images/icons_pay_pp.png) no-repeat left center !important;
	background: url(../../../../layout/motokayscp/images/icons_pay_pp.gif) no-repeat left center;
}
#payBox ul li.fk {
	background: url(../../../../layout/motokayscp/images/klarna_icon.png) no-repeat left center !important;
	background: url(../../../../layout/motokayscp/images/klarna_icon.gif) no-repeat left center;
}
#payBox ul li.vk {
	background: url(../../../../layout/motokayscp/images/icons_pay_vk.png) no-repeat left center !important;
	background: url(../../../../layout/motokayscp/images/icons_pay_vk.gif) no-repeat left center;
}
#payBox ul li.nn {
	background: url(../../../../layout/motokayscp/images/icons_pay_nn.png) no-repeat left center !important;
	background: url(../../../../layout/motokayscp/images/icons_pay_nn.gif) no-repeat left center;
}
#payBox ul li a	{
	color: #fff;
	line-height: 30px;
	font-weight: bold;
}
#payBox ul li a:hover {
	color: #009de2;
    text-decoration: none;
}

#left .left_menu ul.menu_level2   {
	border-bottom: 1px dotted #666;

}
#left .left_menu .level1 a{
        display: block;
        padding: 5px 0 5px 10px;
        font-weight: bold;
		font-size: 14px;
}

.left_menu .level1active_link{
        font-weight:bold;
        color: #009de2;
	border-top: 1px dotted #666;
}

.left_menu .level2 a{
        padding: 0 0 5px 18px;
		font-size: 12px;
}

.left_menu .level2active_link{
        font-weight:bold;
        color: #009de2;
}

.left_menu .level3 a{
        padding-left:30px;
		font-size: 12px;
}

.left_menu .level3active_link{
        font-weight:bold;
        color: #009de2;
}

.left_menu .level4 a{
        padding-left:40px;
}

.left_menu .level4active_link{
        font-weight:bold;
        color: #009de2;
}
/* Tag Cloud */
a.PlentyTagLink {
	color: #fff;
	padding-right: 5px;
	display: inline;
}
a.PlentyTagLink:hover {
    color: #009de2;
	text-decoration: none;
}
a.tag_1 {
	font-size: 200%;
}
a.tag_2 {
	font-size: 190%;
}
a.tag_3 {
	font-size: 180%;
}
a.tag_4 {
	font-size: 170%;
}
a.tag_5 {
	font-size: 160%;
}
a.tag_6 {
	font-size: 150%;
}
a.tag_7 {
	font-size: 140%;
}
a.tag_8 {
	font-size: 130%;
}
a.tag_9 {
	font-size: 120%;
}
a.tag_10 {
	font-size: 110%;
}


/* Artikelansichten */

.tablepadding td{
        padding:5px;
}

.tablenopadding td{
        padding:0;
}

.border{
        border: 1px solid #cccccc;
}

.marginbottom{
        margin-bottom:10px;
}

#katDesc {
	width: 500px;
	height: 250px;
	overflow: auto;
	padding: 15px;
	margin: 10px 0;
	border: 1px solid #fff;
}


.small{
        font-size: 0.8em;
}

.Price_single_art, .Price{
        color: #009de2;
        font-size:1.75em;
        font-weight:bold;
}
.Price_uvp {
	font-size:1.1em;
	font-weight:bold;
	color: #C30000;
	text-decoration: line-through;
}

.currency{
        color: #009de2;
        font-weight:bold;
}
.availability {
	margin: 10px 0 0 0;
}
.producerLogo {
	display: block;
	margin: 0 0 10px 0;
}

.ArticleAttrTable td{
        text-align:right;
        padding-bottom: 3px;
        padding-left: 3px;
}

.pagenav {
        width: 506px;
        height:29px;
        background-image: url(../../../../layout/motokayscp/images/bg_contentbox_head.jpg);
        padding-left:20px;
        padding-right:10px;
        padding-top:12px;
        font-size: 16px;
        line-height: 20px;
        color: #009de2;
		font-weight:bold;
}

.pagenav h1 {
        font-size: 16px;
        line-height: 20px;
        color: #009de2;
        display: inline;
        float: left;
		
}
.pagenavDesc {
        width: 506px;
        height:29px;
        background-image: url(../../../../layout/motokayscp/images/bg_descbox_head.jpg);
        padding-left:20px;
        padding-right:10px;
        padding-top:12px;
        font-size: 16px;
        line-height: 20px;
        color: #009de2;
		font-weight:bold;
}
.pagenavBottom{
        width: 506px;
        height:29px;
        background-image: url(../../../../layout/motokayscp/images/bg_contentbox_bottom.jpg);
        padding-left:20px;
        padding-right:10px;
        padding-top:12px;
}
.articleContentbox {
        background: url(../../../../layout/motokayscp/images/bg_contentbox.jpg) no-repeat center bottom;
        padding: 10px;
}
.DescContentbox {
        background: url(../../../../layout/motokayscp/images/bg_descbox.jpg) no-repeat center bottom;
        padding: 10px;
}
.DescContentbox p {
	color: #ddd;
}
/* Bewertungen */
.article_rating_column_right {     
	padding-left:10px;
	padding-bottom:6px;
}
.article_rating_column_right .name {
	font-style:italic;
}
.article_rating_column_right .comment {
	font-weight:bold;
}
/* Sonderangebote */
#pagenavSpecial {
        width: 506px;
        height:29px;
        background-image: url(../../../../layout/motokayscp/images/bg_contentbox_head_special.png);
        padding-left:20px;
        padding-right:10px;
        padding-top:12px;
	        font-size: 16px;
        line-height: 20px;
        color: #009de2;
		font-weight:bold;
		
}

#specialContentbox {
        background: url(../../../../layout/motokayscp/images/bg_contentbox_special.jpg) no-repeat center bottom;
        padding: 10px;
}
.borderBottom {
        border-bottom: 1px solid #ddd;
        margin: 15px 0;
}
.BrowsePreviousButton{
        float:right;
        margin-right: 5px;
        margin-top:1px;
}

.BrowseNextButton{
        float:right;
        margin-left: 5px;
        margin-top:1px;
}
.articleOrder{
        float: right;
        /*display:none;*/
        padding-top:0px;
        
}
.articleOrder select{
        font-size: 11px;        
}


.articlePages_Link {
}

.articlePages_activeLink{
        font-weight: bold;
}

.articlePages{
        display:inline;
        float:right;
        margin-top:1px;
}
/* Liveshopping */
.liveHead {
        width: 506px;
        height:29px;
        background-image: url(../../../../layout/motokayscp/images/bg_livebox_head.jpg);
        padding-left:20px;
        padding-right:10px;
        padding-top:12px;
}

.liveHead h2 {
        font-size: 16px;
        line-height: 20px;
        color: #009de2;
}
#liveshop {
	background: url(images/Liveshopping/Live-Shopping_2.jpg) no-repeat center top;
	height: 300px;
	width: 536px;
	position: relative;
	margin-bottom: 15px;
	 
}

#clock_clock {
}
#liveMid {
	width: 222px;
	height: 235px;
	position: absolute;
	top: 22px;
	left: 78px; 
	color: #0f0f0f;
}
#liveMid h5 {
	text-align: center;
	margin: 10px 0 5px;
	width: 128px;
	float: right;
}
#livePrice {
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}
#liveRight .Price_uvp {
	white-space: nowrap;
}
#liveRight .Price_single_art {

}
#time {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
}
#ldate {
	font-size: 16px;
	color: #009de2;
}
#liveBuy {
	position: absolute;
	bottom: 30px;
	left: 40px;
}
#liveRemaining { 
	width: 220px;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 5px 0;
	position: absolute;
	bottom: 0px;
}
#liveRemaining table {
	margin: 0 5px 0 0;
	float: left;
}
#liveRemaining span {
	float: right;
}
#liveshopping_von_bis {
	display: none;
} 
#liveImage img {
	width: 85px;
	float: left;
	margin: 5px 8px 5px 0;
}


.article {
        font-size:  12px;
}
.article input, .article select{
        font-size: 11px;
}

.2row_name {
        height: 45px;
}

.2row_name a:link, .2row_name a:visited {
        height: 45px;
        color:#666666;
}

.single_previm {
        margin-top:10px;
}

.single_previm img{
        width:75px;
}

.single .Price_single_art, .single .Price{
        font-size:1.9em;
}



.box_article_name a:link, .box_article_name a:visited {
        color:#fff;
}

.box_article_name{
        margin-bottom: 3px;
}

.box_article_img {
        margin-bottom: 5px;
}

.box_article_price {
        margin-bottom: 15px;
        color:#009de2;
        font-weight:bold;
}

.msg{
        margin-bottom:5px;
        padding:10px;
}

.msg_ok{
        
}

.plentyErrorBox {
        margin-bottom:5px;
        padding:10px;
        width:auto;
}

.plentyMessageBox{
        margin-bottom:5px;
        padding:10px;
        width:auto;
}

/* findlogic */

.ac_results {
	background: #0f0f0f;
	padding: 2px 0 2px 10px;
	border: 1px solid #383838;
}
.ac_results li.ac_over {
	    color:#009de2;
		cursor:pointer;
}
div.autocompletecount {
	float: right;
}
#flOuterContainer {
        font-family: Arial,Verdana,sans-serif;
        font-size: 12px;
        text-align: left;
}

#flOuterContainer table {
        border: none;
}

td.flMain {
        padding: 0px;
        text-align: center;
}

.flOuterBorder {
	
}

.flBorder {
        border: 0px solid #DDDDDD;
}

.flImageleft {
}

.flImageright {
}

.flSubTable {
        width: 100%;
		padding: 0 0 10px 0;
}

#flRemoveAllFilters {
        margin-left: 2px;
}

.flFilterRedundant {
        margin-left: 5px;
}

.flCloudHeader {
        padding: 4px;
        text-align: left;
        font-weight: bold;
}

strong .flEmphasis {
        text-decoration: underline;
}

.flEmphasis {
        font-weight: bold;
}

.flFrequency {
        color: #fff;
}

.flOuterBorder {

        border-color: #D3D3D3;
        border-spacing: 0;
        border-style: solid;
        border-width: 1px 0;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
}

a.flResultTitle {
        font-family: arial;
        font-weight: bold;
}

a.flResultTitle .flEmphasis {
        text-decoration: underline;
}

.flShortDescription {
        font-size: 10px;
        background-color: #D2E6CB;
}

span.flPrice {
        font-weight: bold;
}

span.flOverriddenPrice {
        font-weight: normal;
        text-decoration: line-through;
}

span.flOverridingPrice {
        font-weight: bold;
        color: #FF0000;
}

.flFilterCloud a {
        color: #000000;
        font-family: arial;
        text-decoration: none;
}

.flFilterCloud a:hover {
        text-decoration: underline;
        color: #000000;
}

.flCloudHeader a:visited {
        color: #000000;
}

.flCloudSizeClass0 a {
        font-size: 9px;
}

.flCloudSizeClass1 a {
        font-size: 10px;
}

.flCloudSizeClass2 a {
        font-size: 11px;
}

.flCloudSizeClass3 a {
        font-size: 12px;
}

.flCloudSizeClass4 a {
        font-size: 13px;
}

.flCloudSizeClass5 a {
        font-size: 14px;
}


#flRemoveAllFilters {
        color: #FF8C00;
}

#flRemoveAllFilters:hover {
        text-decoration: underline;
}

#flCloudAreasTable {
        margin-top: 1px;
}

#flCloudArea {
		background: url(../../../../layout/motokayscp/images/bg_descbox.jpg) no-repeat center bottom;
}

#flContentContainer {
/*        margin-right: 5px;
        border: 1px solid #A9A9A9;*/
}

#flSearchHeader {
        width: 100%;
        cellspacing: 0;
}

#flSearchInfo {
        font-size: 14px;
}

#flPoweredBy {
        width: 90px;
}

#flRestrictHeader {
        border-spacing: 0;
        font-size: 12px;
        height: 17px;
}

.flContFilterRedundant {
        margin-left: 2px;
        margin-bottom: 5px;
}

ul.flFilters {
        list-style-type: none;
        list-style-position: inside;
        list-style-image: none;
        padding: 0px;
        margin: 0px;
}

ul.flFilters li {
        list-style-type: none;
        list-style-position: inside;
        list-style-image: none;
        padding: 0px;
        margin: 0px;
}

.flChosenFilters {
        padding: 4px;
}

.flChosenFilters span {
        display: block;
}

.flFilterCloud {
        padding: 4px;
}

.flFilterCloud span {
        padding-right: 4px;
}

.flFilterRedundant span {
        padding-right: 3px;
}

.flPageCurrent {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
}

.flClear {
        height: 20px;
        clear: both;
}
#flPageSizeForm {
	display: none;
}

/* Footer */
#footer {
        width: 910px;
        height: 50px;
        padding: 0 20px 0 20px;
        color:#fff;
        background: url(../../../../layout/motokayscp/images/bg_footer_24.png) no-repeat center top !important;
        background: url(../../../../layout/motokayscp/images/bg_footer_8.png) no-repeat center top;

}

ul#naviFooter {
        list-style-type:none;

}
ul#naviFooter li {
        display:inline;
        line-height:100%;
}
ul#naviFooter a {
        color:#fff;
        float:left;
        font-size:14px;
        font-weight:bold;
        padding: 0 12px;
        line-height: 45px;

}
ul#naviFooter a:hover {
        color: #009de2;
        text-decoration: none;
}

#phone {
		width: 890px;
        height: 30px;
        padding: 0 30px 0 30px;
		text-align: center;
}
#phone p {
	font-size: 11px;
	font-weight: bold;
}
#phone p span {
	color: #009de2;
	padding: 0 5px;
	font-size: 18px;
}
.clearing {
        clear: both;
}
.center {
        text-align: center;
        margin: 0 auto;
}
.line {
        border-bottom: 1px solid #ddd;
        margin: 15px 0;
} 

#boxLeft {
	background: url(images/spring/spring_side_left_24.png) no-repeat !important;
	background: url(images/spring/spring_side_left_8.png) no-repeat;
	height: 382px;
	width: 300px;
	position: absolute;
	left: -300px;
	top: 100px;
	z-index: -2;
}
#boxRight {
	background: url(images/spring/spring_side_right_24.png) no-repeat !important;
	background: url(images/spring/spring_side_right_8.png) no-repeat;
	height: 382px;
	width: 300px;
	position: absolute;
	right: -300px;
	top: 100px;
	z-index: -2;
}
#zBox1 {
	background: url(images/spring/grass_950_24.png) !important;
	background: url(images/spring/grass_950_8.png);
	height: 52px;
	width: 950px;
	position: absolute;
	bottom: 45px;
	z-index: 7;	
}


.free4Info {
    margin: auto !important;
    width: 85%;
    -webkit-box-shadow:  1px 1px 6px 2px #405C73;
    box-shadow:  1px 1px 6px 2px #405C73;
    background-image: url('http://www.motokay.de/tpl/de/layout/Motokay/images/Ausrufezeichen_weiss.png');
    background-position: 15px center;
    min-height: 70px;
    background-repeat: no-repeat;
    padding: 10px !important;
    text-align: left;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.free4Info .p-tag {
    padding-left: 40px !important;
}

.cookieMessage {
	height: 23px;
	background-color: #4B4B4B;
	color:#ddd;
	padding-top:7px;
	
/*	margin-bottom: 8px;   */
}

.cookieClose {
	font-weight: bold;
	padding-left: 10px;
	color: #fff;
}

#left .left_menu .level3active_link, #left .left_menu .level2active_link, #left .left_menu .level1active_link, #left .left_menu .level1active_link {
	color: #009de2 !important;
}
