*{
	margin:0;
	padding:0;
	outline:none;
}
html{
	position:relative;
	min-height:100%;
}
body{
	height:100%;
	width:100%;
	min-width:820px;
	padding:0;
	margin:0;
	background:#000 url(../img/pattern-black-bg.png) repeat;
	color:#fff;
	font: 12px arial, verdana, helvetica;
	line-height:20px;
	overflow:scroll;
}
p {
    background-image: url(../img/empty.gif);
    background-repeat: repeat;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
a{text-decoration:none;color:#fff;}
a:hover{color:#a7a9ac;}
img{border:0;outline:none;}
.fright{float:right;}
.fleft{float:left;}
ul{list-style:none;}
ul.list{padding:0;margin:0 0 0 15px;list-style-type:disc;}
ul.list li span{border:0px solid black;}
label{
	display:block;
	margin-bottom:1px;
	font-weight:bold;
}
input, textarea{
	font: 12px arial, verdana, helvetica;
	border:1px solid #A8A8A8;
	padding:2px 3px;
	margin-bottom:8px;
	width:226px;
}
textarea{
	height:120px;
}
.button{
	width:auto;
	background-color:#fff;
	font-weight:bold;
	cursor:pointer;
	border:1px solid #A8A8A8;
	color:#000;
	padding:4px 8px;
}
.black{background-color:#000000;}
.white{background-color:#ffffff;}
h1{
	margin:0 auto;
	width:490px;
	padding-bottom:10px;
	text-align:center;
}
h2{
	text-align:left;
	font-weight:normal;
	font-size:15px;
	padding-bottom:5px;
	padding-top:20px;
}



/***** OLD BROWSER *****/

#oldbrowser{
	margin:0 auto;
	padding-top:200px;
	width:780px;
	font-size:14px;
	color:#fff;
}

/***** HEADER *****/

#header{
	width:100%;
	height:154px;
	background:transparent url(../img/header-bg.png) bottom repeat-x;
	border:0px solid green;
}
 #header{
	position:absolute;
	z-index:99;
	top:0;
	left:0;
 }
 #header-inner{
	width:780px;
	height:154px;
	padding-left:20px;
	padding-right:20px;
	margin:0 auto;
}
#header-inner #logo{
	width:124px;
	height:124px;
	float:right;
	margin-top:15px;
	margin-right:17px;
}


/***** MENU *****/

#menu{
	float:left;
	margin-top:88px;
	width:630px;
}
#menu li{
	display:inline;
	margin-right:45px;
}
#menu li a, #menu li span{
	color:#fff;
	letter-spacing:1px;
	font-size:14px;
	font-weight:bold;
}
#menu li span{
	color:#a7a9ac;
}
#menu li a:hover{
	color:#a7a9ac;
}
#menu li a.active{
	color:#a7a9ac;
}

/***** SUBMENU (Koi) *****/

#menu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;	margin-left:92px;
	margin-top:15px;
	width:540px;
}
#menu li ul li {
	display:inline;
	margin-right:25px;
}
#menu li ul li a {
	width: auto;
	display: inline;
	color:#000;
	letter-spacing:1px;
	font-size:14px;
	font-weight:bold;
}
#menu li ul li a:hover{
	color:#a7a9ac;
}
#menu li ul li a.active{
	color:#a7a9ac;
}


#menu li ul#menu-koi{
	visibility:visible;
}


/***** CONTENT *****/

 body > div#header{
 	position: fixed;
 }
 * html body{
 	overflow:hidden;
 }
 * html div#wrapper{
 	height:100%;
 	overflow:auto;
 }
 #wrapper{
	margin:0 auto;
	width:100%;
}
.content-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	padding-top:50px;
}
.content{
	width:780px;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:75px;
}
 .content-wrapper{
	padding-top:194px;	/* 154px header + 40px space */
 }
 
