/*
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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EAF6F6;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	padding-bottom:10px;
	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: Verdana, Geneva, Arial, Helvetica, 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, .left {
	float: left;
}
.floatRight, .right {
	float: right;
}
.nofloat {
	float: none;
}

/* 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-bottom:0px solid white;
}

.relative {
	position: relative;
}
.dot {
	height:1px; 
	background:url(../img/dot.gif) top left repeat-x;
	margin:1em 0;
	clear: both;
}

/*_________________________________________________________*/

#null {
	position: relative;
	width:900px;	
	margin:auto;
	text-align:left;	
	margin-top:20px;	
}

/*__________________ Rozlozeni stranky_____________________*/
#content {
	color:#333333;	
	padding:0px 10px 10px 10px;
	background-color: white;
}

/*___________________Pravy sloupec___________________*/

#colLeft {
	float:left;
	width:260px;
}
#colRight {
	float:right;
	width:610px;
}


/*___________________HEAD___________________________*/
#head {
	position:relative;
	height:118px;
	background-image: url(../img/head.png);	
	background-position: top left;
	background-repeat: no-repeat;
}
#head a#logo {
	display: block;
	height:100px;
	width: 120px;	
	position: absolute;
	top:10px;
	left:45px;
}
#nav {
	position: absolute;
	right:12px;
	bottom:30px;

}
#nav ul {
	list-style: none;
	padding: 0;
	margin:0;	
}
#nav ul li {
	float:left;
	background-image: url(../img/top_li.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding:0px 10px 0px 10px;
}
#nav ul li a {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#lang {
	position: absolute;
	top:10px;
	right:10px;
}
#lang a {
	color:#333333;
	text-decoration: none;
}
#lang a:hover {
	text-decoration: underline;
}
/*_________________SERVICES_________________*/
#services {
	
}
#services .item {
	background-image: url(../img/sevices.png);
	background-repeat: no-repeat;
	padding:2px 5px 0px 5px;
	height:69px;
}
#services .item h2 {
	padding:0px;
	margin:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#333333;
	font-weight: 400;
}
#services .item h2 a {
	color:#333333;
	text-decoration: none;
}
#services .item h2 a:hover {
	text-decoration: underline;
}
#services .item h2 span {
	color:#08652E;
}
#services .item p {
	color: #666666;
	margin-right:24px;
}

/*_________________MENU_________________*/

#menu {
	margin: 0px 0px 10px 0px;
	background-image: url(../img/menuTitle.png);
	background-repeat: no-repeat;
}
#menu ul#main {
	list-style: none;
	padding: 37px 0px 0px 0px;	
	margin:0;	
	font-size: 12px;
	font-weight: 400;	
}
#menu ul#main li {
	display: block !important;
}
#menu ul#main li a{
	display:block;
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: 0 0;	
	color: #333333;
	height:19px;
	_height:24px;
	padding:5px 0px 0px 15px;
	text-decoration: none;
}
#menu ul#main li.active a, #menu ul#main li.active a:hover {
	display:block;	
	background-image: url(../img/li.gif);
	background-position: 0px -24px;
	

}
#menu ul#main li a:hover{
	display:block;
	background-image: url(../img/li.gif);
	background-position: 0px -24px;

	
}
/*_____________NEWS_____________*/
#news {
	margin-top:10px;
}
#news h2 {
	color:#08652E;
	font-size:24px;
	font-weight: 400;
	margin:0;
}
#news .item {
	border-bottom:1px solid #cccccc;
	color:#333333;
	padding:5px 0px 5px 25px;
	background-image: url(../img/news_item.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
}
#news .item p a {
		color:#08652E;
		text-decoration: underline;
}

/*________________Text content____________________*/

#textContent {
	text-align: justify;
	font-size:12px;
	color:#424242;
	line-height: 145%;
	padding-right: 5px;
}
#textContent h1 {
	padding: 0px 0px 2px 0px;
	font-size:20px;
	font-weight: 700;
	margin: 10px 0px 10px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

#textContent h2 {
	margin:10px 0;	
	font-size:12px;
	font-weight: 400;
	color:#000000;
	background-color:#C4D9DA;
	padding:2px;
	
}
#textContent .title h2 {
	color:#08652E;
}
#textContent a {
	color:#08652E;
	text-decoration:underline;
}
#textContent a:hover {
	text-decoration:none;
}

#textContent h3, #textContent h4{
	margin:10px 0;	
	font-size:12px;
	font-weight: 700;
}
#textContent ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#textContent ul li {
	background-image: url(../img/c_ul.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left:15px;
	margin-top:1px;
}

#textContent img {
	margin:5px;
}

/*______________formular__________________*/
form.formular {
	margin-bottom:10px;
}
form.formular input {
	width:300px;	
}
form.formular input.submit, form.obj input.submit {
	width:100px;
	border:0px solid #cccccc;
	padding:5px;
	background-color: #C4D9DA;
}
form.formular textarea {
	width:300px;
	/*border:1px solid #333333;*/
}
form.formular table td {
	text-align: right;
}
form.formular fieldset{background:#ffffff;border:0;margin:6px 0;padding:8px 10px}

form.obj{margin:0;padding:0}

form * {vertical-align:middle}

form.obj fieldset{margin:6px 0;padding:8px 10px;}

#content.green form.obj fieldset {
	 border:1px solid color:#08652E;;
}
#content form.obj fieldset {
	 border:1px solid #cccccc;
}
form.obj input, form.obj textarea, form.obj select {
	border:1px solid #cccccc;
}
form.obj label{display:block;float:left;width:120px;margin:4px 0 4px 16px}

