/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #F8A326;
}
img, a, fieldset {
	border:0px;
}
html {
	font-size:80%;
	
}
body {
	text-align:center;
	background:#292526;
	margin:20px 0 20px 0;
}
table, input, textarea {
	font-size:100%;
}
table td {
	padding:3px;
}


.dispNone {
	display:none;
}

/* ------------------------ */
/* -------- LAYOUT -------- */
/* ------------------------ */


#hlavni {
	background:#231F20;
	position:relative;
	width:800px;
	margin:auto;
}
#top {
	height:150px;
	text-align:left;
	background: url(../img/hlavicka.png) left bottom no-repeat;
}

#obsah {
	text-align:left;
	min-height:200px;
	margin:auto;
	background:url(../img/bg-obsah.jpg) repeat-y;
	padding:20px 0 90px 0;
}
#stred {
	float:right;
	display: inline;
	width:590px;
	text-align:left;
	margin-right:30px;
}
#levy {
	width:110px;
	float:left;
	display: inline;
	text-align:left;
	min-height:240px;
	margin-left:20px;
}

#paticka {
	color:#0F0F0F;
	position:relative;
	font-size:85%;
}

.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:#F8A227 }
h2 { font-size:160%; margin-bottom:15px; color:#ffffff; font-weight:normal}
#stred h2 { background:#2C2421; padding:10px;}
h3 { font-size:120%; margin:10px 0 5px 0;}

strong { color:#ffffff; }
.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-info {
	margin-bottom:20px;
	padding:10px;
	border:1px #CCCCCC solid;
}
address { padding-top:5px; background:url(../img/kontakt.gif) right bottom no-repeat; font-style:normal}

.bg-bottom {
	background: url(../img/paticka.png);
	width:800px;
	height:89px;
	position:absolute;
	left:0; bottom:0;
}

/* ------------------------ */
/* -------- MENU -------- */
/* ------------------------ */
#menu {}
#menu ul {
	list-style:none;
	margin-left:0px;
}
#menu ul li {
	margin-bottom:10px;
}
#menu li a {
	color: #FFFFFF;
	text-decoration:none;
	font-size:100%;
	display:block;
}
#menu li a:hover, #menu a.active, #menu a.activeplus { color:#F8A227}

/* podmenu */
#menu ul li li {margin:2px 0 0 15px;}

/* ------------------------- */
/* -------- TABULKY -------- */
/* ------------------------- */
.oramovani1 {
	border:2px #26140A solid;
	border-bottom:1px #26140A solid;
	border-right:1px #26140A solid;
}
.oramovani1 td {
	border-bottom:1px #26140A solid;
	border-right:1px #26140A solid;
}

/* ------------------------- */
/* -------- SEZNAMY -------- */
/* ------------------------- */

#stred ul {
	margin-left:0px;
}
#stred ul li {
	list-style-type:none;
	background:url(../img/odrazka.gif) 0 2px no-repeat;
	padding:0px 0 5px 30px;
}

/* ------------------------ */
/* -------- ODKAZY -------- */
/* ------------------------ */
a {
	color: #ffffff;
}
a:hover {
	text-decoration:none;
}
h1 a {
	position:absolute;
	width:250px;
	height:100px;
	top:40px;
	left:10px;
	text-decoration:none;
}
/* ------------------------ */
/* -------- OBRAZKY -------- */
/* ------------------------ */
#stred img {
	border:1px #333333 solid; padding:3px; margin:5px;
}
.ram-foto img { margin-top:45px;}

/* ------------------------ */
/* -------- PATICKA -------- */
/* ------------------------ */
#paticka * { color:#ffffff;}
#paticka a {
	
	text-decoration:none;
	padding:0 0px 0 0x;
}
#paticka a:hover {
	text-decoration:underline;
}

#paticka p { margin-top:5px; position:absolute; left:20px; top:20px; text-align:left; width:210px; padding-bottom:30px}
#paticka p { margin-top:5px; background: url(../img/pixel-pata.jpg) left top no-repeat; padding-left:20px; }
#paticka p a { padding:0; }
#paticka .menu-pata { position:absolute; right:20px; top:25px; width:500px; text-align:right;}

/* ------------------------ */
/* -------- FORMULARE -------- */
/* ------------------------ */
label {
	float:left;
	width:120px;
	padding-top:3px;
	clear:left;
}
input, textarea {	
	clear:right;
	width:280px;
	border:1px #333333 solid;
	padding:2px;
	margin-bottom:5px;
	background:#2C2421;
}
textarea {
	width:260px;
	height:120px;
	overflow:auto;
}
.submit {
	width:124px;
	clear:both;
	color: #CCCCCC;
	background: #2C2421;
}
span.povinny {color:#719F57}