/*
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: #666666;
	background-image: url(../img/bg_body.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
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;
}
div.empty {
	width:190px;
	height:340px;
}


/*_________________________________________________________*/

#null {
	width:858px;	
	margin:auto;
	text-align:left;	
}

/*__________________ Rozlozeni stranky_____________________*/
#container {	
	background-image: url(../img/bg_content.png);
	background-repeat: repeat-y;

}
#content {
	background-image: url(../img/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
#mainLeft {
	float: left;
	width: 200px;	
}

#mainRight {
	float:right;
	width:652px;
}

/*___________________Pravy sloupec___________________*/

#colLeft {
	float:left;
	width:450px;
}
#colRight {
	float:right;
	width:192px;
}

/*___________________HEAD___________________________*/
#head {
	position:relative;
	width:858px;
	height:251px;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
}
#head #logo {
	position: absolute;
	top:60px;
	left:10px;
	width:170px;
	height:100px;
}
/*_________________MENU_________________*/

#menu {	
	width:200px;
	/*background-color: #EDF0F4;*/
}

#menu ul#main {
	list-style: none;
	padding: 0;
	margin:0;	
	font-size: 15px;
	font-weight: 700;	
}
#menu ul#main li a{
	display:block;
	background-image: url(../img/li.jpg);	
	background-repeat: no-repeat;
	width:182px;
	_width:192px;
	height:21px;
	_height:31px;
	padding:10px 0px 0px 10px;
	text-decoration: none;
	color:#000000;
}
#menu ul#main li a:hover, #menu ul#main li.choose a{
	display:block;
	background-image: url(../img/li_active.jpg);
	color:black;
	/*width:218px;
	height:37px;*/
}


#menu ul#main li.sub a {
	text-align:right;
	font-weight: 700;	
	font-size:12px;
	background-image: url(../img/li.jpg);
	background-position: 0px 0px;
	height:23px;
	_height:31px;
	padding:8px 5px 0px 0px;
}
#menu ul#main li.sub a:hover {
	font-weight: 700;
	font-size:12px;
	background-image: url(../img/li2.jpg);
	background-position: 0px 0px;
	height:23px;
	_height:31px;
	padding:8px 5px 0px 0px;
	color:white;
}
#menu ul#main li.active a, #menu ul#main li.active a:hover {
	font-weight: 700;
	font-size:12px;
	background-image: url(../img/li2.jpg);
	background-position: 0px 0px;
	height:23px;
	_height:31px;
	padding:8px 5px 0px 0px;
	color:white;
}
/*________________Text content____________________*/

#textContent {
	padding:5px;
	text-align: justify;
	font-size:12px;
	color:#cccccc;
	line-height: 145%;
}
#textContent h1 {
	padding: 0px 0px 2px 0px;
	font-size:19px;
	font-weight: 400;
	margin: 10px 0px 10px 0px;
	color:#E1790A;
}

#textContent h2 {
	margin:10px 0;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: 700;
	color:#E1790A;
}
#textContent a {
	color:#E1790A;
	text-decoration:underline;
}
#textContent a:hover {
	text-decoration:none;
}

#textContent h3, #textContent h4{
	margin:10px 0;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 700;
	color:#E1790A;
}
#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: 6px 8px;
	padding-left:14px;
	margin-top:1px;
}

#textContent img {
	margin:5px;
}
#gallery a, #gallery a:hover {
	text-decoration:none;
}
#gallery img {
	border:2px solid #999999;
	margin:5px;
}
#gallery img:hover {
	border:2px solid #333333;
}

/*_____NOVINKY______*/
.video_news {
	width:192px;
	height:152px;
	background-image: url(../img/video_news2.jpg);
	background-repeat: no-repeat;

}
#colRight .video_news a {
	display:block;
	width:185px;
	height:80px;
}


#news {
	margin-left:10px;
	margin-top:10px;
	width:178px;
}

#news .item {
	color:#333333;
}
#news .item .date {
	color:#E1790A;
	font-weight: bold;
	font-size:11px;
}
#news .item h4 {
	margin:0;
	padding:0px 0px 0px 0px;
	font-size:11px;
	font-weight: 700;
	color:black;
}
#news .item img {
	float: left;
	margin:0px 5px 0px 0px;
	width:50px;
	height:50px;
	border:1px solid black;
}
#news .item p {
	margin:0;
	padding:0;
	font-size:11px;
}
#news .item .more {
	text-align: right;
	font-size:10px;	
}
#news .item a {
	color:#E1790A;
	text-decoration: none;
	
}
#news .item a:hover {
	text-decoration: underline;
	
}
#bazar .item {
	background-color: #505050;
	padding:5px;
	margin-bottom:5px;
}
#bazar .item img {
	float: left;
}
#bazar .item h2 {
	padding:0px;
	margin:0px;
}
#bazar .item .typ {
	color:red;
}
#bazar .item em {
	font-size: 11px;
}
#bazar .item p.clearer {
	border-top:1px dashed #666666;
}


/*______________formular__________________*/
form.formular {
	margin-bottom:10px;
}
form.formular input {
	width:300px;	
}
form.formular input.submit, form.obj input.submit {
	width:150px;
	border:1px solid black;
	padding:5px;
	background-color: ;
}
form.formular textarea {
	width:300px;
	/*border:1px solid #333333;*/
}
form.formular table td {
	text-align: right;
}
form.formular fieldset{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:110px;margin:4px 0 4px 16px}

form.obj label span {
	color:#e1790a;
}

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;
}

/*________________footer____________________*/
#footer{
	position: relative;
	height:122px;
	background-image: url(../img/bg_footer.jpg);
	background-position: right;
	text-align: right;
	padding:0px 0px 0px 0px;	
}

#footer #contact {
	position: absolute;
	top:0px;
	left:0px;
	background-image: url(../img/legs.jpg);
	background-repeat: no-repeat;
	height:122px;
	width:192px;
}
#footer ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
	
}
#footer ul li {
	display: inline;
	padding:0px 5px 0px 5px;
	font-size: 12px;
}
#footer ul li a {
	color:#ffffff;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;	
}
#copyright {
	text-align:right;
	padding:32px 5px 0px 0px;
	margin:1px 0px 0px 0px;
	font-size: 10px;	
	color:silver;
}
#copyright a {
	color: silver;
}


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

/*_______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 {
	font-size:12px;
	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;
}

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