.toplink-line{
	width:780px;
	height:25px;
	padding-left:20px;
	padding-right:20px;
	margin:0 auto;
}
a.toplink{
	background:transparent url(../img/arrow-top.png) no-repeat;
	width:28px;
	height:14px;
	float:right;
	margin-top:0px;
	display:block;
	text-indent:-99999px;
}

/***** CONTENT BOXES *****/

.center{
	margin:0 auto;
	width:490px;
	border:0px solid red;
}
.center-col{
	float:left;
	margin-right:22px;
	width:234px;
	border:0px solid yellow;
}
.center-col:last-child{
	margin-right:0;
}

.full-center{
	margin:0 auto;
	margin-top:50px;
	margin-bottom:35px;
	width:100%;
}


/***** TEXT *****/

.text-block{
	text-align:justify;
	word-wrap: break-word;
}


/***** FOOTER *****/

#footer-black, #footer-white{
	width:100%;
	height:45px;
	line-height:45px;
}
#footer-black{
	/*background-color:#000;*/
	background-color:#fff;
	color:#000;
}
#footer-black a{
	/*color:#fff;*/
	color:#000;
}
#footer-white{
	background-color:#fff;
	color:#000;
	position:absolute;
	bottom:0;
}
#footer-white a{
	color:#000;
}
#footer-inner{
	width:780px;
	padding-left:20px;
	padding-right:20px;
	height:45px;
	margin:0 auto;
}
#footer-left{
	float:left;
	width:50%;
	text-align:left;
}
#footer-right{
	float:right;
	width:50%;
	text-align:right;
}


/***** SLIDESHOW *****/

#slideshow{
	width:100%;
	height:415px;
	margin-top:-55px;	/* 50px header + shadow */
	text-align:center;
	position:relative;
}
#slideshow .slide{
	width:100%;
	height:415px;
    	display:none;
    	text-align:center;
	background-size: cover;
}
#slideshow .slide:first-child{
    	display:block;
}

/********** PAGES **********/

/***** HOME *****/

#home{

}
#home .content{
	padding-bottom:100px;
}
#home h1{
	margin-top:50px;
}
 #home h1{
	margin-top:100px;
 }
 

/***** KOI *****/

#koi{
	background:#fff url(../img/pattern-white-bg.png) repeat;
	color:#000;
}


/***** KOI CATEGORIES *****/

#koi-categories ul{
}
#koi-categories li{
	width:145px;
	height:245px;
	float:left;
	margin-right:11px;
	margin-bottom:5px;
	text-align:center;
}
#koi-categories li img{
	max-width:145px;
	max-height:200px;
}
#koi-categories li:nth-child(5n){
	margin-right:0;
}
#koi-categories li a{
	display:block;
	width:100%;
	height:100%;
	color:#000;
}
#koi-categories li p{
	word-wrap: break-word;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	padding-top:5px;
	height:40px;
	color:#000;
}
#koi-categories li p span{
	display:block;
	word-wrap: break-word;
	text-align:center;
	font-weight:normal;
	font-size:13px;
	color:#000;
}


/***** KOI - PRODUCTS *****/

