/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #8D8D8B;
}
img, a, fieldset {
	border:0px;
}
html {
	font-size:80%;
}
body {
	text-align:center;
	color:#5B5B5B;
}
table, input, textarea {
	font-size:100%;
}
table td {
	padding:3px;
}


.dispNone {
	display:none;
}

/* ------------------------ */
/* -------- LAYOUT -------- */
/* ------------------------ */

#hlavni {
	text-align:center;
	margin:auto;
	width:800px;
	position:relative;
}

#top {
	background: url(../img/hlavicka.jpg) top left no-repeat;
	width:800px;
	height:250px;
}
#obsah {background:url(../img/bg-obsah.jpg) top left repeat-x; margin-top:30px; border:1px #E4E4E4 solid; }
#levy {
	float:left;
	display: inline;
	width:220px;
	text-align:left;
	margin-top:30px;
	border-right:1px #E4E4E4 solid;
}
#stred {
	width:530px;
	float:right;
	display: inline;
	margin:30px 20px 0 0;
	text-align:left;
	position:relative;
}

#drob-nav {
	font-size:85%;
	position:absolute;
	left:0;
	top:260px;
}
#drob-nav strong { color:#8D8D8B}

#paticka-bg { background:url(../img/bg-obsah2.jpg) repeat-x; height:70px; position:relative;}
#paticka {
	background:#F08B1F;
	width:530px;
	float:right;
	min-height:50px;
	font-size:85%;
	padding:10px;
	color:#FFFFFF;
}

.clearBoth {
	clear:both;
}
.nulapx {
	font-size:0px;
	line-height:0px;
	height:0px;
	float:none;
	overflow:hidden;
}
hr {border-bottom:1px #BDBDBD solid;}
/* ---------------------------------------- */
/* -------- NADPISY, POPISY, TEXTY -------- */
/* ---------------------------------------- */
h1 { color:#F08B1F; border-bottom:1px #BDBDBD solid; padding-bottom:5px; font-size:220%; margin-bottom:20px; font-weight:normal;}
h1 span {
}

h3, h3 a { color:#719F57 }
#levy h2 { font-size:140%; margin-bottom:10px; color:#F08B1F; text-align:center; font-weight:normal;}
#stred h2 { color:#F08B1F; font-size:140%; padding-bottom:3px; margin-bottom:5px; font-weight:normal;}
#stred h2 a { color:#719F57;}

h3 { font-size:100%; padding:0 0 3px 0; font-weight:normal}

strong, strong a { color:#8D8D8B; }

.bold {	font-weight:bold;}
a span { color:#00AAD4; }

#stred p { padding-bottom:10px;}

.datum2 {  margin-bottom:10px; color:#676767}
.datum1 { float:right; color:#676767}
.border { border-bottom:1px #E4E4E4 solid;}

/* ------------------------ */
/* -------- BOXY -------- */
/* ------------------------ */
.napis { position:absolute; left:50px; top:0px; background:url(../img/napis.jpg); width:236px; height:70px;}
.napis span {  visibility:hidden}

.box-ceny { background:url(../img/ceny.jpg); width:200px; height:127px; margin-top:250px }

.reklama {
	padding-left:33px; text-align:center;
}
.reklama-obsah {
	background:url(../img/dot_h.gif) top right repeat-y; border-bottom:1px #BDBDBD solid; border-top:1px #BDBDBD solid; padding:10px 0 10px 0; margin:10px 0 10px 0;
}
.pruh {background:#F08B1F; height:5px; font-size:1px; line-height:1; border-top:2px #719F57 solid}
.affOdkazy {background:#719F57; padding:5px;color:#ffffff;}
.affOdkazy * {color:#ffffff; font-size:85%}
.pata-seo {position:absolute; left:15px; top:10px; width:195px; text-align:left; font-size:85%}

.reklamaFlash { text-align:center; border-top:1px #E4E4E4 solid; padding:20px; margin:0 20px 0 20px}
.reklamaOdkazy { text-align:right; line-height:18px; border-top:1px #E4E4E4 solid; padding: 10px 20px 10px 10px; margin:0 20px 0 20px}
.reklamaOdkazy a { color:#719F57; }
.reklamaOdkazy span { color:#666666; display:block; padding-bottom:5px; font-weight:bold; }

.box-info {
	margin-bottom:20px;
	padding:10px;
	border:1px #CCCCCC solid;
}
/* ------------------------ */
/* -------- MENU -------- */
/* ------------------------ */
#menu {
	position:absolute;
	right:0px;
	top:0px;
	width:524px;
}
#menu ul {
	list-style:none;
	margin-left:0px;
	height:70px;
}
#menu ul li {
	border-right:1px #E4E4E4 dashed;
	width:130px;
	height:70px;
	float:left;
	background: url(../img/bg-menu.jpg) repeat-x;
}
#menu li a {
	color: #363636;
	text-decoration:none;
	font-size:100%; font-weight:bold;
	text-align:center;
	display:block; width:130px; height:30px;
	padding-top:40px;
}

#menu li a:hover, #menu a.active { 	background:#F08B1F; padding-top:25px; height:45px; color:#FFFFFF}


/* ------------------------- */
/* -------- SEZNAMY -------- */
/* ------------------------- */

#stred ul {
	margin-left:20px;
	list-style-type:square;
}
#stred ul li {
	line-height:1.7;
	padding-left:5px;
}

/* ------------------------ */
/* -------- ODKAZY -------- */
/* ------------------------ */
a {
	color: #333333;
}
a:hover {
	text-decoration:none;
}

/* ------------------------ */
/* -------- OBRAZKY -------- */
/* ------------------------ */
#stred img {

}
/* ------------------------ */
/* -------- PATICKA -------- */
/* ------------------------ */
#paticka * { color:#ffffff;}
#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; }


/* ------------------------ */
/* -------- FORMULARE -------- */
/* ------------------------ */
label {
	float:left;
	width:120px;
	padding-top:3px;
	clear:left;
}
input, textarea {	
	clear:right;
	width:280px;
	border:1px #999999 solid;
	padding:2px;
	margin-bottom:5px;
	color:#333333;
	background:#FFFFFF;
}
textarea {
	width:360px;
	height:120px;
	overflow:auto;
}
.submit {
	width:124px;
	clear:both;
	margin-left:120px;
	color: #666666;
}
span.povinny {color:#719F57}