* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: normal;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	height: 100%;
	width: 100%;
}




/*  --------------------------------------------------------------- */
a {
	color:#b45204;
	text-decoration: none;
}
a:link {
	color:#b45204;
	text-decoration: none;
}
a:hover {
	color:#257397;
	text-decoration: none;
}

/* headers text--------------------------------------------------------------------- */


h1 {
	font-size:100%;
}  
h2 {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size:110%;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	font-variant: normal;
	
}

h3 {
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-size:100%;
	font-weight: normal;
	line-height: 0px;
	text-transform: uppercase;
	font-variant: normal;

}



/* layout ---------------------------------------------------------------------- */
#layout {
	width:850px;
	text-align:left;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
  #container {
	width: auto;
	background-color: #000000;
	height: auto;
	margin-top: 20px;
  }
  
  #obsah {
   
  }
  	/* header------------------------------------------------------------------ */
  	#header {
	position:relative;
	background-repeat: no-repeat;
	width: auto;
}
  
      #logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	overflow: hidden;
	height: 62px;
	margin: 10px;
      }
      #logo a{
        display: block;
        color: #fff;
        text-decoration: none;
        
      }
      #logo span {
        display: block; 
        position: absolute; 
        left: 0; top: 0; 
        cursor: pointer;
      }
      

        
    /* navigation --------------------------------------------------- */
    #nav {
	position:relative;
	border-top: 0;
	padding-left: 5%;
	height: 20px;
	background-color: #000000;
}
#footer {
	background-color: #000000;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 850px;
	height: 132px;
	margin: 00px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

      #nav ul {
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	color: #b45204;
}
      	#nav ul li {
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(../img/nav.gif);
	background-position: right;
	float: left;
}
      	#nav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b45204;
	font-size: 110%;
	font-weight: normal;
	display: block;
	float: left; /*\*/
	float:none;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
        }
        #nav ul li a:hover {
	text-decoration: none;
	color: #1073a1;
        }
      	#last {
        background: none !important;}
  
  
  
    .content {
	float: right;
	margin-top: 0px;
	width:850px;
	z-index: 10;
	background-color: #000000;
	height: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
      
    }
	/*
    .content .in{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
    }
  
*/


  	.seperator {
	height: 3px;
	background-image: url(../img/seperator.gif);
	margin-bottom: 35px;
	margin-top: 35px;
	background-repeat: no-repeat;
	background-position: left;
    }
      
  	.seperator_text {
	height: 15px;
	background-image: url(../img/seperator_text.gif);
	margin-bottom: 35px;
	margin-top: 23px;
	background-repeat: no-repeat;
	background-position: left;
    }




/* plain text -------------------------------------------------------------------- */
p {
	line-height: 14px;
	font-size: 11px;
	margin-top: 11px;
	margin-right: 25%;
	margin-bottom: 15px;

}

.box { min-height:1px; }
.box:after { display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:"."; }
.noscreen { display:none; }

/* fileds --------------------------------------------------------------------- 
fieldset { margin:15px 0; padding:10px; border:1px solid #CCC; }
abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.clear {clear: both;}
.f-left {float:left;}
.f-right {float:right;}
.a-left, tr.a-left td {text-align:left;}
.a-center, tr.a-center td {text-align:center;}
.a-right, tr.a-right td {text-align:right;}
.a-justify {text-align:justify;}
.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}
.clear { clear:both; }

.mleft10 { margin-left: 10px; }
.mright10 { margin-right: 10px; }
.mtop10 { margin-top: 5px; }
.mbottom10 { margin-bottom: 10px; }
.mtop0 { margin-top: 0;}

*/


.foto{
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
.seperator_top {
	height: 15px;
	margin-bottom: 0px;
	margin-top: 23px;
	background-repeat: no-repeat;
	background-position: left;
}
