/* 
    Document   : stylesheet.css
    Created on : 29.9.2012, 22:02:19
    Author     : vaio
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    background-color: #FFF;
    /* background: radial-gradient(rgb(100,100,100),rgb(0,0,0));
    background-attachment: fixed; */
    
    background-image: url('_img/back3.jpg');
    background-attachment: fixed;
    background-position: -200px -100px;
    /*

    */
    padding: 0px;
    margin: 0px;
    font-family: "Arial CE",Arial,"Helvetica CE",helvetica,sans-serif;
    min-height: 1900px;
    
}

#container {
    padding: 0px;
    margin: 0px;    
}

#logo {
    z-index: -10;
    display: block;
    float: right;
    height: 0px;
    width: 0px;
    position: fixed;
    right: 260px;
    top: 150px;
  
}

#logo img {
  display: none;
}

#top {
    display: block;
    width: 100%;
    height: 140px;
    /*background-color: rgba(50,100,50,1);*/
    position: fixed;
    float: right;
    
}

#mainleft {
    float: left;
}

#mainleft p {
    font-size: 2.5em;
    margin-left: 20px;
    position: relative;
    top: -20px;
    font-weight: bold;
    font-family: georgia;
    color: chartreuse;
}

#mainleft img {
    margin-left: 20px;
    margin-top: 15px;
}

#main  {
   
   display: block;
    float: right;
   position: fixed;
   width: 100%;
   z-index: 2;
}

#main ul {


    
}

#main ul li {
    list-style: none;

    float: right;

        
}

#main ul li a {
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    line-height: 55px;
    margin-right: 20px;
    border-radius: 60px;
    background-color: #3399ff;
    opacity: 0.7;
    color: #FFF;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;
    
}

#main ul li a:hover {
    opacity: 1;
    /*-moz-transform:rotate(-20deg);*/
    -moz-transform: scale(1.2);
    -transform: scale(1.2);
    box-shadow: 0px 0px 10px #999;
    
}


#left {

    float: left;
    width: 70%;
    min-width: 800px;

    padding-top: 70px;
    height: 100%;
    color: #333;

    

    
}

#content {
    float: left;
    margin-left: 280px;
    margin-top: 60px;
    min-width: 760px;
    padding: 20px;
    width: 90%;
    background-color: rgba(230,230,230,0.9);
    background-image: url('./_img/paper.jpg');
    opacity: 0.92;
    box-shadow: 0px 0px 50px #666;
    border-radius: 30px;
    z-index: 1;
    margin-bottom: 1000px;
    
}

.productCategory {
    display: block;
    float: left;
    width: 200px;
    height: 330px;
    padding: 10px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    
    

}

.productCategory:hover {
    background-color: #3399ff;
    /*background-color: rgba(200,200,200,1);*/
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.productCategory img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.productCategory a {
    text-decoration: none;
    color: #333;
}



#products {
   position: fixed;
   top: 120px;

}


#products ul li {
    list-style: none;
    
    
}

#products li ul {
    margin-left: 20px;
    display: none;
}

#products ul li a {
    /*background-color: chartreuse;*/
    background-color: #3399ff;
    padding: 8px;
    width: 180px;
    display: block;
    text-decoration: none;
    color: #EEE;
    font-size: 0.8em;
    border-radius: 10px;
    margin-bottom: 5px;
       
}

#products ul li a:hover {
    background-color: #333;
    color: #FFF;
    
}


#products ul ul li a {
    width: 140px;
    position: relative;
    left: -40px;
    text-indent: 10px;
    
}

.textMain {
    float: left;
    width: 470px;
    clear: left;
    margin-right: 20px;
    border-bottom: 1px solid #ff584c;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.textLeft {
    float: left;
    width: 470px;
    clear: left;
    margin-right: 20px;
    
}

.textRight {
    
    float: left;
    width: 470px;
    
}

.textRight p:last-of-type {
    border-bottom: 1px solid #ff584c;
    padding-bottom: 50px;
}

.emph {
    font-size: 1.1em;
    font-weight: bold;
    margin-left: 3px;
    
}

h1 {
    margin-bottom: 0px;   
}

h2 {
    font-size: 1.1em;
    margin-top: 30px;
    margin-left: 5px;
}

.topH1 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ff584c;
}

.clearLeft {
    clear: left;
}



.polozka {
    float: left;
    margin-right: 30px;
    margin-bottom: 33px;
    transition: 1s;
}

.polozka:hover {
    margin-right: 10px;
    margin-bottom: 0px;
    cursor: pointer;
}

.polozka img {
    transition: 1s;
    padding: 5px;
    border-radius: 5px;
}

.polozka:hover img {
    width: 110px;
    height: 183px;
    background-color: #3399ff;
}

.produktDetail {
    display: block;
    float: left;
    width: 700px;
}

.produktDetail h2 {
    border-bottom: 1px solid #ff584c;
    margin-left: 180px;
}

.produktDetail img {
    float: left;
    margin-top: 30px;
}

.galerie {
	width: 700px;
	margin-left: 0px;
	padding-top: 20px;	
}


.galerie a img {
	margin: 5px;
	padding: 2px;
	border: solid 2px #999;
	border-radius: 5px;	
}

.galerie a img:hover {
	border: solid 2px #F00;
}

.produktDetail {
    display: none;
}

#detail1 {
    display: block;
}

.textLeft a {
    text-decoration: none;
    color: #ff584c;
}

.textLeft a:hover {
    text-decoration: underline;
}

.imgRight {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.opaque {
    opacity: 1;
    margin-top: 5px;
}

.galerieRight {
	width: 470px;
	margin-left: 0px;
	padding-top: 20px;	
}


.galerieRight a img {
	margin: 5px;
	padding: 2px;
	border: solid 2px #999;
	border-radius: 5px;	
}

.galerieRight a img:hover {
	border: solid 2px #F00;
}

.footer {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ff584c;
    font-size: 0.8em;

}

.footer a {
    text-decoration: none;
    color: #333;
}

.footer a:hover {
    color: #3399ff;
}

.footerRight {
    float: right;
}

.stojanNaKola {
    margin-left: 90px;
}