/*
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:#333333;
	background-color: #333333;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat;
}
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 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;
}
/*_________________________________________________________*/
#zero {
	position: absolute;
	top:69px;
	left:0px;
	background-image: url(../img/bg_zero.jpg);
	background-repeat: repeat;
	height:144px;
	width:100%;
}
#null {
	width:700px;
	margin:auto;
	text-align:left;		
}
#content {
	width:700px;
	background-image: url(../img/bg_null.gif);
	background-repeat: repeat-y;
	background-position: right top;	
}
/*__________________ Rozlozeni stranky_____________________*/
#head {
	position: relative;
	height:222px;
	width:700px;	
}
#head #logo {
	display: block;
	height:220px;
	width:180px;
}
#head h1 {
	text-align:justify;
	font-weight: normal;
	font-size:12px;

}
#topMenu {	
	background-image: url(../img/bg_topMenu.jpg);
	background-repeat: repeat-x;
	padding-left:0px;
	width:700px;
	height:39px;
}
#topMenu ul{
	margin:0px;
	padding:0px 0px 0px 6px;
	margin-top:0px;
	list-style: none;
}
#topMenu ul li {
	float:left;	
}
#topMenu ul li a {
	display: block;
	float:left;	
	width:137px;
	height:31px;
	_height:39px;
	background-image: url(../img/top_li.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color:white;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	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-position: 0px -39px;
	text-decoration: underline;
}
#head #flash {
	height:147px;
	background-image: url(../img/flash.jpg);
	background-repeat: no-repeat;	
}
#head #nav {
	background-image: url(../img/bg_nav.jpg);
	background-repeat: repeat-x;
	height:18px;
	color:white;	
	position: relative;
}
#head #nav .title {
	position: absolute;
	left:7px;
	width:140px;
	height:18px;
	background-image: url(../img/bg_nav_title.jpg);
	background-repeat: repeat-x;
}
#head #nav .title span {
	padding-left:10px;
	font-weight:700;
}
#head #nav .fastNav {
	position: absolute;
	left:180px;
}
#head #nav .newsTitle {
	position:absolute;	
	right:5px;
	height:18px;
	width:164px;
	background-color: #DE5D04;
	color:white;
	text-align: center;
	font-weight: bold;
}
/*__________________ Rozlozeni stranky_____________________*/

/*___________________Levy sloupec___________________*/
#mainLeft {
	float:left;
	width: 140px;
/*	border:1px solid blue;*/
}

/*___Menu___*/
#menu {
	margin-left:7px;
	padding:0px 0px 0px 0px;
	border-left:1px solid #CDCCC7;
	border-bottom:1px solid #CDCCC7;
	background-color: white;
}
#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.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width:132px;
	_width:140px;
	height:20px;
	_height:25px;
	color: #056035;
	font-size:9pt;
	padding:5px 0px 0px 8px;
	text-decoration: none;
}
#menu ul#main li.par a{
	background-position: 0px -25px;
}

#menu ul#main li a:hover{
	display:block;	
	font-weight: 700;	
}
#menu ul#main li.active {
	font-weight:700;
}
#mainRight {
	float:right;
	width: 550px;
}
/*_________text na strance_________*/
#text {
	padding:0px 10px 10px 5px;
	text-align: justify;
	background-image: url(../img/bg_text.jpg);
	background-repeat: no-repeat;
}
#text h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#045E07;
	font-size:17px;
	font-weight: 700;
}
#text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#045E07;
}

#text a {
	color:#045E07;
}

#text ul {
	list-style: none;
	/*margin:0;
	padding:0;*/
}
#text ul li {
	background-image: url(../img/ul-green.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	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;
}

#pages {
	padding-top:15px;
	text-align: right;
}

/*____________*/
.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;
}
/*____HOMEPAGE____*/
#colLeft {
	float:left;
	width:375px;	
}
#colLeft #text {
	background-image: url(../img/bg_homepage.jpg);
	background-repeat: no-repeat;
}
#colRight {
	float:right;
	width:165px;
	_width:169px;
	padding-right:4px;
}
#news {
	margin-top:2px;
	background-image: url(../img/bg_news.gif);
	background-repeat: repeat-y;
}
#news .top {
	height:10px;
	background-image: url(../img/bg_news_top.gif);
	background-repeat: no-repeat;	
}
#news .end {
	height:20px;
	background-image: url(../img/bg_news_end.gif);
	background-repeat: no-repeat;	
}
#news .box {
	position: relative;
	padding:0px 4px 5px 10px;
	font-size: 11px;
}
#news .box h4 {
	font-size:11px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
#news .box a {
	color:#045e07;
	text-decoration:none;
}
#news .box a:hover {
	text-decoration: underline;
}
#news .box .more {
	text-align: right;
	font-size: 10px;

}
/*__katalog___*/
#katalog {
	width: 520px;	
	margin-top:10px;	
}
#katalog .side .box .th {
	background-color: #9B9B9B;
}
#katalog .side {
	width:250px;	
}
#katalog .side .box .title {
	float:left;
	width:150px;
	padding-left:4px;
}
#katalog .side .box .gray {
	background-color: #C4C4C4;
}
#pictRef {
	margin-top:10px;
}
#pictRef .box {
	float:left;
	padding:6px 14px 4px 14px;
	border:1px solid black;
	background-color: white;	
	text-align: center;
	margin:4px 4px 4px 4px;
}
#pictRef img {
/*	margin:0px 5px 0px 5px;*/
/*	float:left;	*/
/*	padding:6px 6px 6px 6px;*/
	border:1px solid black;
}


/*________________footer____________________*/
#footer {
	height:40px;
	width:700px;
	background-color: #EDEDE5;
	text-align: right;	
	padding:4px 0px 0px 0px;
}
#footer ul {
	margin:0;
	padding: 5px 0px 5px 0px;
	background-color: #D4D3CE;
	
	
}
#footer ul li {
	display: inline;
	padding:0px 5px 0px 5px;
	font-size: 10px;
	color:#333333;
}
#footer ul li a {
	color:#333333;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;	
}
#footer .border {
}
#copyright {
	text-align: right;
	padding:0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size: 10px;	
	color:#333333;
}
#copyright a {
	color: #333333;
}
#copyright a {
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}

.fastContact {
	padding-left:10px;
	text-align: center;
}
.fastContact a {
	color:#045e07;
	text-decoration: none;
}
.fastContact a:hover {
	text-decoration: underline;
}
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;
}
#lang {
	position: relative;
	background-color: #edede5;
	height:18px;
}
#lang div {
	position:absolute;
	right:5px;
	top:3px;
}