html, body {
	border: 0px none;
	margin: 0px;
	padding: 0px;

	font-family: Arial, Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 90%;
	color: black;
}

.reseter {
	border:  0px none;
	margin:  0px;
	padding: 0px;

	float: none;
	clear: both;

	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}


body {
	text-align: center; /* centerování webu pro IE */
	background: url(images/header-back.jpg) center top #fff no-repeat;
}

.separator { /* slouľí k oddělení jednotlivých částí stránek - pouze pro zobrazení bez CSS */
	display: none;
	visibility: hidden;
}

#line-up {
  height: 18px;
  width: 100%;
  background: url(images/line-up.gif) center top #71074C no-repeat;
}

#line-down {
  height: 17px;
  width: 100%;
  background: url(images/line-down.gif) center top #383838 no-repeat;
}


#bodywrap { /* zajią»uje "natahování" ąířky stránky - pro IE je pouľit speciální styl */
	width: 980px;
  border: 0px none;
	padding: 0px;
  margin: 0px auto 0px auto;
  text-align: left;
  
}

#header {
	width: 980px;
	height: 353px;
  margin: 0px;
	text-align: left;
	position: relative;
	font-size: 1.2em;
z-index: 1;
}

  #header #nav {position:absolute; left:20px; top:170px; margin:0; padding:0; list-style-type:none; font-size:90%; width: 600px;}
  #header #nav li {display:inline; margin:0; padding:0;}
  #header #nav a {color: black; font-size: 0.8em; font-weight: bold; float:left; height:30px; margin-right:10px !important; margin-bottom: 10px; padding-left:13px; background:url("images/menu-a.gif") 0 0 no-repeat; text-decoration:none; cursor:pointer; overflow:hidden;}
  #header #nav a span {float:left; display:block; line-height: 150%; padding: 5px 13px 7px 0px; background:url("images/menu-span.gif") 100% 0 no-repeat;}
  #header #nav a:hover, #header #nav li.current_page_item a {text-decoration: underline;}
  #header #nav a:hover span, #header #nav li.current_page_item a span {text-decoration: underline;}


#logo-text {
  display: block;
	margin:0px; padding:0;
	position:relative;
	left:0px; top:37px;
	width:453px; height:125px;
	overflow:hidden;
	text-align: left;
}
		
#logo-text a {
  color: black;
  font-size: 1.8em;
  font-weight: normal;
  font-style: italic;
  display: block;
  margin-top: 30px;
}
		
#logo-text span {
  display:block;
  position:absolute; left:0; top:0; z-index:1;
  width:453px; height:125px;
  margin:0; padding:0;
  background:url(images/logo.gif) top left no-repeat;
  cursor: pointer;
}

#wrapper {
  float: left;
  margin-bottom: -100px;
  z-index: 2;
  position: relative;
}

#content {
  width: 600px;
	margin: -80px 0px 0px 0px;
	text-align: left;
	position: relative;
	float: left;
	font-size: 1em;
	color: #383838;
}

#content_pad {
  padding: 0px 23px 0px 23px;
  position: relative;
  margin: 0px;
}

#content p { 
line-height: 180%;
}

#sidebar {
  float: left;
  width: 264px;
  margin-top: -95px;
  background: url(images/sidebar-back.gif) no-repeat top left; 
  line-height: 180%;
