/*
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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(../img/bg_null.png);
	background-repeat: repeat-x;	
}
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: 12px;
	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 {
	clear: both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.noscreen {
	display: none;
}
a img {
	border: 0;
}
.noborder {
	border-bottom:0px solid white;
}


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


/*_________________________________________________________*/

#null {
	width:955px;	
	margin:auto;
	text-align:left;	
	margin-top:5px;
	color:black;
}

/*__________________ Rozlozeni stranky_____________________*/
#container {
	background-color: White;
}
#content {
	width:955px;
	background-image: url(../img/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#mainLeft {
	float: left;
	width: 140px;
	padding-left:2px;	
}

#mainRight {
	float:right;
	width:800px;

}
#mainLeft .box {
	background-color:#EDF8FC;
}
/*___________________Pravy sloupec___________________*/
#colLeft {
	float:left;
	width: 575px;


}
#colRight {
	float: right;
	width: 209px;
	padding-right:2px;

}

/*___________________HEAD___________________________*/
#head {
	position:relative;
	width:955px;
	height:312px;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-color: White;
}
#head #boxHome {
	position:absolute;
	display: block;
	top:0px;
	left:35px;
	width:171px;
	height:103px;
	z-index: 3;
}
#head #boxPovolenka {
	position:absolute;
	display: block;
	top:2px;
	left:265px;
	width:280px;
	height:128px;
}
#head #boxVanoce {
	position:absolute;
	display: block;
	bottom:4px;
	right:0px;
	/*width:206px;
	height:191px;*/
	/*background-image: url(../img/povolenka-vanoce.jpg);
	background-repeat: no-repeat;*/
}
/*_________________MENU_________________*/

#menu {	
}
#menu ul#main {
	list-style: none;
	padding: 0;
	margin:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
}
#menu ul#main li a{
	display:block;
	background-image: url(../img/li.jpg);
	background-position: 0px -37px;
	width:114px;
	_width:139px;
	height:25px;
	_height:37px;
	padding:12px 0px 0px 25px;
	text-decoration: none;
	color:#333333;
}
#menu ul#main li a:hover, #menu ul#main li.choose a{
	display:block;
	background-image: url(../img/li.jpg);
	background-position: 0px 0px;
	width:114px;
	_width:139px;
	height:25px;
	_height:37px;
	padding:12px 0px 0px 25px;
	text-decoration: none;
	color:white;
}
#menu ul#main li.sub a {
	font-weight: 400;	
	font-size:11px;
	background-image: url(../img/li2.jpg);
	background-position: 0px 0px;
	width:129px;
	_width:139px;
	height:19px;
	_height:24px;
	padding:5px 0px 0px 10px;
	color:#333333;
}
#menu ul#main li.sub a:hover, #menu ul#main li.active a {
	font-weight: 400;
	font-size:11px;
	background-image: url(../img/li2.jpg);
	background-position: 0px -24px;
	width:129px;
	_width:139px;
	height:19px;
	_height:24px;
	padding:5px 0px 0px 10px;
	color:white;
}
/*________________Text content____________________*/

#textContent {
	padding:0px;
	text-align: justify;
	font-size:12px;
	color:#424242;
	line-height: 145%;
}

#textContent h1 {
	padding: 0px 0px 2px 0px;
	font-size:19px;
	color: #544430;
	font-weight: 400;
	margin: 30px 0px 10px 0px;
}
#textContent h2 {
	margin:10px 0;	
	font-size:13px;
	font-weight: 700;
	color:#000000;
}
#textContent a {
	color:#544430;
	text-decoration:underline;
}
#textContent a:hover {
	text-decoration:none;
}

#textContent h3, #textContent h4{
	margin:10px 0;	
	font-size:12px;
	font-weight: 700;
	color:#000000;
}
#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 6px;
	padding-left:14px;
	margin-top:1px;
}

#textContent img {
	margin:5px;
}

/*___fotogalerie___*/
#gallery {
	padding:10px 0px 10px 0px;
}
#textContent #gallery h1 {
	color:#544430;
	font-size:14px;
	margin:0px 0px 0px 0px;
	font-weight:700px;
	
}
#gallery a, #gallery a:hover {
	text-decoration:none;
}
#gallery .obr img {
	border:0px solid white;
	margin:10px;
}
#gallery img:hover {	
}
#gallery .reklama {
	letter-spacing: 2px;
	color:#dd0000;
	height:20px;
	background-image: url(../img/titles.png);
	background-repeat: repeat-x;
}
#gallery .reklama a {
	color:#dd0000;
	padding-left:10px;
}
/*_____NOVINKY______*/
#news {
	/*width:205px;
	background-color: white;
	border:1px solid #75C2E0;
	padding:1px;*/
}

