body
{
	margin:0;
	font-size: 0.8em;
	font-family: Georgia, 'New York CE', utopia, serif;
	text-align: center;
	padding: 0;
	background-color:#132d5e;
	color:#ffffff;
}
* {
	padding: 0;
	margin: 0;
	border: 0px none;
}
p{
	line-height:1.5em;		
}
p.vpravo{
	text-align:right;		
}
.center{
	text-align:center;
	margin:0px auto;	
}
.center img{
	border:2px solid #daf872;		
}
acronym {
	cursor:help;
	border-bottom:1px dashed;
	padding-bottom:2px;
}
.invisible {
     position:absolute;
     top:-2000px;
     left:0;
     width:1px;
     height:1px;
     overflow:hidden;
}
br.clear {
	clear:both;
	font-size:0px;
}
.vetsi-pismo {
	font-size:1.4em;
}
.chyba {
	color:#ff0000;
	font-weight:bold;
}
.poznamka {
	color:#a1b9e1;
	padding-left:10px;
}
/*header*/
#header {
	width:950px;
	text-align:left;
	margin:0px auto;
	background:url(../images/layout/bg-header.jpg) left top repeat-x #4b9c23;		
}
#header #logo{
	color:#d1ff68;
	background-color:#132d5e;
	display:block;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	width:299px;
	height:73px;
	top:0px;
	left:0px;
	float:left;
	font-size:2.5em;
}
#header #logo span{
	display:block;
    position:absolute; left:0; top:0; z-index:1;
	background:url("../images/layout/logo.jpg") top left no-repeat;
	width:299px;
	height:73px;
}
#header #info{ 
	float:right;
	width:220px;
	text-align:right;
	}
#header #info #castka{
	text-align:left; 
	color:#7ead26;
	padding-right:10px;
	font-weight:bold;
	padding-top:5px;
	height:27px;
	overflow:hidden;
	}
#header #info #castka span{ 
	padding-left:10px;
	}
#main-menu {
	margin-left:299px;
	margin-right:230px;
	list-style-type:none;
}
#main-menu li{
	float:left;
	font-size:1.1em;
}
#main-menu li a{
	display:block;
	color:#ffffff;
	text-decoration:none;
	background:url(../images/layout/bg-main-menu-a.jpg) left top repeat-x #4b9c23;
	padding:0px 15px 0px 15px;
	border-right:1px solid #3e881e;
	float:left;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
}
#main-menu li a b{
	padding-top:50px;
	float:left;
	padding-bottom:6px;	
}
#main-menu li#home a b{
	background:url(../images/layout/bg-main-menu-home.png) center bottom no-repeat;	
}
#main-menu li#top a b{
	background:url(../images/layout/bg-main-menu-top.png) center bottom no-repeat;	
}
#main-menu li#register a b{
	background:url(../images/layout/bg-main-menu-register.png) center bottom no-repeat;	
}
#main-menu li a:hover, #main-menu li a.act{
	background:url(../images/layout/bg-main-menu-a-act.jpg) left top repeat-x #7ab825;
}
#header dl {
	text-align:left;
	padding-top:3px;
	color:#24480a;
	overflow:hidden;
	margin-bottom:1px;
}
#header dt {
	font-weight:bold;
	padding-bottom:2px;
	float:left;
	padding-right:10px;
}
#header dd {
	color:#ffffff;
}
#login-odkazy {
	list-style-type:none;
	text-align:left;
}
#login-odkazy li{
	float:right;	
	padding-right:10px;
}
#header dl a, #login-odkazy li a {
	font-size:0.85em;
	color:#24480a;
}
#header dl a:hover, #login-odkazy li a:hover {
	color:#c8dfb9;
}
/*header*/

