/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family: Arial, Verdana, sans-serif;
	color: #8D8D8B;
}
img, a, fieldset {
	border:0px;
}
html {
	font-size:80%;
}
body {
	text-align:center;
	color:#FFFFFF;
	background:#000000;
}
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:300px;
}
#obsah {background:url(../img/bg-obsah.jpg) top left repeat-x;}
#levy {
	float:left;
	display: inline;
	width:150px;
	text-align:left;
}
#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-pata.jpg) repeat-x; height:100px;}
#paticka { 
	position:relative;
	width:800px;
	margin:auto;
	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:#868C12; font-size:220%; font-weight:normal;}
h1 span {
}

#stred .prvni {border-bottom:1px #868C12 dotted; padding-bottom:5px; font-size:120%; font-style:italic; margin-bottom:20px; padding-top:0px;}

h3, h3 a { color:#868C12 }
#levy h2 { font-size:140%; margin-bottom:10px; color:#868C12; text-align:center; font-weight:normal;}
#stred h2 { color:#868C12; font-size:140%; padding-bottom:3px; margin-bottom:5px; padding-top:10px; font-weight:normal;}
#stred h2 a { color:#868C12;}
#stred h3 { color:#868C12;font-size:120%; padding-bottom:3px; margin-bottom:5px; padding-top:5px; font-weight:normal; }

h3 { font-size:100%; padding:0 0 3px 0; font-weight:normal}

strong, strong a { color:#868C12; }

.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 -------- */
/* ------------------------ */
.napis1 { background:url(../img/nadpis_03.jpg); width:101px; height:37px;}
.napis2 { background:url(../img/nadpis_06.jpg); width:122px; height:32px;}
.napis1 span, .napis2 span {  visibility:hidden}

.box-ceny { background:url(../img/ceny.jpg); width:200px; height:127px; margin-top:250px }


.reklama-obsah {
	border-bottom:1px #333333 solid; margin:0 0 10px 0; padding:0 0 5px 0;
}
.reklama-obsah span, .reklama span { color:#333333; font-size:85%; display:block; border-bottom:1px #333333 solid; margin-bottom:5px;}

.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; text-align:left !important}

.reklamaFlash { text-align:center; border-top:1px #E4E4E4 solid; padding:20px; margin:0 20px 0 20px}

.box-info {
	margin-bottom:20px;
	padding:10px;
	border:1px #CCCCCC solid;
}
/* ------------------------ */
/* -------- MENU -------- */
/* ------------------------ */
#menu {
	
}
#menu ul {
	list-style:none;
	margin:10px 0 20px 10px;
}
#menu ul li {
	line-height:2;
}
#menu li a {
	color: #999999;
	text-decoration:none;
	font-size:120%;
	background: url(../img/sipecka.gif) 0 10px no-repeat; font-size:100%;
	padding-left:17px;
	display:block; 
}

#menu li a:hover, #menu a.active {  background:url(../img/sipecka.gif) -242px 10px no-repeat; 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: #868C12;
}
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; text-align:right }
#paticka p a { padding:0; }


/* ------------------------ */
/* -------- 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:#161616;
}
textarea {
	width:260px;
	height:120px;
	overflow:auto;
}
.submit {
	width:124px;
	clear:both;
	color: #CCCCCC;
	background: #161616;
}
span.povinny {color:#719F57}

span.red {
	color:#FF0000;
	font-weight:bold;
	padding-bottom:5px;
	}
#mainimg {
	margin-top:20px;
}
.video {
	text-align:center;
	padding-bottom:15px;
	}