

/* 
    Created on : 02-Jun-2015, 18:58:24
    Author     : Szwed Miroslav
*/
html{overflow-y:scroll;} 

body{
    margin:0; 
    padding:0; 
    font-size:15px; 
    font-family:Georgia, "Times New Roman", Times, serif; 
    color:#002646;
    /*background-color:#404dff;*/
}
#nadpis{
    float: left;
}

#top{
    margin: 0 auto;
    width:1100px;
    height: 170px;
    background-color: #1825d4;
}
#top2{
    margin: 0 auto;
    width: 100%;
    height: 170px;
    background-color: #1825d4;
}
.top h1{
    
    font-size: 45px;
    text-align: left; 
    text-shadow: 5px 5px 5px grey;
}

menu{
    position: absolute;
    min-width: 600px;
    height: 50px;
    margin-top: 120px;
    margin-left: 500px;
    background-color: #1825d4;
    border-radius: 15px;
}
.cleaner {
  clear: both;
  height: 0;
  content: ' ';
  overflow: hidden;
}

#ar{
    
  margin: 0 auto;
  width: 1100px;
  min-height: 300px;
  /*background-color:#3a4a58;  */
}

#ar1{
    padding-left: 55px;
  float: left;
  width: 300px;  
}
.ar1 h2{
    font-size: 20px;
   
}
.ar1 p, li{
    color: grey;
}



#logo{
    
  margin: 0 auto;
  width: 1100px;
  min-height: 300px;
  /*background-color:#7484ff;  */
}

#ltext{
     border-top:6px white solid; 
  border-bottom:15px white solid;
  border-left:15px white solid;
  border-right:15px white solid;
     padding-left: 10px;
  float: left;
  margin-left: 30px;
  margin-top: 0px;
  width: 410px; 
  min-height: 250px;
  background-color: #9badb3;
  text-align: center;  
 
}

.ltext a:visited {color:blue}
.ltext a:link {color:blue}
.ltext a:active {color:blue}

.text a:visited {color:blue}
.text a:link {color:blue}
.text a:active {color:blue}

#fotka{
    
      border-top:6px white solid; 
  border-bottom:6px white solid;
  border-left:6px white solid;
  border-right:6px white solid;
}

#text{
  margin: 0 auto;
  width: 900px;
  min-height: 300px;  
    
}
.text h1{
  text-shadow: 5px 5px 5px grey;  
    
}

.text li{
 color:#002646;  
    
}

.text2 h1{
  text-shadow: 5px 5px 5px grey;  
    
}

.text2 li{
  color:black;  
    
}

.text2 table{
  color:black;  
    
}


#paticka{
  margin: 0 auto;
  width: 100%;
  min-height: 30px;
  background-color:#3a4a58;  
  
}
.paticka
 {font-size: 14px; padding: 10px; color: white;
 text-align: center;
 
 
}
.paticka a
{color:white;
text-decoration:none;}




/*menuuuuuuu*/

.menu{
	/*width: 100%;*/
	background-color: #515151;
        
}
.menu ul{
	margin: 0; padding: 0;
	float: left;
	/*margin-left:35%;*/
        
}

.menu ul li{
	display: inline;
        
        }

.menu ul li a{
	float: left; text-decoration: none;
	color: white; 
	padding: 15px 13px;
	background-color: #515151; 
}

.menu ul li a:visited{
	color: white;}

.menu ul li a:hover, .menu ul li .current{
	color: #fff;
	background-color:#0363e7;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
  
  

}

#share{
    float: right;
    margin-right: 150px;
    
    height: 100px;
    margin-top: 0px;
    }
    
/** Social Button CSS **/

.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 0.5em;
    width: 4em;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
    outline: none;
    text-align: center;
    text-decoration: none;
}

.share-btn:hover {
  color: #eeeeee;
}

.share-btn:active {
    text-decoration: none;
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #000; }

