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

/* Elements*/

body {	
	margin: 0;
	padding: 0;	
	text-align: center;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 11px;
	background-color: #666666;
	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: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 11px;
	letter-spacing:1px;	
}
ul, ol {
	display:block; 
	border:0; 
	margin:0px 0px 0px 10px; 
	padding:0;
}
form {
	margin: 0;
	padding: 0;
}
/* Floating */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

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

.clearer {
	clear: both;
}
.noscreen {
	display: none;
}
a img {
	border: 0;
}


/*_________________________________________________________*/

#null {
	width:852px;
	margin:auto;
	text-align:center;	
	background-image: url(../img/bg_null.png);
	background-repeat: repeat-y;
	
}

/*__________________ Rozlozeni stranky_____________________*/
#content {
	margin: auto;
	text-align: left;
	width:820px;
	_width:822px;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat-y;
	border: 1px solid black;	
}
/*___________________Levy sloupec___________________*/
#colLeft {
	float:left;
	width: 648px;
}

#mainLeft {
	float: left;
	width: 182px;
}

#mainRight {
	float:right;
	width:464px;
}
#head {
	position:relative;
	width:820px;
	height:178px;	
	background-image: url(../img/bg_head.jpg);
	background-repeat: repeat-x;
	position:relative;
	border-bottom: 1px solid black;
}
#head a#logo {
	display: block;
	height:150px;
	width: 150px;	
}
#head #lng {
	position: absolute;
	top:10px;
	right:15px;
}
#head #nav {
	position: absolute;
	top:150px;
	left:600px;
}
#head #nav a {
	color:white;
	text-decoration: none;
	margin-right:5px;
}
#head #nav a:hover {
	text-decoration: underline;
}
/*___________________Pravy sloupec___________________*/
#colRight {
	float: right;
	width: 169px;
}
/*_________________MENU_________________*/
#main {
	list-style: none;
	margin:0px;
	padding:0px;
}
#main li a {
	display:block;	
	height:21px;
	width:165px;
	_width:180px;
	padding-left:15px;
	background-image: url(../img/ul1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	color:#333333;
}
#main li a:hover {
	width:165px;
	_width:180px;
	/*padding-left:25px;*/
	background-image: url(../img/ul1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -22px;
}
#sub {
	margin:0px;
	padding:0px;
	list-style: none;
}
#sub li {
	width:184px;
	background-image: url(../img/ul2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -18px;
}
#sub li a {
	display:block;
	width:178px;
	height:18px;	
	text-align:right;
	padding:0px 0px 0px 0px;
	background-image: url(../img/ul2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -18px;
	font-size:10px;
	font-weight:normal;
	color:#333333;
}
#sub li a:hover {
	width:179px;	
	height:18px;
	background-image: url(../img/ul2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}



/*________________Levy sloupec___________________*/
#mainLeft #nextItem {
	margin-top:40px;
	color:#333333;
}
#nextItem .box {
	height: 26px;
	padding:5px 0px 0px 20px;	
	background-image: url(../img/bg_leftBox.png);
	background-repeat: no-repeat;	
	font-size:12px;
	font-weight: bold;
}
.infoBox {
	padding-left:15px;
	font-size: 10px;
}
.infoBox p {
	padding: 0;
	margin:0px 0px 6px 0px;
}
.infoBox img {
	vertical-align: middle;
	margin-right:2px;
}
.infoBox a {
	color:#333333;
	text-decoration: none;
}
.infoBox a:hover {
	border-bottom:1px dotted #333333;
}

/*________________Text content____________________*/

#textContent {
	padding:10px;
	text-align: justify;
}
#textContent b, #textContent strong {
}
#textContent h1 {
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #536F4A;
}
#textContent h2 {
	color: #4F7751;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
}
#textContent h3, #textContent h4{
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
}
 
#textContent h5 , #textContent h6 {
	font-size:10px;
}
#textContent h2 a {
	color:#9CB793;
	text-decoration: none;
}

