    .container                                  {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	
	/*outline:solid 1px #eee;*/
	
}
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; /*outline:solid 1px #ccc;*/ }
    .columns.alpha               { margin-left: 0; }
    .columns.omega               { margin-right: 0; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 260px; margin-right:20px; margin-top: 20px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                   { width: 540px; margin:20px 0; }
    .container .eleven.columns                  { width: 640px; margin-bottom: 5px; }
    .container .sixteen.columns                 { width: 940px; }
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
    .clearfix:before,
    .clearfix:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .clearfix:after {
      clear: both; }
    .clearfix {
      zoom: 1; }
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	body {
		background: #fff;
		font: 13px/20px "Open Sans", sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }
	h1, h2, h3, h4, h5, h6 {
		color: #333333;
		font-family: "Open Sans", sans-serif;
		font-weight: normal; }
	h1 { font-size: 46px; line-height: 49px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 42px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 35px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 28px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 21px; }
	h6 { font-size: 14px; line-height: 14px; }
	p { margin: 0 0 10px 0; }
	em { font-style: italic; }
	strong { font-weight: bold;}
	small { font-size: 80%; }
	blockquote { font-size: 17px; line-height: 21px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 21px; padding: 7px 20px 0 19px; border-left: 1px solid #ddd; }
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 14px 0 28px; height: 0; }
	a, a:visited { text-decoration: none; outline: 0;color:#DDD }
	a:hover, a:focus {outline: 0; color:#FFF  }
	ul, ol { margin-bottom: 21px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol { margin-left: 30px; }
	li { line-height: 21px; margin-bottom: 14px; }
* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}
:focus{outline-width: 0;}
img {
	max-width: 100%;
	height:auto;
}
canvas {
	max-width: 100%;
	height:auto;
}
a {
	-webkit-transition: opacity 0.3s ease-out;
	   -moz-transition: opacity 0.3s ease-out;
	     -o-transition: opacity 0.3s ease-out;
	    -ms-transition: opacity 0.3s ease-out;
	        transition: opacity 0.3s ease-out;
	
	}
.wrap.wide {
	width:100%;
	position:relative;
	}
.band.top_border {
	background:#490531;
	height:6px;
	margin-bottom: 2px;
	}
.band.main {
	position:absolute;
	width:100%;
	}
.band.title {
	background:#fff;
	padding-bottom:1px;
	margin-top:104px;
	border-top: 6px solid #490531;
	}
.band.content {
	background:url(http://bilder4.eazyauction.de/elektrovista87/templates/31696_decd4150/shadow.png) no-repeat scroll center top rgba(0, 0, 0, 0);
	padding:20px 0 40px;
	margin-top:20px;
	}
h1.logo {
	float:left;
	margin-bottom:0;
	}
.container.header {
    margin-top: 5px;
}
.navbar {
	margin-top:22px;
	
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
	}
nav.main {
	position: relative;
	margin-top: 5px;
    z-index: 9999;	
	float:right;
}
nav.main ul{
	float:right;	
}
nav.main ul#menu-main-menu li:last-child a {padding-right:13px}
nav.main ul li{
	float:left;	
}
.respo_menu:before{
	content:"\f0c9";
	font-family: 'fontello';
	font-size:24px;
}
.respo_menu{
	position:relative;
	width:28px;
	height:20px;
	display:none;
	cursor:pointer;
	float:right;
	margin:24px 0 0;
	}
.respo_menu select{
	position:absolute;
	top:0;
	right:0;
	opacity:0;
	background:none;
	cursor:pointer;
	width:30px;
	}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style:none;
}
.sf-menu {
	line-height:1.0;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a,.sf-menu a:visited {
	display:block;
	position:relative;
	text-decoration:none;
	color:#bbb;
	
}
.sf-menu a:hover  {
	color:#fff;
}
.sf-menu li > a {
	padding:9px;		
}
.erster_link a {
    border-left: 2px solid #8f0760;
}
.sf-menu li a {
	padding:4px 13px;
	text-align:center;
	border-right:2px solid #8f0760;
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */

}
.slider_shadow{z-index:1}
.slider_shadow.shadow1 {margin: -78px 0 0;}
.content a {
	color:#555;
	}
.content a:hover {
	color:#333;
	}
h3.title,h4.title {
	border-bottom:solid 1px #CCC;
    color: #555;
	font-weight:700;
    text-align: left;
	}
h3.title {
    font-size: 16px;
    margin-bottom:15px;
    padding:0 0 4px;
	line-height:22px;
	}
h4.title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 0 0 4px;
	}
.clients-carousel {
	margin:20px 0;
    padding-bottom: 15px;
	border: 1px solid #CCC;
    border-radius: 5px;
	float:left;
	position:relative;
	width:100%;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1);
			box-shadow: 0 0 7px rgba(0,0,0,0.1);
	}
	
.clients-carousel h3 {
	background:url(http://bilder4.eazyauction.de/elektrovista87/templates/31696_decd4150/bg_off.png) repeat;
	border-radius:5px 5px 0 0;
	padding:10px 20px;
	margin-bottom:13px;
	
	-webkit-box-shadow: 0 -3px 4px rgba(0,0,0,0.05) inset;
       -moz-box-shadow: 0 -3px 4px rgba(0,0,0,0.05) inset;
			box-shadow: 0 -3px 4px rgba(0,0,0,0.05) inset;
	}
figure {
	border:solid 1px #ccc;
	padding:5px;
	float:left;
	width:100%;
	border-radius:5px;
	
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1);
			box-shadow: 0 0 7px rgba(0,0,0,0.1);
			
	}
figure:hover {
	border:solid 1px #aaa;
	}
.content article {
	float:left;
	position:relative;
	}
.content article p{
	margin-bottom:7px;
	font-size:13px;
	}
.blog-sidebar{}
.blog-sidebar ul{
	margin:12px 0 12px 30px;
	list-style-image: url(http://bilder4.eazyauction.de/elektrovista87/templates/31696_decd4150/arrow.png);
	}	
.blog-sidebar ul li{
	margin:3px -1px 0 0;
	float:left;
	width:100%;
	}	
.blog-sidebar ul li a{
    color: #777777;
    display: block;
    line-height: 25px;
	}
.blog-sidebar ul li a:hover{
    color: #8f0760;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
	}
.widget{
    box-shadow: 0 0 5px #AAAAAA;
    float: left;
    margin: 10px 0 20px;
    width: 100%;
	}
.widget h3.title {
    line-height: 30px;
    margin-bottom: 0;
    padding-top: 0;
    text-align: center;
	}
.widget.widget_interio_portfolio{
	border:solid 1px #CCC;
	border-radius:5px;
	
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1);
			box-shadow: 0 0 7px rgba(0,0,0,0.1);	
	
	}
.widget.widget_interio_portfolio h3.title{
	border-bottom:5px double #8F0760;
	padding:6px 12px;
	font-size:14px;
	background:url(http://bilder4.eazyauction.de/elektrovista87/templates/31696_decd4150/bg_off.png) repeat;
	}
footer.footer {
	background:url(http://bilder4.eazyauction.de/elektrovista87/templates/31696_decd4150/footer_top.png) repeat-x top center,
			   url(http://bilder4.eazyauction.de/elektrovista87/templates/31696_decd4150/footer_bottom.png) repeat-x bottom center #666;
	padding: 20px 0;
	}
footer.bottom {
	background:#FFF;
	}	
footer.bottom .container {
	padding:10px 0 20px;
	}	
footer .copyright {
	float:left;
	text-align:right;
	color:#8f0760;
	font-size:12px;
	line-height:15px;
	width:940px;
	}
footer .copyright:hover {
	color:#000;
	font-variant:small-caps;
	font-size:13px;
	}
footer h3.logo{
	 margin: 1px 0 10px;
	}
footer h4.title{
	font-size:15px;
	color:#DDD !important;
	font-weight:700;
	padding: 7px;
	border:none;
	text-shadow:1px 1px 1px rgba(0,0,0,.6);
	background:url(http://bilder4.eazyauction.de/elektrovista87/templates/31696_decd4150/footer_separator.png) repeat-x bottom center;
	}
footer .widget {
	margin:0;
	border:none !important;
	-webkit-box-shadow:none !important;
       -moz-box-shadow:none !important;
			box-shadow:none !important;
			
}
footer p,footer .address {
	color:#DDD;
	text-shadow:1px 1px 1px rgba(0,0,0,.6);
	font-size:13px;
	}
footer ul{
	margin-bottom:10px;
	}
footer ul li {
	margin:0 9px;
	overflow: hidden;
	text-shadow:1px 1px 1px rgba(0,0,0,.6);
	color:#AAA !important;
    }
footer ul li a{
	font-size:13px;
	color:#FFF !important;
	text-decoration:none;
	
	opacity:.65;
	padding-left:13px;
	background:url(http://bilder4.eazyauction.de/elektrovista87/templates/31696_decd4150/list-style.png) left center no-repeat;
	}
footer ul li a:hover{
	opacity:1;
	}
footer .textwidget a{
	color:#FFF !important;
	opacity:.7;
	}
footer .textwidget a:hover{opacity:1}
.address{
	padding:0 5px;
	color:#666;
	margin-top:12px;
	}
.address p{
	margin-bottom:8px;
    padding: 0 !important;
    text-align: left !important;
	}
.widget:hover {
    border: 1px solid #777;
    box-shadow: 0 0 5px #777;
}
.anschrift {
    margin: 15px 0;
}
.widget p {
    padding: 0 10px;
    text-align: center;
}
.widget.widget_categories {
    padding-bottom: 15px;
}
.shop_kategorien img {
    display: none;
}
.anschrift img {
    padding: 0 0 10px 65px;
}
.textwidget p {
    padding: 0;
    text-align: left;
}
#produktbilder {
	text-align:center;max-width:640px;max-height:650px;float:left;
}
#miniaturen {
	margin-top:5px;float:left;width:640px;
}
#bild_gross {
visibility: inherit;
max-height: 640px;
max-width: 640px;
text-align:center;
border:2px solid #bdbdbd;
margin:0 0 5px 0;
}
#miniatur_1 {
float:left;
max-height: 85px;
max-width: 98px;
padding: 0px;
cursor: pointer;
border:1px solid #bdbdbd;
margin:0 10px 10px 0;
}
#miniatur_2 {
float:left;
max-height: 85px;
max-width: 98px;
padding: 0px;
cursor: pointer;
border:1px solid #bdbdbd;
margin:0 10px 10px 0;
}
#miniatur_3 {
float:left;
max-height: 85px;
max-width: 98px;
padding: 0px;
cursor: pointer;
border:1px solid #bdbdbd;
margin:0 10px 10px 0;
}
#miniatur_4 {
float:left;
max-height: 85px;
max-width: 98px;
padding: 0px;
cursor: pointer;
border:1px solid #bdbdbd;
margin:0 10px 10px 0;
}
#miniatur_5 {
float:left;
max-height: 85px;
max-width: 98px;
padding: 0px;
cursor: pointer;
border:1px solid #bdbdbd;
margin:0 10px 10px 0;
}
#miniatur_6 {
float:left;
max-height: 85px;
max-width: 98px;
padding: 0px;
cursor: pointer;
border:1px solid #bdbdbd;
margin:0 0px 10px 0;
}
#miniaturen img:hover {
    box-shadow: 0 0 4px #000000;
}
pre{
	background:url(http://bilder4.eazyauction.de/elektrovista87/templates/31696_decd4150/bg_off.png) repeat scroll 0 0 transparent;
    border: 1px solid #DDD;
    font-family: Consolas,monospace;
    height: auto;
    overflow-x: auto;
    padding: 15px;
	border-radius:5px;
	}
.gap{
	margin:0;
	clear:both;
}
.gap20 {height:20px}
blockquote { 
	color: #999;
	margin:0 0 20px 0;
	padding:0;
}
.adbox{
	border: 1px solid #CCCCCC;
    border-radius:5px;
    margin:0;
	}
.adbox .inside{
	padding: 5px 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);		
	}
