/* Cascade Style Sheets - www.pbsolution.cz */

*,
*:before,
*:after {
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box
}

* {
 margin:0;
 padding:0;
}

p {
 margin:10px 0;
}

p.center {
 text-align:center;
}

p.right {
 text-align:right;
}

body {
 font-family: Tahoma;
 font-size:12px;
 color:#202020;
/*background:#8D8D8D url('/img/web/body-bg.jpg') no-repeat center 0px;*/
}



/* global */

a img {
 border:0;
}

a, a:link, a:visited {
 color:#333333;
}

a.fancybox_galerie, a.fancybox_galerie:link, a.fancybox_galerie:visited {
 text-decoration:none;
}

a.fancybox_galerie img {
 padding:2px;
 border:1px solid #cccccc;
 margin:5px;
}

a.fancybox_galerie img:hover {
 opacity:0.8;
}