/* colora: #665a9b */
	body {
		margin: 0px;
		font-family: Arial, Tahoma, sans-serif; 
	  	color: #000;
    font-size: 11px;	
		text-align: center;
		}
	a:link, a:visited {
		color: #665a9b;
		font-weight: bold;
		text-decoration: underline;
		}  
	a:hover {
		color: #000;
		text-decoration: none;
		}
	p, ul, ol {
		line-height: 1.4;
		text-align: justify;
		margin: 0px 10px 0px 10px;
	}
	em  {
		font-style: italic;
		color: #666;
	}
	
	ul {
		list-style-type: square;
	}
	h1 {
		font-size: 18px;
		margin: 0px 0 5px 10px;
		color: #685C9C;
	}
	h2 {
		font-size: 18px;
		margin: 0px 0 15px 10px;
		color: #aaa;
	}
	h3 {
		font-size: 16px;
		margin: 0px 0 15px 10px;
		color: #ccc;
		padding: 0px;
	}

	#mainbox {
		text-align: left;
		margin: 0 auto;
		width: 900px;
		padding: 0 9px 0 11px;
		background-image: url(images/theme-background.gif);
		background-repeat: repeat-y;
	}
	
	.cross {
    position: absolute; left: 50%; width: 300px; margin-left: -500px;		
	}
	
  .cross1 {
		position: absolute; left: 50%; width: 300px; margin-left: 130px;
	}
	
  .cross2 {
		position: absolute; left: 50%; width: 300px; margin-left: 220px;
	}
	
	#foot, #foothome {
		color: #666;
		text-align: left;
		margin: 0 auto;
		width: 900px;
		padding: 0 9px 0 11px;
		}

	#foot {
		background-image: url(images/theme-foot.gif);
		background-repeat: no-repeat;
	}
	#foothome {
		background-image: url(images/theme-foot.gif);
		background-repeat: no-repeat;
		}
	#left {
		width: 220px;
		float: left;
		}
	#right {
		border-left: 1px dashed #aaa;
		padding: 0 0 0 20px;
		width: 600px;
		float: right;
		}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}



/* dopsane */
	#button {
		text-align: right;
		padding: 0 15px 0 0;
		width: 450px;
		float: right;
		}
	#bodybox {
		padding: 15px 15px 0px 15px;
	}
	#newsbox {
		width: 230px;
		padding: 0 0 0 15px;
		float: right;
		background-image: url(_design_img/newsbox.gif);
		background-repeat: repeat-y;		
	}
	.homeitems {
		padding: 0 10px 0 48px;
		
	}
	.newsmore {
		text-align: right;
		border-bottom: 1px solid #665a9b;
	}
	.homeico {
		padding: 4px 8px 10px 0; 
		float: left;	
	}
	.line {
		margin: 10px 0 10px 0;
		background-color: #665a9b;
	}
	.space {
		padding: 0px;
		margin: 0px;
		clear: both;
	}
	.home {
		width: 20%;
		vertical-align: top;
		padding: 0px 0 22px 0;
	}
	.homecat {
		padding: 14px 10px 9px 15px;
	}
	.pdf {
		background-image: url(images/theme-pdf.jpg);
		background-repeat: no-repeat;
		padding: 5px 0 15px 45px;
		margin: 5px 0 5px 15px;
	}
	.thumb {
		float: right;
		padding: 8px;
	}
	.ilu {
		padding-top: 8px;
		border-top: 2px solid #ccc;
		
	}
	.akceden, .akce {
		padding: 4px;
		border-top: 1px solid #aaa;
		
	}
	.akceden {
		
		border: 1px solid #aaa;
		border-top: 4px solid #aaa;
	}
	
	.page {
		text-align: right;
		padding: 5px;
		
	}
	.page a {
		padding: 2px;
		}
	.page strong {
		background-color: #eee;
		padding: 4px;
	}
		
	
	.iluright {
		float: right;
		padding: 8px;
		border: 1px solid #aaa;
		margin: 10px 10px 10px 15px;
	}
	
/*- top menu polozky */
#navcontainer {
	padding: 0;
	}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#navcontainer ul li a, ul li#last a {
	background-image: url(images/theme-menu-background.jpg);
	background-repeat: no-repeat;
	width: 150px;
	border-right: none;
	padding: 3px 0 4px 0;
	margin: 0 1px 0px 0;
	color: #666;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 12px/24px Arial, verdana, lucida, sans-serif;
	}

#navcontainer ul li#last a {
	width: 144px;
	margin: 0 0px 0px 0;
	}

#navcontainer ul li a:hover {
	color: #fff;
	background-image: url(images/theme-menu-foreground.jpg);
	background-repeat: no-repeat;
	}

#navcontainer a:active {
	color: #fff;
	}

#navcontainer li#active a {
	background-image: url(images/theme-menu-foreground.jpg);
	background-repeat: no-repeat;
	width: 151px;
	color: #fff;
	font-weight: bold;
	}

#navcontainer li#activelast a {
	background-image: url(images/theme-menu-foreground.jpg);
	background-repeat: no-repeat;
	width: 145px;
	margin: 0 0px 0px 0;
	color: #fff;
	font-weight: bold;
	}
	
