    .container                                  {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	
	/*outline:solid 1px #eee;*/
	
}
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; /*outline:solid 1px #ccc;*/ }
.columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; margin-left: 0; margin-bottom: 30px;}

    .container .three.columns                   { width: 160px; }
    .container .five.columns                    { width: 260px; margin-right:20px; }
    .container .eleven.columns                  { width: 640px; }
    .container .thirteen.columns                { width: 760px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .two-thirds.column               { width: 640px; }
    .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; }
	#template_by_mezzario-design {
		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 a { font-weight: inherit; }
	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.boxed-margin {
	position:relative;
	background-color:#fff;
	width:100%;
	max-width:990px;
	margin:0 auto;
	box-shadow:0 0 10px #555;
	}
.wrap.boxed-margin {margin:25px auto;}
	
	
.band.top_border {
	background:#cd0000 ;
	height:6px;
	text-indent:-99999px;
	}
	
.band.main {
	background:#fff;
	height:90px;
	position:absolute;
	width:100%;
	}
	

	
.band.title {
	margin-top:90px;
	font-size:0px;
	line-height:0px;
	text-indent:-99999px;
	}

.band.content {
	background:#fff;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding:20px 0 10px;
	margin-top:-1px;
	}
h1.logo {
	float:left;
	margin-bottom:0;
	}
	
h1.logo a {
	display:block;
	height:100%;
	}

h1.logo a img {
	vertical-align: middle;
	padding:33px 0;
	}
	
.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;
    z-index: 9999;	
	float:right;
}

nav.main ul{
	float:right;	
}

nav.main ul#menu-main-menu li:last-child a {}

nav.main ul li{
	float:left;	
}

.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:#666;
	
}
.sf-menu a:hover  {
	color:#cd0000;
}
.sf-menu li > a {
	padding:9px;		
}
.sf-menu li a {
	padding:0px 11px;
	border-left: 1px dotted #AAAAAA;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing: 1px;
	font-weight:bold;
    margin-top: 12px;
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */

}
.slides {margin: 0; padding: 0; list-style: none;} 

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

ul.slides li {margin-bottom:0;position:relative;}

ul.slides{
	}
.roundabout {
	width:905px;
	}

.roundabout ul {
	margin: 135px 0 115px 43px;
	}
.content a {
	color:#555;
	}
.content a:hover {
	color:#333;
	}
h3.title {
	border-bottom:solid 4px #cd0000;
    color: #555;
	font-weight:700;
    text-align: left;
	}
h3.title {
    font-size: 16px;
    margin-bottom:15px;
    padding:0 0 4px;
	line-height:22px;
	}
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;
	margin-bottom:20px;
	}

.content article p{
	margin-bottom:7px;
	font-size:13px;
	}
.blog-sidebar{}
.blog-sidebar ul{
	margin:12px 0 12px 30px;
	list-style-image: url(http://www.mezzario.de/ebay/template/hoppe-schuhe/2014/images/arrow.png);
	}	
.blog-sidebar ul li{
	margin:3px -1px 0 0;
	float:left;
	width:100%;
	}	
.blog-sidebar ul li a{
	color:#777;
	display:block;
	line-height:25px;
	}
.blog-sidebar ul li a:hover{
    color: #CD0000;
    font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	}
.widget{
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 5px #AAAAAA;
    float: left;
    margin: 10px 0 20px 0;
    padding: 5px;
    width: 100%;
	}

.widget h3.title {
	padding-top:0;
	margin-bottom:0;
	line-height:30px;
	text-align:center;
	}
footer.footer {
	background:#000;
	padding: 8px 0;
	}

.navi_last a {
    border-right: 1px dotted #AAAAAA;
}

.widget p {
    padding: 0 10px;
	text-align:center;
}

.anschrift {
    margin: 15px 0;
}

.shop_kategorien > img {
    display: none;
}

.widget.widget_categories {
    padding-bottom: 15px;
}

.widget:hover {
    border: 1px solid #555555;
    box-shadow: 0 0 7px #555555;
}

.bezeichnung h1 {
    border-bottom: 4px solid #aaa;
    border-top: 4px solid #aaa;
    color: #CD0000;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 10px;
	margin-bottom:20px;
    text-align: center;
    text-transform: uppercase;
}
#panel03_1 b {
    font-weight: bold;
}

.ersteller {
    color: #ddd;
    font-family: arial;
    font-size: 11px;
    padding: 0 10px;
    text-align: right;
}
.ersteller b {
	font-weight:bold;
}
.ersteller:hover {
	text-transform:uppercase;
	color: #fff;
	letter-spacing:0px;
}
#panel03_2 li {
    list-style: square outside none;
    margin-left: 10px;
	line-height:14px;
}
#weitere_angebote {
    background: none repeat scroll 0 0 #FFFFFF;
}
.uebersicht {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 20px;
}
pre{
	background:url(http://www.mezzario.de/ebay/template/hoppe-schuhe/2014/images/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;
	}
.tabswrap{
	position:relative;
	border:solid 1px #ccc;
	border-radius:5px;
	background:#fff;
	-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);
			
	}


ul.tabs {
    
	background:#f5f5f5;
	list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
	
}

.htabs ul.tabs {
   margin-top:-1px;
   float:left;
   width:100%;
   
  -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;
}


.tab {
    float: left;
    margin-right:-1px;
	margin-bottom:0 !important;
	
}

.tab a {
	color:#666;
    border: 1px solid #CCC;
    display: block;
    padding: 8px 20px;
	
	}

.htabs .tab a {
	border-top:none;
	}
	

.tab:first-child a {
	border-radius:5px 0 0 0;
	border-left:none;
	}

.tab a:hover{
	color:#444;
	background:url(http://www.mezzario.de/ebay/template/hoppe-schuhe/2014/images/bg_off2.png) repeat scroll 0 0 transparent;
}
.tab a.selected {
	background: #ffffff;
    border-bottom-color: #fff;
    color:#333333;
}
.panel {
    border-top: 1px solid #ddd;        
    clear: both;
    padding: 20px;
	font-size:11px;
	line-height:14px;
	background:#FFF;
	float:left;
	width:100%;
	display:none;
	overflow:hidden;
	border-radius:0 0 5px 5px;
}

blockquote { 
	color: #999;
	margin:0 0 20px 0;
	padding:0;
}
	
#template_by_mezzario-design{
	
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	background-image:url(http://www.mezzario.de/ebay/template/hoppe-schuhe/2014/images/bg.png);
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:20px;
	margin-top: -16px;
}

	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;
		}

	h1 a, h1 a:visited{
		font-weight: inherit;
		color: inherit;
		}
	
	h3.title {
		border-color:#cd0000;
		}
	
	a, a:visited{
		color: #666666;
		}
		
	a:hover, a:focus,.content a:hover{
		color: #333333;
		}
	
	.band.main {
		background:#f5f5f5;
		height:90px;
		border-bottom: 1px solid #000000;
		box-shadow: 0 3px 8px #777777;
		}
	h1.logo{line-height:85px;}  
	
	.navbar{margin-top:22px;}
	
	.sf-menu { font-size: 15px;}
	