/*sub-header*/
#sub-header-wrapper {
	background:url(../images/layout/bg-sub-header.png) left top repeat-x #58a525;
	min-height:123px;
	_height:123px;
	border-bottom:4px solid #2e413f;
}
#sub-header {
	width:950px;
	text-align:left;
	margin:0px auto;
}
#sub-header #sub-header-left {
	width:299px;
	float:left;
	font-size:2em;
	padding-top:40px;
	height:83px;
	overflow:hidden;
}
#sub-header #sub-header-right {
	margin-left:330px;
}
#sub-header #sub-header-right dl{
	float:left;
	margin-top:5px;
	position:relative;
	background:url(../images/layout/bg-sub-header-dl.png) right top no-repeat;
	padding-right:25px;
}
#sub-header #sub-header-right dl#no-arrow{
	padding-right:0px;
}
#sub-header #sub-header-right dt a{
	display:block;
	width:183px;
	height:91px;
	position:relative;
	cursor:pointer;
	color:#24480a;
	font-size:2em;
}
#sub-header #sub-header-right dt a:hover{
	text-decoration:none;
}
#sub-header #sub-header-right dt a span{
	width:183px;
	height:91px;
	position:absolute; left:0; top:0; z-index:1;
	background:url(../images/layout/bg-vytvor-dt.png) top left no-repeat;
}
#sub-header #sub-header-right dt#vyfot a span{
	background:url(../images/layout/bg-vyfot-dt.png) top left no-repeat;
}
#sub-header #sub-header-right dt#pridej a span{
	background:url(../images/layout/bg-pridej-dt.png) top left no-repeat;
}
#sub-header #sub-header-right dt a:hover span, #sub-header #sub-header-right dt#vyfot a:hover span, #sub-header #sub-header-right dt#pridej a:hover span{
	background-position:-317px;
}
#sub-header #sub-header-right dd{
	display:block;
	width:120px;
	overflow:hidden;
	padding-left:35px;
	z-index:3;
	position:absolute;
	left:0;
	top:76px;
	height:40px;	
}
/*sub-header*/

/*content*/
#content {
	width:950px;
	text-align:left;
	margin:0px auto;
	background-color:#132d5e;
	margin-top:15px;
	padding-bottom:25px;
	border-bottom:1px solid #25488a;
	min-height:300px;
	_height:300px;		
}
#content #content-left {
	width:720px;
	float:left;
}
#content #content-left p{
	line-height:1.5em;
	padding:0.7em 0em;
}
#content #content-left a, #content #content-right a{
	color:#daf872;
}
#content #content-left a:hover,  #content #content-right a:hover{
	color:#cdd2e2;
}
#content .box-tricko{
	width: 270px;
	padding: 15px;
    background:#102449;
	color:#ffffff;
	float:left;
	position:relative;
}
#content .box-tricko a{
	display:block;
}
#content .box-tricko a:hover{
	text-decoration:none;
}
#content .box-tricko a .sasa {
	display:none;
}
#content .box-tricko a:hover .sasa {
	display:block;
	z-index:2;
	position:absolute;
	background-color:#daf872;
	width:250px;
	padding:10px;
	color:#25860f;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
#content .box-tricko dl{
	margin:10px 0px;
}
#content .box-tricko dt{
	float:left;
	color:#daf872;
	font-weight:bold;
	padding-right:6px;
}
#content .box-tricko dd{
	margin-bottom:4px;
}
#content .box2{
	text-align:center;
	width: 90px;
	margin: 15px;
	padding-top:30px;
	color:#ffffff;
	float:left;
	font-size:2.3em;
	overflow:hidden;
}
#content .box2 a{
	margin-top: 30px;
	display:block;
}
#content #content-right {
	margin-left:750px;
	width:167px;
	padding:15px;
	background-color:#27488b;
	text-align:center;
	font-size:0.9em;
}
#content h2 {
	font-size:1.2em;
	color:#daf872;
	padding-bottom:10px;
}
#content #content-right .tricko-vysledek{
	padding:10px;
	background-color:#9bd318;
	width:100px;
	margin:0px auto;
	margin-bottom:10px;
}
#content #content-right p{
	padding:5px 0px;
}
#content #content-right p strong{
	color:#daf872;
}
#content #content-right p.predel{
	border-bottom:1px dashed #465e8c;
	padding-bottom:15px;
	margin-bottom:20px;
}

/*poradi tricek*/
#content .box-poradi{
	width: 600px;
	padding: 15px;
    background:#102449;
	color:#ffffff;
	margin-bottom:20px;
}
#content .box-poradi .foto-poradi{
	width: 100px;
	padding: 10px;
    background-color:#2a4272;
	float:left;
}
/*hover img*/
#content .box-poradi .foto-poradi a.hover-img {
	cursor:nw-resize;
}
#content .box-poradi .foto-poradi a.hover-img:hover {
	background:#2a4272;
}

