/*
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 CE", lucida, sans-serif;
	font-size: 11px;
	background-image: url(../img/bg_null.png);
	background-repeat: repeat-x;
	background-color: #515151;
	color:#ffffff;
}
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 10px; 
	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;
}
.noscreen {
	display: none;
}
a img {
	border: 0;
}


/*_________________________________________________________*/

#null {
	width:800px;
	margin:auto;
	text-align:center;
	background-color: #000000;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat-y;
}

/*__________________ Rozlozeni stranky_____________________*/
#content {
	margin: auto;
	text-align: left;
	width:800px;
	position: relative;
}
/*___________________Head__________________________*/
#head {
	position:relative;
	width:800px;
	height:260px;
	background-color: #000000;
}
#head a#logo {
	position:absolute;
	top:0px;
	left:0px;
	height:66px;
	width: 150px;	
}
#topList {
	position: relative;
	text-align: right;
	height:70px;
	padding-right:10px;
}
#topList #nav {
	padding:5px;
}
#topList #nav a {
	color:white;
	text-decoration: none;
	margin-right:5px;
}
#topList h1 {
	display: inline;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	font-style: italic;

}
#head #img {
	height: 152px;
}

#head #nav a:hover {
	text-decoration: underline;
}
#topMenu {
	position: relative;
	height:30px;
	background-image: url(../img/top_ul.png);
	background-repeat: repeat-x;
	font-size:12px;
}
#topMenu ul li{
position: relative;
display: inline;
float: left;
background-image: url(../img/top_li.png);
background-repeat: no-repeat;
background-position: right;
}
#topMenu ul li a{
	display: block;
	color:white;
	text-decoration: none;
	padding:6px 20px 10px 20px;
}
#topMenu ul li a:hover {
	color:#999999;
}
#topMenu #lang {
	position: absolute;
	top:8px;
	right:15px;
}
#topMenu #lang img {
	margin-left:5px;
}
#topMenu #lang a {
	color:white;
	text-decoration:none;
}
/*___________________Levy sloupec___________________*/
#colLeft {
	float:left;
	width: 625px;
}

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

#mainRight {
	float:right;
	width:450px;
}
/*___________________Pravy sloupec___________________*/
#colRight {
	float: right;
	width: 155px;
	margin-right:12px;
	_margin-right:6px;
	
}
/*_________________MENU_________________*/
#menu {
	list-style: none;
	margin:0px 0px 0px 6px;
	padding:0px;
}
#menu h2 {
	background-image: url(../img/boxTitle.jpg);
	background-repeat: repeat-x;
	border:1px solid #cccccc;
	height:18px;
	color:#000000;
	margin:4px;
	padding:2px;
	font-size: 15px;
}
#menu ul#main {
	list-style: none;
	padding: 0;
	margin:0;
	font-size: 12px;
	font-weight: bold;
}
#menu ul#main li {
	margin:0px;
	padding:0px;
	font-size:12px;
	display: inline;
}
#menu ul#main li a{
	display:block;
	background-image: url(../img/li.png);
	background-position: 0px 0px;
	width:155px;
	_width:165px;
	height:17px;
	_height:22px;
	color: white;
	padding:5px 0px 0px 10px;
	text-decoration: none;
}
#menu ul#main li a.active {
	display:block;
	background-image: url(../img/li.png);
	background-position: 0px -22px;
	width:155px;
	_width:165px;
	height:17px;
	_height:22;
	color: white;
	padding:5px 0px 0px 10px;
	text-decoration: none;
}
#menu ul#main li a:hover{
	display:block;
	background-image: url(../img/li.png);
	background-position: 0px -22px;
	width:155px;
	_width:165px;
	height:17px;
	_height:22px;
	color: white;
}
#menu ul#second {
	list-style: none;
	padding: 0;
	margin:0;
	font-size: 11px;
	font-weight: normal;
}
#menu ul#second li {
	margin: 0px;
	padding: 0px;
	font-size:11px;
	display: inline;
}
#menu ul#second li a {
	display:block;
	background-image: url(../img/li.png);
	background-position: 0px 0px;
	width:145px;
	_width:165px;
	height:17px;
	_height:22px;
	color: white;
	padding:5px 0px 0px 20px;
	text-decoration: none;
}
#menu ul#second li a:hover{
	display:block;
	width:145px;
	_width:165px;
	height:17px;
	_height:22px;
	background-image: url(../img/li.png);
	background-position: 0px -22px;
	color: white;
}
#menu ul#second ul#sub {
	list-style: none;
	padding: 0;
	margin:0;
	font-size: 11px;
	font-weight: normal;
}
#menu ul#second ul#sub li a {
	display:block;
	background-image: url(../img/li2_sub.png);
	background-position: 0px 0px;
	width:158px;
	_width:218px;
	height:16px;
	_height:18px;
	color: #333333;
	padding:2px 0px 0px 60px;
	text-decoration: none;
}
#menu ul#second ul#sub li a:hover{
	display:block;
	width: 158px;
	_width:218px;
	height:16px;
	_height:18px;
	background-image: url(../img/li2_sub.png);
	background-position: 0px -18px;
	color: #333333;
}

/*________________Levy sloupec___________________*/
#mainLeft #nextItem {
	margin-top:40px;
	color:#333333;
}
#nextItem .box {
	height: 26px;
	padding:5px 0px 0px 20px;	
	background-image: url(../img/bg_leftBox.png);
	background-repeat: no-repeat;	
	font-size:12px;
	font-weight: bold;
}
.infoBox {
	padding-left:15px;
	font-size: 10px;
}
.infoBox p {
	padding: 0;
	margin:0px 0px 6px 0px;
}
.infoBox img {
	vertical-align: middle;
	margin-right:2px;
}
.infoBox a {
	color:#333333;
	text-decoration: none;
}
.infoBox a:hover {
	border-bottom:1px dotted #333333;
}

