/*
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-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: white;
	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-size: 11px;
	line-height: 145%;
	
}
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:980px;	
	margin:auto;
	text-align:left;	
}




/*__________________ Rozlozeni stranky_____________________*/
#content {
	color:#333333;	
	padding:0px 0px 0px 0px;
	background-image: url(../img/bg_content.gif);
	background-repeat: repeat-y;
	background-color: white;
	margin:0px 0px 0px 0px;
}

/*___________________Pravy sloupec___________________*/

#colLeft {
	float:left;
	width:252px;
}
#colRight {
	float:right;
	width:680px;
	padding-right:20px;
}

#colLeft .con {
	padding-left:16px;
}

/*___________________HEAD___________________________*/
#head {	
	position:relative;
	background-image: url(../img/bg_head.jpg);		
	background-repeat: no-repeat;
	background-color: White;	
	height: 250px;
}
#head a#logo {
	display: block;
	height:100px;
	width: 120px;	
	position: absolute;
	top:65px;
	left:30px;
}
#nav {
	text-align: right;
	padding:5px 15px 0px 0px;
}
#nav a {
	color:black;
	text-decoration: none;
	padding:0px 5px 0px 5px;
}
#nav a:hover {
	text-decoration: underline;
}
#flash {
	position:absolute;
	right:1px;
	top:0px;
}
#topMenu {	
	height: 31px;
	padding: 0px 0px 20px 11px;	
	margin-left:5px;
}
#topMenu ul {
	list-style: none;
	padding: 0;
	margin:0;	
}
#topMenu ul li {
	float: left;
	display: block;
}
#topMenu ul li a {	
	display:block;	
	height:19px;	
	width:156px;
	text-align: center;
	color: white;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 2px;
	font-size:16px;
	font-weight: 700;
	text-decoration: none;
	background-image: url(../img/bg_top.jpg);
	background-repeat: repeat-x;
}
#topMenu ul li a:hover, #topMenu ul li.active a {
	text-decoration: none;
	background-image: url(../img/bg_top_active.jpg);
	background-repeat: repeat-x;
	color:white;
}

/*_________________MENU_________________*/
#colLeft .con h2 {
	background-color: #ff6600;
	color:white;
	font-size:14px;
	padding:5px;
}
#menu {
	margin: 0px 0px 10px 0px;
}
#menu ul#main {
	list-style: none;
	padding: 0px 0px 0px 0px;	
	margin:0;	
	font-size: 14px;
	font-weight: 400;	
}
#menu ul#main li {
	display: block;
}
#menu ul#main li a{
	display:block;	
	background-image: url(../img/menu_li.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
	color: #333333;
	height:20px;
	_height:25px;
	padding:5px 0px 0px 15px;
	margin:2px 0px 2px 0px;
	text-decoration: none;
}
#menu ul#main li.active a, #menu ul#main li.active a:hover {
	display:block;	
	background-image: url(../img/menu_li.jpg);
	background-position: 0px -25px;
	color:white;	
}
#menu ul#main li a:hover{
	display:block;
	color:white;
	background-image: url(../img/menu_li.jpg);
	background-position: 0px -25px;

	
}

/*________________Text content____________________*/

#textContent {
	text-align: justify;
	font-size:14px;
	color:#666666;
	line-height: 145%;
}
#textContent h1 {
	padding: 0px 0px 2px 0px;
	font-size:20px;
	font-weight: 700;
	margin: 10px 0px 10px 0px;
	color: #333333;
}

#textContent h2 {
	margin:10px 0;	
	font-size:16px;
	font-weight: 700;
	color:#000000;
	
}
#textContent h2 a {
	text-decoration: none;
	color:black;
}
#textContent h2 a:hover {
	text-decoration: underline;
}
#textContent .title h2 {
	color:#08652E;
}
#textContent a {
	color:#FF6600;
	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: 4px 8px;
	padding-left:15px;
	margin-top:1px;
}

#textContent img {
	margin:5px;
}

#gallery h2 {
	font-size:18px;
	color:#688395;
	font-weight:400;
	background-image: url(../img/bg_gallery.gif);
	background-repeat: no-repeat;
	padding:0px 0px 10px 0px;
	background-position: left bottom;
}
#gallery a {
	display: block;
	float: left;
	padding:5px 5px 4px 5px;
	background-image: url(../img/bg_picture.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*______________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;
	 background-color: white;
}
form.obj input, form.obj textarea, form.obj select {
	border:1px solid #cccccc;
}
form.obj label{display:block;float:left;width:180px;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;*/
	background-color: white !important;
	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;
	
}
#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 .box h2 a {
	color:#08652E;
	text-decoration: none;
}
#summaryRef .box h2 a:hover {
	text-decoration: underline;
}

/*________________News_______________________*/

#colLeft	.con h3 {
	font-size:16px;
	color:#ff6600;
}
#colLeft .con .item h4 {
	color: #74C424;
	font-size:14px;
}
#colLeft .con .item {
	color:#666666;
	
}
#colLeft .con .item h5 {
	font-size:12px;
	font-weight: 400;
	margin:0px;
	padding:0px;
}
#colLeft .con .item a {
	color:#ff6600;
	text-decoration:none;
}
#colLeft .con .item a:hover {
	text-decoration: underline;
}
#colLeft .con .item .more {
	text-align: right;
	padding-right:15px;
}

/*________________footer____________________*/
#footer {
	background-image: url(../img/bg_footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: White;
	height:30px;
}
#footer .con {
	margin:0px 21px 0px 21px;
	padding-top:10px;
}
#footer .con a {
	color:#333333;
	text-decoration: none;
}
#footer .con a:hover {
	text-decoration: underline;
}
#footer ul {
	position: relative;
	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:#666666;
}
#copyright a {
	color:#666666;
}


#copyright a {
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}

/*_______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;
}