.adbox.style2{
	
	}
.adbox.style2 .inside{
	background:url(http://bilder4.eazyauction.de/elektrovista87/templates/31696_decd4150/bg_off.png);
	}
.adbox .text_wrap{
	float:left;
	}
.adbox h2{
	font-size: 18px;
	font-family:arial;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
	text-transform:uppercase;
	}
/* '?' */
/* '?' */
body{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
}
	.wrap.wide{
		background-color:#FFFFFF;
		}
	h1{
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 46px;
		font-weight: 700;
		color: #333333;
		}
	h1.logo{
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 28px;
		font-weight: 700;
		color: #666666;
		}
	h2{
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 35px;
		font-weight:700;
		color: #333333;
		}
	h3{
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 28px;
		font-weight: 700;
		color: #333333;
		}
	h4{
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 400;
		color: #333333;
		}
	h5{
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 400;
		color: #333333;
		}
	h6{
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 700;
		color: #333333;
		}
	h3.title,h4.title {
		border-color:#CCCCCC;
		}
	a, a:visited{
		color: #666666;
		}
	a:hover, a:focus,.content a:hover{
		color: #333333;
		}
	.band.main {
		background:url(http://bilder4.eazyauction.de/elektrovista87/templates/31696_decd4150/bg-bottom.jpg) repeat-x scroll 0 -10px #490531;
		border-bottom: 4px double #FFFFFF;
		border-top: 4px double #FFFFFF;
		height:100px; 
		}
	h1.logo{line-height:110px;}
	.navbar{margin-top:22px;}
	.sf-menu { font-size: 15px;}
	.respo_menu:before {color:#7B3B65;}
	.nivo-directionNav a,.nivo-controlNav a:hover,.nivo-controlNav a.active {background:#490531 !important;}
	.bereich_titel h3 {
    border-left: 14px solid #8f0760;
    color: #999999;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 13px;
    margin: 30px 0 20px;
    padding: 0 10px;
    text-transform: uppercase;
}
object {
    margin-left: 72px;
}
.seven .logo img {
    width: 400px;
}
.rufnummer {
    background: url(http://bilder4.eazyauction.de/elektrovista87/templates/31696_decd4150/phone.png) no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding-left: 23px;
}
.email-adresse {
    background: url(http://bilder4.eazyauction.de/elektrovista87/templates/31696_decd4150/mail.png) no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    padding-left: 23px;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	margin: 23px 0 0;
	box-shadow:0 0 5px rgba(0,0,0,.5);
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:rgba(0,0,0,.5);
	color:#EEE;
	text-align:center;
	width:100%;
	z-index:8;
	padding: 6px 10px 5px;
	overflow: hidden;
	display: none;
	text-shadow:1px 1px 1px rgba(0,0,0,.6);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption .center{text-align:center}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav{display:none;}

.nivoslider:hover .nivo-directionNav {display:block}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	right:20px;
	display:block;
	width:25px;
	height:25px;
	cursor:pointer;
	font-family:fontello;	
	background:#CC0000;
	color:#FFF;
	border-radius:4px;
	text-align:center;
	font-size:14px;
	line-height:24px;
	opacity:.5;
	display:none;

}
.nivo-prevNav:before {
	content: "\e84f";
}
.nivo-prevNav {
	left:20px;
	right:auto;
}
.nivo-prevNav:hover {
	opacity:1;
}
.nivo-nextNav:before{
	content: "\e850";
}

.nivo-nextNav:hover{
	opacity:1;
}



/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding:0;
	position:relative;
	z-index:11;
	height:42px;
	
}
.nivo-controlNav a {

	display:inline-block;
	width:10px;
	height:10px;
	background:transparent;
	cursor:pointer;
	margin:12px 3px 0;
	border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
	   -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
			box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
			
	font:0/0 a;
	text-shadow:none;
	color:transparent;
	
}
.nivo-controlNav a:hover,.nivo-controlNav a.active {
	background:#cc0000;
}
.slider_shadow.shadow1 p {
    font-size: 1px;
    line-height: 0;
    text-indent: -99999px;
}
.blog-sidebar ul li ul {
    margin: 0 0 0 15px;
}
.blog-sidebar ul li ul li {
    margin: -2px 0 0;
}