/*________________Text content____________________*/

#textContent {
	padding:5px;
	text-align: justify;
}
#textContent b, #textContent strong {
}
#textContent h1 {
	font-size:18px;
	color: white;
	text-decoration: underline;
}
#textContent h2 {
	color: white;
	text-decoration: underline;
	font-size:14px;
}
#textContent h3, #textContent h4{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
 
#textContent h5 , #textContent h6 {
	font-size:10px;
}
#textContent h2 a {
	color:#0071bb;
	text-decoration: none;
}

#textContent h2 a:hover {
	text-decoration: underline;
}
#textContent ol {
	padding: 0;
	margin: 0;
	margin-left:30px;
	
}

#Content ul li {
	background-image: url(../img/square.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:12px;
	margin-bottom:5px;
}
#textContent p img {
	margin:5px;
}
#textContent .kontakt {
	border-bottom: 1px solid white;
	margin-top:10px;
	padding-bottom:5px;
}
#textContent a {
	color:#0091f0;
	text-decoration:none;	
}
#textContent a:hover {
	color:#0071bb;
	text-decoration: underline;
}
#news h2 {
	font-size:15px;
	height:62px;
	_height:82px;
	padding:25px 0px 0px 70px;	
	margin: 0;
	color:black;
	background-image: url(../img/newsTitle.jpg);
	background-repeat: no-repeat;
}

#news .box {
	border-bottom: 1px solid #cccccc;
	padding:5px 0px 10px 5px;
	margin-bottom:0px;
}
#news .box h3, #news .box h3 a{
	color:white;
	margin:0px 0px 2px 0px;
	padding:0;
	font-size:12px;
	text-align: left;
}
#news .box h3 a:hover {
	color: #999999;
}

#news .box p {
	margin:1px;
}
#news .box img {
	float:left;
	margin:5px 5px 5px 0px;
}
#news .box a {
	color:#333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
#news .box a:hover {
	border-bottom: 1px solid #333333;
}

h2.title {
	background-image: url(../img/boxTitle.jpg);
	background-repeat: repeat-x;
	border:1px solid #cccccc;
	height:18px;
	color:#000000;
	margin:4px;
	padding:2px;
	font-size: 15px;
}


#flag {
	width:165px;
	height:198px;
	position: absolute;
	bottom: 0px;
	left: 5px;
	background-image: url(../img/flag.jpg);
	background-repeat: no-repeat;
}
#temp {
	width:165px;
	height:198px;
}
/*_____________________________ fotogaleri_________________________________*/
#gallery {
	padding-right:4px;
	text-align:center;
}
#gallery .obr a {
	width:138px;
	height:93px;
	margin:5px 0px 0px 3px;
	text-align: left;
	/*background-image: url(../img/bgImg.jpg);
	background-repeat: no-repeat;
	background-position: -2px -2px;*/
	float: left;
}
#gallery .obr a:hover {
	background-image: none;
	
}
#gallery .obr img {
	border: 0;
}
#gallery #pages {
	width:420px;
	margin:10px 0px 10px 5px;
	border-bottom:1px solid #0071bb;
	text-align: right;
	color: white;
	font-weight: bold;
}
#gallery #pages a {
	color: #0071bb;
	text-decoration: none;
	font-weight: normal;
}
#gallery #pages a:hover {
	text-decoration: none;
	font-weight: bold;
}
/*________________footer____________________*/
#footer {
	height:24px;
	width:800px;
	background-color: black;
	padding-top:10px;
}
#footer .box {
	background-color: White;
	height:30px;
	text-align: right;
}
#footer .box ul {
	margin: 0;
	padding: 5px 0;
}
#footer .box ul li {
	display: inline;	
	padding:0px 10px 0px 5px;
}
#footer a {
	color:#333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	position: relative;
	left:40px;
	top:4px;
	float:left;
}
#copyright {
	font-size:9px;
	color:#999999;
	text-align: right;
	padding:2px 10px 2px 0px;
	background-color: Black;
}
#copyright a {
	color:#999999;
	text-decoration: none;
}

/*_______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 {
	color: #0071bb;
	font-size:12px;
	font-weight:normal;
	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;
}
/*_____Info______*/
#info {
	padding-left:4px;
}
#info p {
	padding: 0;
	margin:2px 0px 4px 0px;
}
#info img {
	vertical-align: middle;
	margin-right:4px;
}
#info a {
	color:#333333;
	text-decoration: none;
}
#info a:hover {
	border-bottom:1px dotted #333333;
}
#info #address {
	margin-left:15px;
	font-size:10px;
}
#forum {	
	background-color: #515151;
}
#forum .head {
	padding:2px 4px 2px 4px;
}
#forum p {
	margin:2px 0px 0px 0px;
	padding:4px 4px 6px 4px;
	border-bottom:1px solid #0071bb;
	background-color: black;
}

.countdown {
	font-weight: bold;
	color:#0071bb;
	padding:25px 5px 5px 15px;
	font-size:12px;
	
}
/*______Formular_______*/
form.formular {
	margin-bottom:10px;
}
form.formular input {
	width:300px;
	border:1px solid #cccccc;
}
form.formular input.submit {
	width:100px;
}
form.formular textarea {
	width:300px;
	border:1px solid #333333;
}
form.formular table td {
	text-align: right;
}
/* VIDEO */
.video img {
	margin-right:5px;
	border: 1px solid #333333;
}

/* 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;
}
#textContent a.white {
	color:white;
}
