/*
	BARVY:
		pozadi hlavicky - svetla modroseda:	#839199
		pozadi boxu - 	  tmava modroseda:	#6a767b

*/

* { margin:0; padding: 0; }


body {
	font-family: Arial,Verdana,sans-serif;
	font-size:76%;
	color: #ffffff;
	background: black url(../images/background/body.jpg) top center no-repeat;
}

h1, h2, h3, h4 { color:#cadf7c }

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

a { color: #0c8fce; }
a:hover { text-decoration: none; }

p { line-height: 1.5em; margin-bottom: 1.5em; }
ul { margin: 0.2em 0 1.5em 10px; list-style: none; line-height: 1.7em; }
ul li { padding-left: 12px; background: transparent url(../images/background/bullet.gif) left 8px no-repeat; }
ul.white {}
ul.white li { font-weight:bold }
img { padding: 5px; }

.no-display { display: none; }
.spacer { border:none; margin:20px 0; padding:0; background:transparent; overflow:hidden; }
.spacer.a { height:1px; font-size:1px; }
.spacer.b { height:2px; font-size:2px; }
.spacer.c { height:3px; font-size:3px; }
.spacer.d { height:4px; font-size:4px; }
.spacer.e { height:5px; font-size:5px; }
.spacer.f { height:6px; font-size:6px; }
.spacer.g { height:7px; font-size:7px; }
.spacer.h { height:8px; font-size:8px; }
.spacer.i { height:9px; font-size:9px; }
.spacer.j { height:10px; font-size:10px; }

.hnede-pozadi { background-color: #cadf7c }

.cleaner {
	clear:both;
	height:-1px;
	font-size:-1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	overflow:hidden;
}

.bigger { font-size: 1.2em; }