BODY{
 margin: 0px;
 padding: 0px;
 font-family: 'Cabin', sans-serif;
 font-size: 16px;
 font-weight: 300;
 background-color: #FFFFFF;
 background-image: url(obr/pozadi.jpg);
 background-repeat: no-repeat;
 background-size: 100%;
 color: #5A5A5A;
}
/*--- TAGY ---*/
H1, H2{
 font-size: 32px;
 font-weight: 700;
 text-align: center;
}
H2{
 font-size: 16px;
 color: #AAAAAA;
}
IMG{
 display: block;
}
/*--- ODKAZY --*/
A, A:link, A:visited{
 text-decoration: none;
 color: #5A5A5A;
 cursor: pointer;
}
A:hover, A:active,
A.a, A.a:link, A.a:visited{
 color: #000000;
}
A.nahoru, A.nahoru:link, A.nahoru:visited{
 position: fixed;
 bottom: 40px;
 right: 20px;
 display: none;
 width: 50px;
 height: 50px;
 background-color: #5A5A5A;
 background-image: url(obr/nahoru.png);
 background-repeat: no-repeat;
 background-position: center center;
 -webkit-border-radius: 25px 25px 25px 25px;
 -moz-border-radius: 25px 25px 25px 25px;
 -khtml-border-radius: 25px 25px 25px 25px;
 border-radius: 25px 25px 25px 25px;
 cursor: pointer;
 z-index: 100;
 box-shadow: 0px 0px 5px 0px #777777;
 -webkit-box-shadow: 0px 0px 5px 0px #777777;
 -moz-box-shadow: 0px 0px 5px 0px #777777;
}
A.nahoru:hover, A.nahoru:active{
 opacity: 0.50;
 filter: alpha(opacity=50);
}

.fotogalerie A:link, .fotogalerie A:visited{
 display: block;
 float: left;
}
.fotogalerie A:hover, .fotogalerie A:active{
 opacity: 0.50;
 filter: alpha(opacity=50);
}
.fotogalerie2 A:link, .fotogalerie2 A:visited{
 width: 5.263%;
}
.fotogalerie2 A:link IMG, .fotogalerie2 A:visited IMG{
 width: 100%;
}

.bottom A:link, .bottom A:visited{
 color: #5A5A5A;
}
.bottom A:hover, .bottom A:active{
 color: #000000;
}
.copy{
 float: left;
 color: #5A5A5A;
}
.copy A:link, .copy A:visited{
 color: #5A5A5A;
}
.copy A:hover, .copy A:active{
 color: #000000;
}
A.kao:link, A.kao:visited{
 display: block;
 float: right;
 color: #5A5A5A;
}
A.kao:hover, A.kao:active{
 color: #000000;
}
/*--- DESIGN ---*/
.main{
 margin: 0px auto 0px auto;
 width: 95%;
 min-width: 980px;
 max-width: 1400px;
 text-align: left;
}
.mainL{
 float: left;
 width: 30%;
}
.mainP{
 float: right;
 width: 70%;
}
.bottom{
 padding: 50px 100px 50px 100px;
 font-size: 13px;
 line-height: 21px;
}
/*--- OSTATNÍ ---*/
.otevreno{
 float: right;
 background-color: #FFFFFF;
 padding: 20px;
 margin: 50px 0px 0px 0px;
}
.fotogalerie1{
 clear: right;
 float: right;
 padding: 50px 0px 0px 0px;
 width: 600px;
}
.fotogalerie2{
 padding: 50px 0px 0px 0px;
}