/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #090909;
}
img, a, fieldset {
	border:0px;
}
html {
	font-size:80%;
}
body {
	text-align:center;
	color:#5B5B5B;
	background: #214478 url(../img/bg.jpg) top center repeat-x;
}
table, input, textarea {
	font-size:100%;
}
table td {
	padding:3px;
}


.dispNone {
	display:none;
}

/* ------------------------ */
/* -------- LAYOUT -------- */
/* ------------------------ */

#hlavni {
	text-align:center;
	margin:auto;
	width:806px;
}
#top {
	position:relative;	
	height:153px;
	margin:auto;
	text-align:left;
	background:url(../img/bg-top.jpg);
}
#bg-obsah {
	background: #FFFFFF url(../img/bg-obsah.jpg) left top repeat-y;
}
#obsah {
	background:url(../img/bg-obsah-top.jpg) left top no-repeat;
	margin:auto;
	text-align:left;
}
#levy {
	float:left;
	display: inline;
	width:260px;
	text-align:left;
	margin:45px 0 0 0;
}
#stred {
	width:485px;
	float:right;
	display: inline;
	margin:55px 35px 0 0;
	text-align:justify;
	position:relative;
}

#paticka-bg {
	position:relative;
	font-size:85%;
	margin:auto;
	width:806px;
	text-align:center;
	background:url(../img/bg-pata.jpg) top left no-repeat;
	height:100px;
}
#paticka {
	padding-top:40px;
	color:#D1D8E3;
}

.clearBoth {
	clear:both;
}
.nulapx {
	font-size:0px;
	line-height:0px;
	height:0px;
	float:none;
	overflow:hidden;
}
/* ---------------------------------------- */
/* -------- NADPISY, POPISY, TEXTY -------- */
/* ---------------------------------------- */
h1 { font-size:50%;}
h1 span {
	visibility:hidden;
}

h3, h3 a { color:#3B6AB0 }
h2 { font-size:130%; margin-bottom:10px; color:#666666;}
#stred h2 { color:#FFFFFF; position:absolute; top:-35px;}
#levy h2 {display:none;}
h3 { font-size:120%; padding:0 0 3px 0;}

strong { color:#3B6AB0; }
.bold {	font-weight:bold;}
a span { color:#00AAD4; }

#stred p { padding-bottom:10px;}

.datum2 {  margin-bottom:10px; color:#676767}
.datum1 { float:right; color:#676767}
/* ------------------------ */
/* -------- BOXY -------- */
/* ------------------------ */
.box-imgReference {
	text-align:center;
}
.box-adresa {
	background:url(../img/bg-adresa.jpg) left top no-repeat;
	padding:45px 20px 5px 30px;
	margin:10px 0 0 11px;
}
.box-others {
	background: url(../img/oddelovac.jpg) left top no-repeat;
	padding:20px 35px 0 30px;
	margin:10px 0 0 11px;
}
.box-vlajecky { position:absolute; right:0; top:28px; width:130px; height:22px;}
/* ------------------------ */
/* -------- MENU -------- */
/* ------------------------ */
#menu {
	margin:0 12px 0 23px;
}
#menu ul {
	list-style:none;
	margin-left:0px;
}
#menu ul li {
	padding:13px 0 8px 20px;
	border-bottom:1px #E5E5E5 solid;
}
#menu li a {
	color: #676767;
	text-decoration:none;
	font-size:110%;
	padding-left:22px;
	display:block;
}
#menu li a { background:url(../img/bg-menu.jpg) 0 2px no-repeat; }
#menu li a:hover, #menu a.active, #menu a.activeplus { background:url(../img/bg-menu.jpg) -238px 2px no-repeat; color: #000000;}

#menu ul li ul {
	margin-top:5px;
	margin-bottom:5px;
}
/* PODMENU */
#menu ul li li { padding:10px 0 5px 10px; border:none }
#menu li li a { background: url(../img/sipecka.gif) 0 5px no-repeat; font-size:100%}
#menu li li a:hover, #menu li li a.active { background:url(../img/sipecka.gif) -242px 5px no-repeat; color: #000000;}

/* ------------------------- */
/* -------- SEZNAMY -------- */
/* ------------------------- */

#stred ul {
	margin-left:30px;
}
#stred ul li {
	line-height:1.7;
}

/* ------------------------ */
/* -------- ODKAZY -------- */
/* ------------------------ */
a {
	color: #333333;
}
a:hover {
	text-decoration:none;
}
h1 a {
	position:absolute;
	background:url(../img/logo.jpg);
	width:155px;
	height:115px;
	top:25px;
	left:20px;
	text-decoration:none;
}
.box-vlajecky a { display:block; width:26px; height:22px; float:left; margin-left:10px;}
.box-vlajecky a span { display:none}
/* ------------------------ */
/* -------- OBRAZKY -------- */
/* ------------------------ */
#stred img {
	border:1px #999999 solid; padding:3px; margin:5px;
}
/* ------------------------ */
/* -------- PATICKA -------- */
/* ------------------------ */
#paticka * { color:#D1D8E3;}
#paticka a {
	
	text-decoration:none;
	padding:0 10px 0 10px;
}
#paticka a:hover {
	text-decoration:underline;
}

#paticka p { margin-top:5px; }
#paticka p a { padding:0; }
