
/* 
----------------------------------------------------------------------------------------

Copyright 2010 - Thierry Ruiz - www.dotemplate.com - All rights reserved.

THIS TEMPLATE IS FREE AS LONG AS YOU KEEP THE LINK TO WWW.DOTEMPLATE.COM IN THE FOOTER
TO REMOVE THE LINK, PLEASE MAKE A 10 DOLLARS DONATION at www.dotemplate.com/#donate

----------------------------------------------------------------------------------------
*/


html {
	background: #707070;
	margin:0 0 0 -1px;
	padding:0;	
	overflow-Y: scroll;
}


body {
	padding:0;
	margin :0;
	display:table; 
	width:100%;	
	color:#656565;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	background-color:#707070;
}

p {
	letter-spacing: normal;
	line-height: 1.7em;
}

h1 {
	color:#f2ef3c;
	font-size:22px;
	margin:25px 0 10px 0;
	clear:both;
}


h2 {
	color:#f2ef3c;
	font-size:20px;
	margin:20px 0 10px 0;
	clear:both;
}


h3 {
	color:#f2ef3c;
	font-size:18px;
	margin:20px 0 5px 0;
	clear:both;
}



a:link, a:visited {
	color:#f2ef3c;
	text-decoration:none;
}


a:hover {
	color:#f4543f;
	text-decoration:underline;
}


table {
  font-size:12px;
  border-collapse: collapse;
  margin: 1px 10px 1px 10px;
  width: auto;
}

table td {
  padding: 2px 6px 2px 6px;
  border: solid 1px #696969;
  vertical-align: middle;
  text-align: left;
}

blockquote {
  border: solid 1px #FDF863;
  margin: 10px 10px 10px 10px;
  padding: 3px 5px 3px 5px;
  background-color: #888888;
  background-position: left top;
  background-repeat: no-repeat;
  color: #141300;
  font-weight: bold;
  text-align: right;
  font-size: 13px;
}

					
#wrapper {
	background: transparent url( images/css/page-vbg.jpg ) repeat-y scroll 50% 0px;
	margin:0 auto ;
	width:100%;
}


#wrapper {
	border-top: 1px solid #a2a2a2;
}
	

#bg {
	margin:0 auto;
	padding:0;
	background:transparent ;
	background-image:url(images/css/hat.jpg);
 	background-repeat:no-repeat;	
	background-position: center top ;
}


#header {
	margin: 0 auto;
	min-height:25px;
	height: 25px;
	width: 800px;
}
	

#page {
	background: transparent url( images/css/page-bg.jpg ) no-repeat center top;
}
					

#container {
	margin:0 auto;
	width:800px;
}


#banner {
	margin: 0 auto;
	height:180px;
	width:100%;
}

					

#nav1 {
	height:30px;
	margin:0 auto ;
	text-align:center;
	float: left;
	margin-left: 12px;
	margin-top: 8px;
}

#nav1 ul {
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	position:relative;
	height:30px;
	text-transform:uppercase;
	font-size:11px;
	font-family:Arial,sans-serif;
}


#nav1 ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:transparent url('images/css/hmenu.jpg') repeat-x top left;
	border-right:1px solid #1e1e1e;

}

#nav1 ul li a {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 50px ;
	line-height:30px;
	font-weight:bold;
}

#nav1 li#current a {
	color:#f2ef3c;
	background:transparent url('images/css/hmenu-sel.jpg') repeat-x top left;
	border-right:1px solid #1e1e1e;	
}

#nav1 ul li a:hover {
	color:#f2ef3c;
	background:transparent url('images/css/hmenu-sel.jpg') repeat-x top left;
}


#content {
	width:784px;
	margin:0 auto;
	text-align:left;
	min-height:300px;
  background-color:#000000;
  color:#cccccc;
}


#content p {
	text-align:justify;
}
	

#footerWrapper {
	margin:0 auto;
	height:130px;
	padding:0;
	background:transparent url( images/css/footerWrapper-bg.jpg ) no-repeat scroll center top;
}


#footer {
	margin:0 auto;
	padding:0;
	width:800px;
	height:50px;
	color:#b0b0b0;
	text-align:center;
}

#footer a:link, #footer a:visited {
	color:#b0b0b0;
}


#footer a:hover{
	color:#f4543f;
	text-decoration:none;
}

	
	
					
#right {
  width:200px;
	padding:10px 20px 20px 20px;
	float:left;
	background-color:#000000;
}


#center {
	width:504px;
	padding:10px 20px 20px 20px;
	float:left;
	background-color:#222222;
}

.levysloupec {
	width:49%;
	float:left;
}

.levysloupec p {
	line-height: 0.9em;
}

.pravysloupec {
	width:50%;
	float:right;
}

.pravysloupec p {
	line-height: 0.9em;
}
 
#content p {
	margin-top:10px;
	text-align:justify;
}

#content ul {
  margin: 0 0 0 0;
  padding: 20px;
}

#content ul li {
  font-size:12px;
  text-decoration: none;
  line-height: 1.4em;
  padding: 0 0 0 0;
  background-repeat: no-repeat;
}
  										

a img {
	border:none;
} 


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