form.obj br{clear:left}

form.obj p.row{margin:2px 0;padding:0 0 0 16px}

form.obj div.r{float:right;width:500px}

form.obj table{/*width:580px*/}

form.obj table td.t1{width:200px;text-align:right}

form.obj fieldset.order {
	border:0px !important;
	background-image: url(../img/bg_send_form.jpg);
	background-repeat: no-repeat;
	/*height:126px;*/
	text-align: center;
}
/*________________list____________________*/
#list {
	
}
#list .item {
	float: left;
	width:200px;
	background-image: url(../img/c_ul.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}
#list .item a  {
	padding-left:10px;
	color:#333333;
	text-decoration: none;
}
#list .item a:hover {
	text-decoration:underline;
}


/*_REREFENCE__*/



#pictRef img {
	margin:5px 5px 5px 5px;
	float:left;
	border: 2px solid #999999;
	/*background-image: url(../img/obr_shadow.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;*/
	padding:2px 2px 2px 2px;
}


#ref {
	text-align: left;
}
#ref .side {
	/*width:230px;	*/
}
#ref .side h3 {
	color:#000000;
	font-size:12px;
	margin:0;
}
#ref .side img {
	float: left;
	/*background-image: url(../img/obr_shadow.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;*/
	border:2px solid #999999;
	padding:2px 2px 2px 2px;
}
#ref .side .box {
	margin-top:5px;
	padding-top:5px;
	width: 200px;
	
}
#ref .side .box a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
#ref .side .box a:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
#ref .side .box h3 a {
	color:#000000;
	font-size:12px;
	font-weight: bold;
}
#ref .side .box h3 a:hover {
	color:#000000;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}

#pages {
	position: absolute;
	right:5px;
	font-weight: 700;
	line-height: 200%;
}
#pages a {
	float:left;
	text-align: center;
	display: block;
	width:26px;
	_width:26px;
	height:23px;
	_height:23px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/page.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color:#000000;
	text-decoration: none;
	
}
#pages a:hover  {
	display: block;
	width:26px;
	_width:26px;
	height:23px;
	_height:23px;
	background-image: url(../img/page.jpg);
	background-position: 0px -23px;
	background-repeat: no-repeat;
	color:#000000;
	
	
}
#pages .active {
	float: left;
	display: block;
	text-align: center;
	width:26px;
	_width:26px;
	height:23px;
	_height:23px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/page.jpg);
	background-position: 0px -23px;
	background-repeat: no-repeat;
	color:#000000;
}




#textContent #summaryRef .box a.black {
	color:black !important;
	text-decoration: none;
}
#textContent #summaryRef .box a:hover.black {
	text-decoration: underline;
}
#summaryRef .box img {
	float: left;
	/*background-image: url(../img/obr_shadow.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;*/
	border: 2px solid #999999;
	padding:2px 2px 2px 2px;
}
#summaryRef h2 {
	color:#333333;
	background-color: transparent;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-image: url(../img/bg_ref_title.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding:5px;
}
#summaryRef .box h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#summaryRef .box h3 a {
	color:#333333;
	text-decoration: none;
}

/*________________footer____________________*/
#footer {
	background-image: url(../img/bg_footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: White;
	/*height:35px;*/
	
}
#footer .con {
	margin:0px 21px 0px 21px;
	padding-top:10px;
	border-top:1px solid #7FAF93;
}
#footer ul {
	position: relative;
	left:50px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	
}
#footer ul li {
	display: inline;
	padding:0px 0px 0px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer ul li a {
	color:#333333;
	padding:0px 5px 0px 5px;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration:underline;	
}

#footer div#footerSub ul li {
	display: inline;
	padding:0px 5px 0px 5px;
	font-size: 10px;
}

.partners {
	/*background-color: #EAEAEA;*/
	padding:5px;
	font-size:11px;
	color:#666666;
}
.partners a {
	color:#666666;
	text-decoration: none;
}

#copyright {
	text-align:right;
	padding:5px 5px 5px 0px;
	margin:1px 0px 0px 0px;
	font-size: 10px;	
	color:black;
}
#copyright a {
	color:#555555;
}


#copyright a {
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}
#faq div.item {
	padding: 5px;
	margin-bottom:5px;
}
#faq div.prvni {
	background-color: #F4F4F4;	
}

/*_______SITEMAP________*/

#sitemap ul {
	margin-left: 5px;
}
#sitemap ul li h2 a {
	color:#333333;
	text-decoration: none;
}
#sitemap ul li h2 a:hover {
	color:#333333;
	text-decoration: underline;
}

#sitemap ul ul li {
	background-image: none;
}
#sitemap ul li h2 {
	font-size: 14px;
}
#sitemap ul ul li h3 a {
	color:#333333;
	font-size:12px;
	text-decoration: none;
	font-weight: 400;
}
#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;
}
/* 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;
}