#content .box-poradi .foto-poradi a.hover-img span {
	position: relative;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
}

#content .box-poradi .foto-poradi a.hover-img span span {
	display: block;
	position: absolute;
	visibility: hidden;
	top: 0em;
	left: 0em;
	padding: 1em;
	background: #9bd318;
}

#content .box-poradi .foto-poradi a.hover-img:hover span span {
	visibility: visible;
}
/*hover img*/
#content .box-poradi dl{
	margin-left:150px;
}
#content .box-poradi dt{
	color:#daf872;
	float:left;
	font-weight:bold;
	padding-right:6px;
}
#content .box-poradi dd{
	margin-bottom:4px;
}
#content .box-poradi dd.vetsi-pismo{
	margin-bottom:10px;
}
#content .box-poradi p {
	padding-top:1em;
	text-align:right;
}
#content .PagerClass a {
	color:#daf872;
}
/*poradi tricek*/

/*napady boxik*/
#content .napady-boxik{
	width: 700px;
	padding: 15px;
    background:#102449;
	color:#ffffff;
	margin-bottom:20px;
}
#content .napady-boxik .foto{
	width: 100px;
	padding: 10px;
    background-color:#2a4272;
	float:left;
}
#content .napady-boxik .odsazeni{
	margin-left:150px;
}
#content .napady-boxik h2{
	font-size:1.5em;
}
#content #content-left ul{
	margin-left:40px;
	margin-top:1em;
	margin-bottom:1em;
	list-style-type:square;
}
#content #content-left ul li{
	line-height:1.5em;
	padding-left:0.6em;
}
/*napady boxik*/

/*registrace*/
#podminky {
	scrollbar-face-color: #cbd1d8;
	width: 400px;
	overflow: auto;
	height: 100px;
	background-color:#102449;
	padding:5px 10px;
	margin:10px 0px;
	border:2px solid #98abc4;
	color:#cdd6e9;
}
form.normal fieldset {
	border: 2px solid #daf872;
	padding: 0px 30px;
	margin:0px;
}
form.normal legend {
	font-weight: bold;
	padding: 5px;
	color:#daf872;
	font-size:1.7em;	
	margin-bottom:7px;
}
form.normal label {
	float: left;
	display:inline;
	width: 180px;
}
form.normal input, form.normal textarea {
	padding:2px;
	background-color:#dce4ee;
	border:2px solid #98abc4;
	margin-bottom:5px;
	width:200px;
	color:#102a4e;
	scrollbar-face-color: #cbd1d8;
	font-family: Georgia, 'New York CE', utopia, serif;
}
form.normal input#podminky-check {
	padding:0px;
	background-color:#dce4ee;
	border:2px solid #98abc4;
	width:20px;
	color:#102a4e;
	margin-right:10px;
}
form.normal input#odeslat {
	width:200px;
	color:#102a4e;
	margin:10px 0px 15px 0px;
	font-weight:bold;
	margin-left:180px;
	cursor:pointer;
	font-size:1.2em;
}
form.normal input#odeslat:hover {
	color:#ffffff;
	background-color:#102449;
}
/*registrace*/

/*content*/

/*footer*/
#footer-wrapper {
	border-top:4px solid #9bd318;
	background-color:#27488b;
}
#footer {
	width:950px;
	text-align:left;
	margin:0px auto;
	padding:10px 20px;
	font-size:0.9em;
}
#footer .footer-boxik{
	width:283px;
	float:left;
	padding-right:50px;
	color:#b2b9cc;
}
#footer .copyright{
	padding-right:0px;
}
#footer .footer-boxik h1{
	color:#132d5e;
	font-size:2em;
	font-weight:normal;
	margin-top:0px;
	padding-top:0px;
}
#footer .footer-boxik p{
	padding:5px 0px;
}
#footer .footer-boxik a{
	color:#ffffff;
}
#footer .footer-boxik a:hover{
	color:#cdd2e2;
}
#footer .footer-boxik a.vice{
	text-align:right;
	display:block;
	padding-bottom:10px;
}
/*footer*/

/*Nifty Corners Cube CSS by Alessandro Fulciniti*/
b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}

/*reklama adfox*/
.reklama {
	text-align:center;
	height:60px;
	margin:0px auto;
	margin-bottom:15px;
}

