* {
 margin: 0px;
 padding: 0px;}

body {
 background: #222 url(../background/headergrunge.jpg) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #fff;}
 
a img{ border: 0px; }

a { text-decoration: none;}


input {
 background: #333;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 3px;
 color: #f4f4f4;
 border: 2px solid #555;}

/**	
button {
 background: #222;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #444;
 height: 2em;} 
**/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}
.blue{ color:#06F; margin-top:22px;}


/** Logo a vnejsi ramec **/

#container { width: 980px; text-align:left;}

#logo { 
 float: left;
 margin-top: 40px;
 margin-left: 10px;
 font-size: 1.6em;
 letter-spacing: -0.1em; }

.floatleft {
float: left;
margin-top: 0px 10px 0px 0px;
padding: 2px;}

/** Tlacitka **/

#navlist {
float: left; width: 215px; margin-top: 40px; margin-left: 5px;}
 
#navlist ul {
 list-style: none;}

#navlist li a{
 display: block;
 height: 20px;
 width: 170px; 
 padding: 9px;
 margin: 5px;
 background: inherit;
 border-right: 4px solid #444;
 color: #999;
 text-transform: lowercase;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #f4f4f4;
 background: #333;
 border-right: 4px solid #F00;}
 
#navlist li .active {
 color: #999;
 background: #333;
 border-right: 4px solid #444;}

/** Textovy ramec **/

#content {
float: right; width: 740px; margin-top: 40px; margin-left: 2px;}

#content a {
	line-height: 1.4em;
	font-size: 12px;
	margin-bottom: 4px;
	margin-right: 4px;
	color: #CCC;
	font-weight:bold;}

#content a  img{
	color:#FFF;
	font-size:9px;
	font-weight: normal;}

#content a:hover { 
 line-height: 1.4em;
 color: #fff; 
 font-size: 12px;
 background: #D01A71; 
 font-weight: bold;}
 
#content p {
line-height: 1.4em; font-size: 12px; margin-bottom: 20px; margin-right:20px; color: #f4f4f4;}
 
 /** H nadpisy **/
 
#content h1 {
text-indent: 10px;
font-size:17px;
color: #999;
letter-spacing: -0.1em;
margin-bottom: 4px;}

#content h2 {
text-indent: 10px;
font-size:17px;
color: #999;
letter-spacing: -0.1em;
margin-bottom: 4px;}

#content h3 {
text-indent: 10px;
font-size:17px;
color: #999;
letter-spacing: -0.1em;
margin-bottom: 4px;}

#content h4 {
text-indent: 10px;
font-size:17px;
color: #999;
letter-spacing: -0.1em;
margin-bottom: 4px;}

#content h5 {
text-indent: 10px;
font-size:17px;
color: #999;
letter-spacing: -0.1em;
margin-bottom: 4px;}

#content h6 {
text-indent: 10px;
font-size:17px;
color: #999;
letter-spacing: -0.1em;
margin-bottom: 4px;}

span.nadpis {
font-weight: bold;
color: #CCC;
font-size:14px;}


.text{
line-height: 1.4em; font-size: 12px; margin-bottom: 20px; margin-right:20px; color: #f4f4f4;}

/** Footer **/

#footer {
 text-align: center;
 color: #666;
 margin-top: 30px;
 font-size: 0.7em;}
 
#footer p { color: #666;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #f4f4f4;}	

/** Obraceny mail **/

.reverse { unicode-bidi:bidi-override; direction: rtl; }