#koi-product-wrapper{
	width:740px;
}
#koi-products li{
	width:165px;
	height:275px;
	float:left;
	margin-right:25px;
	margin-bottom:20px;
	text-align:center;
	/*background-color:red;*/
}
#koi-products .koi-product-image{
	min-width:165px;
	min-height:220px;
	position:relative;
	/*border:1px solid #fff;*/
}
#koi-products li img{
	max-width:165px;
	max-height:220px;
}
#koi-products li:nth-child(4n){
	margin-right:0;
}
#koi-products li a{
	display:block;
	width:100%;
	height:100%;
	color:#000;
}
#koi-products li p{
	word-wrap: break-word;
	text-align:center;
	font-size:15px;
	height:25px;
	line-height:25px;
	color:#fff;
	text-align:left;
}
#koi-products li p.left,
#koi-products li p.right{
	font-size:13px;
	font-weight:normal;
	height:30px;
	line-height:30px;
}
#koi-products li p.left{
	float:left;
}
#koi-products li p.right{
	float:right;
}
#koi-product-topbar{
	font-weight:bold;
	font-size:16px;
	height:70px;
}
#prev{
	font-size:13px;
}
#next{
	font-size:13px;
	text-align:right;
}
#back{
	display:block;
	margin-bottom:20px;
}
#product-image{
	min-width:275px;
	min-height:365px;
	float:left;
	position:relative;
}
#product-image img{
	max-width:275px;
	max-height:365px;
}
.lupe{
	width:100%;
	height:100%;
	position:absolute;
	display:none;
	top:0;
	left:0;
	z-index:2;
	background:transparent url(../img/lupe.png) no-repeat bottom right;
}
#product-sold{
	width:275px;
	height:365px;
	line-height:280px;
	text-align:center;
	color:#c22d2f;
	font-weight:bold;
	font-size:38px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
#product-details{
	float:right;
	width:380px;
	height:335px;
	padding:15px 25px;
	color:#000;
	font-weight:bold;
	background:#fff url(../img/pattern-bg-produkt.jpg) no-repeat;
}
#product-top{
	color:#000;
	font-size:16px;
	padding-bottom:5px;
	border-bottom:1px solid #000;
}
#product-description{
	margin-top:50px;
	margin-bottom:12px;
	height:205px;
	position:relative;
	border:0px solid red;
}
#product-description p{
	margin-bottom:12px;
}
#product-footer{
	height:25px;
	width:380px;
}
#product-footer p{
	float:left;
}
#product-footer p a{
	color:#000;
	font-size:14px;
}
#product-footer .price{
	float:right;
	font-size:16px;
}
.mwst{
	text-align:right;
	font-weight:normal;
	font-size:11px;
}
#video-play{
	float:right;
	color:#000;
	font-size:14px;
	height:22px;
	line-height:22px;
	background: url(../img/play.png) no-repeat left;
	padding-left:24px;
}
#video-play:hover{
	color:#000;
}

/***** KOISHOP *****/

#koishop{
}
#koishop a.toplink{
	background-position:0 -14px;
}


/***** GALERIE *****/

#galerie{
	background:#fff url(../img/pattern-white-bg.png) repeat;
	color:#000;
}
#gallery{
	position:relative;
	width:780px;
	height:345px;
}


/***** SERVICE *****/

#service{
	display:none;
}
#service a.toplink{
	background-position:0 -14px;
}


/***** KONTAKT *****/

#kontakt{
	/*
	background:#fff url(../img/pattern-white-bg.png) repeat;
	color:#000;
	*/
}
#kontakt a.toplink{
	background-position:0 -14px;
}
#googlemap{
	position:relative;
	height:270px;
	border:1px solid #A8A8A8;
	color:#000;
}
#mapInfo{
	width:150px;
}
#adresse p{
	margin-bottom:13px;
}


/***** TEXTE *****/

#message_ko, #message_ok{
	margin-bottom:30px;
	background-color:#fff;
	border:1px solid #A8A8A8;
}
#message_ko p{
	color:#c22d2f;
	padding:10px;
}
#message_ok p{
	color:#7ac349;
	padding:10px;
}


/***** CAPTCHA *****/

.captcha{
	margin-bottom:15px;
}
.captcha input{
	float:left;
	width:100px;
}
.captcha #captcha-refresh{
	float:right;
	margin-right:5px;
	border:1px solid #A8A8A8;
	padding:0px;
	cursor:pointer;
}
.captcha #captcha{
	float:right;
	width:70px;
	border:1px solid #A8A8A8;
	padding:0px;
}


/***** ALERT *****/

#popup_container {
	border:0;
	width:400px;
	border-radius:0px;
	border:1px solid #000;
}
#popup_title {
	width:392px;
	background-color:#000;
}