#textContent h2 a:hover {
	text-decoration: underline;
}
#textContent ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#textContent ul li {
	background-image: url(../img/square.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:12px;
	margin-bottom:5px;
}
#textContent p img {
	margin:5px;
}
#textContent .kontakt {
	border-bottom: 1px solid white;
	margin-top:10px;
	padding-bottom:5px;
}
#textContent a {
	color:#9cb793;
	text-decoration:none;
	border-bottom:1px dotted #9cb793;	
}
#textContent a:hover {
	color:#536f4a;
}
#news h4 {
	font-size:12px;
	height:21px;
	padding:2px 0px 0px 2px;	
	margin: 0;
	background-image: url(../img/bg_news.png);
	background-repeat: no-repeat;
	background-position: right;
}

#news .box {
	border-bottom: 1px solid #C1D2BB;
	padding:5px 0px 10px 5px;
	margin-bottom:5px;
}
#news .box h3 {
	color:#ff9900;
	margin:0;
	padding:0;
	font-size:12px;
	text-align: left;
}
#news .box img {
	float:left;
	margin:5px 5px 5px 0px;
}
#news .box a {
	color:#333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
#news .box a:hover {
	border-bottom: 1px solid #333333;
}
/*_____________________________ fotogaleri_________________________________*/
#gallery {
	padding-right:4px;
	text-align:center;
}
#gallery .obr a {
	width:138px;
	height:93px;
	margin:5px 0px 0px 3px;
	text-align: left;
	background-image: url(../img/bgImg.jpg);
	background-repeat: no-repeat;
	background-position: -2px -2px;
	float: left;
}
#gallery .obr a:hover {
	background-image: none;
}
#gallery .obr img {
	border: 0;
}
#gallery #pages {
	width:420px;
	margin:10px 0px 10px 5px;
	border-bottom:1px solid #B3C8AC;
	text-align: right;
	color: #B3C8AC;
	font-weight: bold;
}
#gallery #pages a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#gallery #pages a:hover {
	text-decoration: none;
	font-weight: bold;
}
/*________________footer____________________*/
#footer {
	height:24px;
	width:820px;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-right:2px;
	padding-top:4px;
}
#footer ul {
	margin: 0;
	padding: 5px 0;
}
#footer ul li {
	display: inline;
	background-image: url(../img/liFooter.png);
	background-repeat: no-repeat;
	background-position: right;		
	padding:0px 10px 0px 5px;
}
#footer a {
	color:#333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#copyright {
	font-size:9px;
	color:#333333;
	text-align: right;
	padding-right:10px;
}

/*_______SITEMAP________*/

#sitemap ul {
	margin-left: 5px;
}
#sitemap ul ul li {
	background-image: none;
}
#sitemap ul li h2 {
	font-size: 14px;
}
#sitemap ul ul li h3 a {
	color: #9CB793;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
}
#sitemap ul ul li h3 a:hover {
	text-decoration: underline;
}
#sitemap ul ul ul {
	margin-left:15px;
	background-image: none;
}
#sitemap ul ul ul li h4 a {
	color:white;
	font-size: 10px;
	text-decoration: none;
}

#sitemap ul ul ul li h4 a:hover {
	text-decoration:underline;
}
/*_____Info______*/
#info {
	padding-left:4px;
}
#info p {
	padding: 0;
	margin:2px 0px 4px 0px;
}
#info img {
	vertical-align: middle;
	margin-right:4px;
}
#info a {
	color:#333333;
	text-decoration: none;
}
#info a:hover {
	border-bottom:1px dotted #333333;
}
#info #address {
	margin-left:15px;
	font-size:10px;
}
/*______Formular_______*/
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;
}
/* pridano kvuli tinyMCE a spravnemu zobrazeni fontu*/
.fontSize1{
	font-size:8px;
}
.fontSize2{
	font-size:10px;
}
.fontSize3{
	font-size:12px;
}
.fontSize4{
	font-size:14px;
}
.fontSize5{
	font-size:18px;
}
.fontSize6{
	font-size:24px;
}
.fontSize7{
	font-size:36px;
}	