z-index: 2;
position: relative;
}

  #sidebar img {
    margin: 15px -10px 10px -10px;
    
  }

  #sidebar #doporucujeme {
    width: 245px;
    margin: 0px 13px 15px 33px;
    background: url(images/doporucujeme-back.jpg) #d7e9a5 no-repeat bottom;
    padding-bottom: 15px;
  }
  
    #sidebar #doporucujeme a, #sidebar #doporucujeme ul li {
      color: #000;
    }
  
  #sidebar ul li {
    color: #911776;
  }
  
    #sidebar ul li span {
      color: #000;
    }

  #sidebar #komentare {
    color: #565656;
    font-style: italic;
  }
    
    #sidebar #komentare strong {
      padding-left: 15px;
      color: #1864aa;
      line-height: 200%;
      font-style: normal;
      background: url(images/komentar.jpg) left center no-repeat;
    }
  
  #sidebar .box {
    width: 250px;
    margin: 0px 10px 0px 10px;
  }
  
    #sidebar .box ul {
      margin: 0px 15px 0px 30px;
      padding: 0px;
    }
  
    #sidebar .box p {
      margin: 0px 15px 10px 0px;
    }
    
  
  #sidebar #aktualni-sekce ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }  
  
  #sidebar #aktualni-sekce ul li a {
    display: block; 
    height: 40px; 
    width: 262px;
    *width: 292px;
    padding: 0px 15px;
    line-height: 270%;
    font-size: 1.1em;
    color: #5c97c3; 
    text-decoration: underline; 
    background: url('images/aktualni-sekce-li-a.gif') no-repeat; 
    background-position: 0 -80px;  
  }
  
  #sidebar #aktualni-sekce ul li a:hover {
    background-position: 0 0px;  
    text-decoration: none; 
  }
  
  #sidebar #aktualni-sekce ul li.active a {
    background-position: 0 -40px;  
    text-decoration: none; 
  }


#sidebar #zkuste ul li span { 
color: #565656;
}
 
#sidebar #typy-aut {
    color: #565656;
    font-style: italic;
z-index: 2;
  }

#sidebar #typy-aut ol {
clear: left;
}

#sidebar #typy-aut .typ {
margin: 20px 0px;
}
    
    #sidebar #typy-aut strong {
      color: #1864aa;
      line-height: 200%;
      font-style: normal;
    }

#sidebar  #typy-aut img {
    margin: 8px 8px 5px 0px;
    float: left;
  }

#footer {
  width: 951px;
  height: 342px;
  background: url(images/footer-back.gif) #fff no-repeat bottom;
  margin: 0px 0px 0px 0px;
  color: #000;
  font-size: 1.1em;
  position: relative;
}

#footer span#copyright {
  text-align: left;
  position: absolute;
  top: 220px;
  left: 23px;
  display: block;
}

#footer span#powered {
  text-align: right;
  position: absolute;
  top: 220px;
  right: 23px;
  display: block;
}

#footer span#footer-links {
  text-align: left;
  position: absolute;
  top: 250px;
  left: 23px;
  width: 905px;
  display: block;
}

#footer a {
  color: #911776;
}

.hidden {
  display: none;
}

/* ========== TEXT, OBRAZKY, TABULKY .. atd ========== */

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #610f4d;
	margin: 0px;
	background-color: white;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #610f4d;
	text-align: left;
	margin: 15px 0px 5px 0px;
clear: left;
}

#sidebar #doporucujeme h2 {
  color: #2a3609;
  padding: 0px 20px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #610F4D;
	margin: 0px;
}

#sidebar h3 {
  color: #323232;
  font-size: 1.1em;
  padding: 25px 15px 10px 15px;
}

p {
  text-indent: 0em;
	text-align: justify;
	line-height: 150%;
	margin: 15px 0px 0px 0px;
}

p.bez_odrazeni {
  text-indent: 0em;
	text-align: justify;
	line-height: 150%;
	margin: 15px 0px 0px 0px;
}

p.odrazka {
  background: url(../images/odrazka_green.gif) no-repeat;
	text-indent: 3em;
	text-align: justify;
	line-height: 150%;
	margin: 15px 0px 0px 0px;
}

a {
	color: #5c97c3;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
  border: 1px solid #0064AE;
}

a:hover img {
  border: 1px solid #71074C;
}

hr {
  height: 1px;
  color: #6d4d42;
  border: 0 none;
  border-top: 1px solid #6d4d42;
  margin: 10px 0px 20px 0px;
}

.tisk {
	display: none;
}


#content ul li {
line-height: 200%;
}

#sediva {
margin: 20px 0px 0px 0px;
}

#sediva p, #sediva a {
color: #8F8F8F; 
margin: 0px;
font-size: 10px;
}