#news .item {
	padding:4px;
	font-size:12px;
	color:white;
	border-bottom: 1px dotted white;
}
#news .black {
	color:#000000;
}
#news .item h4 {
	margin:0;
	padding:0px 0px 5px 0px;
	font-size:12px;
	font-weight: 600;
}
#news .item img {
	float: left;
	margin:0px 5px 0px 0px;
	width:50px;
	height:50px;
}
#news .item p {
	margin:0;
	padding:0;
}
#news .item p a {
	color:white;
}
#news .item .more {
	text-align: right;
	
}
#news .item .more a {
	color:#58241C;
	text-decoration: none;
	
}
#news .item .more a:hover {
	color:#58241C;
	text-decoration: underline;
	
}
.title {
	height: 29px;
	_height:37px;
	padding:8px 0px 0px 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	background-image: url(../img/titles.png);
	background-repeat: repeat-x;
}

.box_border {
	border:1px solid #75c2e0;
	padding:2px;	
}
.box_in {
	background-color: #75c2e0;
	padding:4px;
}

#pages {
	text-align: right;
	font-size:11	px;
}
#pages a {
	color:black;
	text-decoration: none;
	font-weight: bold;
}
#pages a:hover {
	text-decoration: underline;
}
/*______________formular__________________*/
form.formular {
	margin-bottom:10px;
}
form.formular input {
	width:300px;	
}
form.formular input.submit {
	width:100px;
	/*border:1px solid #cccccc;*/
}
form.formular textarea {
	width:300px;
	/*border:1px solid #333333;*/
}
form.formular table td {
	text-align: right;
}
form.formular fieldset{background:#e1f2f9;border:0;margin:6px 0;padding:8px 10px}

/*________________footer____________________*/
#footer {
	height:63px;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;	
	background-position: bottom left;
	text-align: right;
	padding:0px 15px 0px 0px;
}
#footer ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
	
}
#footer ul li {
	display: inline;
	padding:0px 5px 0px 5px;
	font-size: 12px;
	color:#333333;
}
#footer ul li a {
	color:#333333;
	text-decoration:underline;
}
#footer ul li a:hover {
	text-decoration:underline;	
}
#copyright {
	text-align:right;
	padding:22px 0px 0px 0px;
	margin:1px 0px 0px 0px;
	font-size: 10px;	
	color:#424242;
}
#copyright a {
	color: #333333;
}


#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 z puvodni coridy */
#textContent div.tel{float:left;margin-right:10px}

#textContent div.tel h2{width:120px;height:16px;font-size:1.0em;font-weight:bold;text-align:center;color:#d00}

#textContent div.tel p{text-align:center}

#textContent h2.hd{font-size:1.2em; color:#2092c3;margin:2em 0 0.5em 0;padding:0}

#textContent p.question{font-weight:bold;color:#2092c3 !important}

#textContent p.answer{padding-left:30px}

p.what{margin-bottom:0 !important;padding-bottom:0 !important}

p.who{font-weight:bold;color:#447a3e !important;text-align:right;font-style:italic;margin-top:4px !important;padding-top:0 !important}

table.cenik{margin:1em auto;background:#74c1e0;width:100%;border:1px solid #78cbed;border-collapse:collapse}

table.cenik td, table.cenik th{border-bottom:1px solid #78cbed;padding:4px 8px; font-size:10px;text-align:center; }

table.cenik th{color:#fff}

table.cenik td{background:#f8fcff; font-size:11px;}

table.cenik th.c1, table.cenik td.c1{text-align:left;padding-left:12px}

table.cenik th.c2, table.cenik th.c3, table.cenik th.c4{width:100px}

table.cenik td.bonus {
	color:#dd0000;
	font-size:11px;
	letter-spacing: 0px;
	font-weight:bold;
}


table.phoneBook{margin:1em auto;background:#74c1e0;width:100%;border:1px solid #78cbed;border-collapse:collapse}

table.phoneBook td, table.phoneBook th{border-bottom:1px solid #78cbed;padding:4px 8px; font-size:10px;text-align:center; }

table.phoneBook th{color:#fff}

table.phoneBook td{background:#f8fcff; font-size:9px;}

table.phoneBook th.c1, table.cenik td.c1{padding-left:12px;}


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

form * {vertical-align:middle}

form.obj fieldset{background:#e1f2f9;border:0;margin:6px 0;padding:8px 10px}

form.obj label{display:block;float:left;width:180px;margin:4px 0 0 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}

#nl {font-size:0.85em}

#nl h5 {
	color:white;
	font-size:12px;
	font-weight:600;
	margin:2px;
}

#nl p{text-align:justify;margin:0;padding:0}

#nl form{margin:8px 0 0;}

#nl form p{text-align:right !important;line-height:5px}

#nl form input.txt{width:187px;padding:2px 3px;border:1px solid #7d7d7d;background:#fff url(/img/inputbg.gif) top left no-repeat}

#nl form input.subm{font-size:0.9em;padding:2px 8px}

table.t1{width:100%;margin-left:0px;font-size:0.85em;margin:1em 0 1em 0px}

table.t1 th{background:#e0f3fa;color:#444;padding:5px 8px}

table.t1 td{vertical-align:top}

table.t1 th span{color:#d00;font-size:1.5em}
/* 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;
}

