html {
	height: 100%; 
	font-size: 62.5%;
	} /* 16 px × 62,5 % = 10 px */
	
body {
	height: 100%;
	font: 1.4em Cuprum, Calibri, Arial, sans-serif;
	color: White;
	background-image: url(img/site_bg.png);
	background-repeat: repeat-x;
	background-color: #1f1f1f;
} /* 10 px × 1,2 em = 12 px (14 px pak 1,2 em, pro 15 px 1,25 em, pro 16 px 1,3 em)*/
	
[title] {
	cursor: help;
} /*všechny elementy s hodnotou title budou podtržený a zobrazí se kurzor s otazníkem */
	
a:link, a:visited {
	text-decoration: none;
	color: ActiveCaption;
}
	
a[href$=".pdf"] {
	padding-right: 20px;
	background: url(img/ikona-pdf.gif) right no-repeat;
	} /*relace způsobuje, že všechny odkazy, které odkazují na soubory s koncovkou .pdf budou mít ve stránce za sebou obrázek pdf*/

ul {
line-height: 30px;
	list-style-image: url(img/odrazka.png);
	margin-left: 10px;
	}
	
ul ul {
	margin-left: 30px;
	list-style-image: url(img/odrazka2.png);
}
h1 {
		font: 1.6em Cuprum, Calibri, Arial, sans-serif;
		color: White;
		font-variant: small-caps;
		text-align: center;
}
h2 {
	font: 1.6em Cuprum, Calibri, Arial, sans-serif;
	color: #037daf;
	font-variant: small-caps;
}
h3 {
	font-style: italic;
	font: 0,8em Cuprum, Calibri, Arial, sans-serif;
	color: ActiveCaption;
	text-align: center;
	margin-bottom: 20px;
}
.skryvany {display: none}
 
.bold {
	color: ActiveCaption;
	font-weight: bold;
}
.citace {
	margin-top: 0px;
	font-style: italic;
	text-align: center;
	font: 0,8em Cuprum, Calibri, Arial, sans-serif;
	color: GrayText;
}
p {
margin: 10px 0 20px 0;
text-align: justify;
text-indent: 10px;
}
/*vice*/
p.vice a span {display: none;}
p.vice a:focus span, p.vice a:active span {display: block;}
p.vice a:focus em, p.vice a:active em {display: block; color: ActiveCaption;}
p.vice a:active, p.vice a:focus {text-decoration: none; outline: none; color: #FFF;}
/*konec vice*/

/* fancy */
    .gallery {
      list-style: none;
      overflow: hidden;
      padding: 0;
      margin: 0;
    }
    .gallery li {
      float: left;
      margin: 0px;
    }
/* end fancy */

/*layout*/

#obal {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 975px;
	height: 220px;
	background-image: url(img/body_bg.png); /*linka s geminsterem*/
	background-repeat: no-repeat;
}
#border {
	position: absolute;
	width: 100%;
	margin-top: 220px;
	background-image: url(img/border_bg.png);
	background-repeat: repeat-y;
}
.box {
	background-color: #353535;
	background-image: url(img/box-bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 20px;
	margin-bottom: 10px;
}
/*menu*/
#menu {
	position: absolute;
	left: 641px; top: -92px;
	width: 300px; height: 50px;

}
a.menu1 {
	display: block;
	width: 100px; height: 50px;
	background: url(img/button1.png) top left;
	float: left;
}
a.menu1:hover {
	background-position: bottom left;
}
a.menu2 {
	display: block;
	width: 100px; height: 50px;
	background: url(img/button2.png) top left;
	float: left;
}
a.menu2:hover {
	background-position: bottom left;
}
a.menu3 {
	display: block;
	width: 100px; height: 50px;
	background: url(img/button3.png) top left;
	float: left;
}
a.menu3:hover {
	background-position: bottom left;
}
/* konec menu */

#header {
	position: relative;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	height: 267px; /* to má obrázek */
	width: 895px; /* obrázek má 895, 975 je maximální šířka s okrajem bez 955 */
	margin: 10px 40px;
}
#header2 {
	position: relative;
	background-image: url(img/header_geminster.png);
	background-repeat: no-repeat;
	height: 260px; /* to má obrázek */
	width: 100%; /* obrázek má 895, 975 je maximální šířka s okrajem bez 955 */
	margin-left: 9px;
}
.obsah {
padding: 30px 80px 0px 80px;
}
#kontakty {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

#bottom {
	position: relative;
	text-align: center;
	width: 100%;
	height: 70px;
	padding-left: 10px;
	background-image: url(img/bg-bottom.png);
	background-repeat: repeat-y;
	margin-bottom: 0px;
}

a#nahoru {
	position: fixed;
	bottom: 30px;
	margin-left: 975px;
	display: block;
	width: 50px; height: 50px;
	background-image: url(img/up-button.png);

}
#end {
	width: 100%;
	height: 20px;
	background-image: url(img/end-bg.png);
	margin: 0;
	padding: 0;
}
#partner {
	width: 100%;
	background-color: #1f1f1f; 
	text-align: center;
}
