/* Obecne styly pro lukaskotek.eu */

body{
	color: #111111;
	background-color: white;
    background-position: center top;
    background-repeat: no-repeat;
	font-family: 'Libre Baskerville', serif;
    font-size: 14pt;
    text-align: center;
    max-width: 900px;
    padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
    margin: auto;
}

h1{
	margin-top: 0px;
	margin-bottom: 5%;
    padding-bottom: 3%;
	font-size: 18pt; 
    text-align: left;
    display: block;
    text-align: center; 
}

h2{
	margin-top: 5%;
    margin-bottom: 3%;
	text-align: left;
	font-size: 16pt; 
}

h3{
	margin-top: 0%;
	text-align: left;
	font-size: 10.5pt; 
}

h4{
	margin-top: 3%;
    margin-bottom: 2%;
	text-align: left;
	font-size: 13pt; 
}

h5{
	margin-top: 0;
    margin-bottom: 2%;
	text-align: left;
	font-size: 12pt; 
}

p{
    line-height: 180%;
    clear: both;
    margin-top: 10px;         
    margin-bottom: 4%;
    font-size: 14pt; 
    /*hyphens: auto;*/

    text-align: left;
    font-kerning: normal;
}

.citace{
    padding: 0px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    border-left: 1px dotted #111111;
    border-right: 1px dotted #111111;
    font-size: 11pt;
}

em{
    padding-top: 5px;
    padding-bottom: 5px;
}

img{
	border: 0;
	padding: 0;
	text-decoration: none;
}

#hlemyzd{
    margin-top: 10px;
    margin-bottom: -35px;
    padding-bottom: 3px;
    /*float: right;*/
}

hr{
	margin-top: 21px;	
	border: 1px solid #111111;
	width: 50%;
}

ul{
    margin: 0;
}

ul li{
   list-style-type: none; 
   line-height: 165%;
   font-size: 10pt;
}

ol li{
    line-height: 145%;
    font-size: 10pt;
    text-align: left;
    margin-bottom: 5px;
}

ol{
    margin-bottom: 3%;
}

footer{   
    width: 100%;
	margin-top: 2%;
    margin-bottom: 0%;
    padding-bottom: 5%;
	font-size: 11pt;
    text-align: center;
}

a:link, a:active, a:visited{
	color: #111111;
    text-decoration: none;
	text-decoration: underline dotted black;
    font-weight: bold;
}
	
a:hover{
	color: #111111;
	text-decoration: none;
}

h2 a:link, a:active, a:visited{
	text-decoration: none;
}

h2 a:hover{
	text-decoration: underline;
}

#paticka{
    margin-top: 40px;
    width: 790px;
}

.odkaz{
	border: 2.5px solid #111111;
	border-radius: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
}

.odkaz:hover{
	color: white;
	background-color: #111111;
}

a.odkaz{
	text-decoration: none;	
    border: 2.5px solid #111111; 
}

.odkazRok{
	border: 2.5px solid #111111;
	border-radius: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
}

.odkazRok:hover{
	color: white;
	background-color: #111111;
	text-decoration: none;
}

a.odkazRok{
	text-decoration: none;	
}

#navstiveny{
	background-color: #111111;
    color: white;
}

#dalsi{
    margin-top: 0;
    text-align: center;
}

.dovetek{
    text-align: center;
    line-height: 180%;
    display: block;
    padding-top: 0.5%;
    padding-bottom: 0%;
}

.dovetek-gal{
    text-align: center;
    line-height: 180%;
    display: block;
    padding-top: 0.5%;
    padding-bottom: 0%;
    font-size: 10pt;
}

.cely, .galcel{
    width: 230px;
    text-align: center;
    line-height: 140%;
    display: block;
	border: 2.5px solid #111111;
	border-radius: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
    margin: auto;
}

.cely:hover, .galcel:hover{
	color: white;
	background-color: #111111;
}

a.cely, a.galcel{
	text-decoration: none;
	border: 2.5px solid #111111;
}

#vsechny{
    display: none;
}

.predel{
    margin-top: 40px;
    margin-left: 200px;
}

.sdeleni{
    text-align: center;
    line-height: 110%;
    display: block;
    margin: auto;
    margin-top: 11px;
}

.strike{
    text-decoration: line-through;    
}

/* Styly galerie pro lukaskotek.eu */

.galerie{
    border: 2px solid #111111;
    border-radius: 5px;
    margin-right: 4px;
    margin-bottom: 7px;
}

.galerie:hover{
    border: 2px solid white;
}

a.popisek{
    text-align: center;
    line-height: 140%;
	border: 2.5px solid #111111;
	border-radius: 5px;
    text-decoration: none;	
    padding: 2px;
    font-size: 10pt;
	background-color: white;
}

a.popisek:hover{
	color: white;
	background-color: #111111;
}

/* Centrovani */

.centered {
    margin-top: 6%;
    margin-bottom: 0;
    margin-left: -15px;
}

