	/*
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: #041070;
	color:white;
	/*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;
}


/*_________________________________________________________*/

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

/*__________________ Rozlozeni stranky_____________________*/
#container {	
	background-position: right;
	width:820px;

}
#content {
	background-color: #121BC1;

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

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

/*___________________Pravy sloupec___________________*/

#colLeft {
	float:left;

}
#colRight {
}

/*___________________HEAD___________________________*/
#head {
	position:relative;
	width:820px;
}

#topMenu {	
	padding-left:1px;
	width:820px;
	height:25px;	
	background-image: url(../img/bg_topMenu.gif);
	background-repeat: repeat-x;
}
#topMenu ul{
	margin:0px;
	padding:0px;
	margin-top:0px;
	list-style: none;
}
#topMenu ul li {
	float:left;	
}
#topMenu ul li a {
	display: block;
	float:left;	
	width:100px;
	height:20px;
	font-family: "Times New Roman", Times, serif;
	color:white;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	padding:5px 0px 0px 0px;
}

#topMenu ul li a:hover {
	background-color: #ad9f12;
	text-decoration: none;
}



/*________________Services__________*/
#service {
	margin:0px 0px 0px 30px;		
}
#service .item p {
	margin:0px;
	padding:0px;
}

/*_________________MENU_________________*/

ul#menu {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

ul#menu  li a {
  display: block;
  height: 25px;
  text-align: center;
  background-color: #2754F9;
  color: #ffffff;
  text-decoration: none;
  padding-top:5px;
  margin:10px;
  font-family: "Times New Roman", Times, serif;
  font-weight:700;
  font-size: 14px;
}
ul#menu li a:hover, ul#menu li.active a{
	background-color: #AD9F12;
	color:white;	
}


/*________________Text content____________________*/

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

#textContent h2 {
	margin:10px 0;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: 700;
}
#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;

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


#inzeratTitle {
	width:485px;
	height:45px;
	background-image: url(../img/inzerat_title.jpg);
	background-repeat: no-repeat;
}
#inzeratTitle h2 {
	font-weight:bold;
	margin:0;
	padding:22px 0px 0px 5px;
	font-size:12px;
}


/*_____NOVINKY______*/
#news {	
	width:179px;
	background-color: #DCDCDC;
}

#news .item {
	color:#333333;
	padding:10px;
}
#news .item .date {
	color:#E1790A;
	font-weight: bold;
	font-size:11px;
}
#news .item h4 {
	margin:0;
	padding:0px 0px 0px 0px;
	font-size:12px;
	font-weight: 700;
	font-style: italic;
	color:#333333;
}
#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;
	
}


/*______________formular__________________*/
form.formular {
	margin-bottom:10px;
}
form.formular input {
	width:280px;	
	border:1px solid #999999;
}
form.formular input.submit {
	width:100px;
	/*border:1px solid #cccccc;*/
}
form.formular textarea {
	width:280px;
	height: 80px;
	border:1px solid #999999;
	
}
form.formular table td {
	text-align: left;
}
form.formular fieldset{background: #f0f0f0;border:0;margin:6px 0;padding:8px 10px}

form.formular table td.nice {
	width:250px;
	vertical-align: top;
}
form.formular fieldset, form.formular fieldset p  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*____INZERAT____*/
table.inzerat {
	table-layout: fixed;
	border-collapse: collapse;
	width:485px;
}
table.inzerat th{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: left;
}
table.inzerat td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:4px;
	
}
table.inzerat td.suda {
	background-color: #f0f0f0;
}
table#inzeratItem {
	width:485px;
}
table#inzeratItem td {
	padding:4px;
	font-size:10px;
	background-color: #F0F0F0;
}
table#inzeratItem td.title {
	font-weight:700;
	text-align: right;
	width:80px;
	vertical-align: top !important;
	padding:5px 4px 5px 4px;	
	background-color: #DCDCDC;
}


/*________________footer____________________*/
#footer{
	position: relative;
	height:25px;
	width: 820px;
	background-image: url(../img/bg_topMenu.gif);
	background-repeat: repeat-x;
	background-position: right top;
	text-align: left;
	padding:0px 0px 0px 0px;	
}

#footer ul {
	margin: 0;
	padding: 5px 0px 0px 0px;
	position: relative;
	width:680px;
	left:0px;
	
}
#footer ul li {
	display: inline;
	padding:0px 5px 0px 5px;
	font-size: 10px;
}
#footer ul li a {
	color:white;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;	
}
#copyright {
	text-align:right;
	padding:5px 10px 0px 0px;
	margin:1px 0px 0px 0px;
	font-size: 10px;	
	color:#333333;
}
#footer #copyright a {
	color: #333333;
	text-decoration:none;
}
#footer #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;
}

