/*
Author: elphnet.cz
Struktura:
        display | 
		  position | 
		  float | 
		  overflow | 
		  width | 
		  height | 
		  border | 
		  margin | 
		  padding | 
		  background | 
		  align | 
		  font
*/

/* Elements*/

body {	
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color: #333333;
	
}
h1, h2, h3, h4, h5 {
	border:0; 
	margin:10px 0px 5px 0px; 
	padding:0; 
	font-weight: bold;
}
p {
	margin:5px 0;
}


table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;	
}
ul, ol {
	display:block; 
	border:0; 
	margin:0px 0px 0px 20px; 
	padding:0;
}
form {
	margin: 0;
	padding: 0;
}
/* Floating */
.floatLeft, .left {
	float: left;
}
.floatRight, .right {
	float: right;
}

/* Text align */
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}

.clearer {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.noscreen {
	display: none;
}
a img {
	border: 0;
}
.noborder {
	border:0px solid white !important;
}
.dot {
	height:1px; 
	background:url(../img/dot.gif) top left repeat-x;
	margin:1em 0;
	clear: both;
}
/*_________________________________________________________*/

#null {
	width:816px;
	margin:auto;
	text-align:left;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#content {
	width:807px;	
	position: relative;
}
/*__________________ Rozlozeni stranky_____________________*/
#head {
	position: relative;
	height:352px;
	width:807px;	
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	height:113px;
}
#headLeft {
	float:left;
	width:450px;
	height:239px;
	background-image: url(../img/mainFoto.jpg);
	background-repeat: no-repeat;
}
#headLeft img {
	width:449px;
	height:236px;
	margin:0;
}
#headRight {
	float: right;
	width:350px;
	padding-top:5px;
}
#headRight p {
	padding:0px 15px 0px 0px;
}
#topMenu {	
	position: absolute;
	bottom: 0px;
	width:338px;
	height:32px;
	background-image: url(../img/top_bg.jpg);
}
#topMenu ul{
	margin:0px;
	padding:0px;
	margin-top:0px;
	list-style: none;
}
#topMenu ul li {
	float:left;	
}
#topMenu ul li a {
	display: block;
	float:left;	
	width:110px;
	height:16px;
	background-image: url(../img/top_li.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color:white;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	padding:8px 0px 0px 0px;
}

#topMenu ul li a:hover, #topMenu ul li.active a {
	background-image: url(../img/top_li.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
/*__________________ Rozlozeni stranky_____________________*/

#mainLeft {
	position: relative;
	float:left;
	width: 220px;
}

/*___Menu___*/
#menu {
	padding:0px 0px 0px 0px;	
}
#menu h1 {
	font-size:14px;
	padding-left:10px;
	font-weight: 700;
	padding-top:0px;
	margin-top:0px;
}
#menu ul#main {
	list-style: none;
	padding: 0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul#main li a{
	display:block;
	background-image: url(../img/li.jpg);	
	background-repeat: no-repeat;
	width:210px;
	_width:220px;
	height:26px;
	_height:36px;
	padding:10px 0px 0px 10px;
	text-decoration: none;
	color:white;
}
#menu ul#main li a:hover, #menu ul#main li.choose a{
	display:block;
	background-image: url(../img/li.jpg);
	background-position: 0px -36px;
	color:white;
	/*width:218px;
	height:37px;*/
}


#menu ul#main li.sub a {
	font-weight: 400;	
	font-size:11px;
	background-image: url(../img/li2.jpg);
	background-position: 0px 0px;
	height:19px;
	_height:24px;
	padding:5px 0px 0px 10px;
	color:#333333;
}
#menu ul#main li.sub a:hover, #menu ul#main li.active a {
	font-weight: 400;
	font-size:11px;
	background-image: url(../img/li2.jpg);
	background-position: 0px -24px;
	height:19px;
	_height:24px;
	padding:5px 0px 0px 10px;
	color:white;
	color:#333333;
}

/*___________________Pravy sloupec - obsah___________________*/
#col {
	background-color:#ffffff;
	margin-right:0px;
	width:560px;
	position: relative;
	padding-top:5px;
}
#mainRight {
	float:right;
	width: 560px;
}
/*_________text na strance_________*/
#text {
	padding:0px 10px 0px 10px;
	text-align: justify;
}

#text h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#37577E;
	font-size:17px;
	font-weight: 700;
}
#text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#37577E;
}

#text a {
	color:#37567F;
}

#text ul {
	list-style: none;
	/*margin:0;
	padding:0;*/
}
#text ul li {
	background-image: url(../img/ul-blue.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:12px;
	margin-top:5px;
}
#text ul.orange li {
	background-image: url(../img/ul-orange.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:12px;
	margin-top:5px;
}

/*_____________novinky_______________*/
#news 
#news .more {
	text-align: right;
	font-size: 10px;

}
#news .more a {
	color:#010066;
}
#news h4 {
	margin:0;
	font-size:14px;
	color:#675143;
}
#news a {
	color: #37567f;
	font-weight:bold;
	text-decoration: none;
}
#news a:hover {
	text-decoration: underline;
}
#news .info {
	width:410px;
}
#news .item {
	margin-top:10px;
}
/*_____________project_______________*/
#summaryRef {	
	width:400px;
	margin-left:10px;
}
#summaryRef h1 {
	padding:10px 0px 10px 0px;
}


/*____________*/
.box #copyright {
	font-size:9px;
	color:#666666;
	text-align:right;
	padding-top:10px;
}
.box #copyright a {
	text-decoration: none;
	color: #666666;
	border-bottom: 0px;
}
.box #copyright a:hover {
	border-bottom: 1px dotted #666666;
}
.no-border {
	border:0px;
}
/*________________footer____________________*/
#footer {
	height:48px;
	background-color: #e8e8e8;
	text-align: right;
	padding:0px 0px 0px 0px;
}
#footer ul {
	margin: 0;
	padding: 4px 0px 0px 0px;
	
}
#footer ul li {
	display: inline;
	padding:0px 5px 0px 5px;
	font-size: 10px;	
}
#footer ul li a {
	color:#333333;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;	
}
#footerBottom {
	height:20px;
	background-image: url(../img/footer_bottom.jpg);
	background-repeat: no-repeat;
}

#copyright {
	text-align: right;
	padding:5px 5px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size: 9px;
}
#copyright a {
	color: #333333;
}


#copyright a {
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}
#corida {
	position: absolute;
	bottom:2px;
	left:0px;
}

form.formular {
	margin-bottom:10px;
}
form.formular input {
	width:300px;
	border:1px solid #333333;
}
form.formular input.submit {
	width:100px;
}
form.formular textarea {
	width:300px;
	border:1px solid #333333;
}
form.formular table td {
	text-align: right;
}


#temp {
	height:130px;
}
/*____SITEMAP____*/
#sitemap h1 {
	color:#333333;
}
#sitemap h2 a{
	color:#333333;
	text-decoration:none;
	font-size:12px;
}
#sitemap h3 a{
	color:#333333;
	text-decoration:none;
	font-size:10px;
}
#sitemap h3 a:hover, #sitemap h2 a:hover {
	text-decoration: underline;
}