/* CSS Document */

/* ************* CSS reset**************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* *********** Globalne triedy class ===== */
.clear { display: block; height: 0; line-height: 0; font-size: 0; clear: both; overflow:hidden; }
.hide {display: none;}
.quiet {color: #888;}
.loud {color: #000;}
.highlight {background: #ff0;}
.added {background: #060;color: #fff;}
.removed {background: #900;color: #fff;}

/* *********Globálne odkazy ************* */
a:focus {
	color: #555;
}
a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
a:hover {
	color: #555;	
}
/**************************************/


body {
background-image: url(IMG/bg.png);
 	color: #fff;
	font: 0.7 em Arial, Helvetica, sans-serif; /* zakladna velkost 1em (10px)*/
	line-height: 1.7;
  }
p {
font-family: arial;
font-size: 90%;
}  

h3,h4 {
color: #fff;
font: 80% Arial, Helvetica, sans-serif;
text-align: left;
margin-left: 2em;
font-size: 1.1em;
text-transform: uppercase;
border-bottom: #fff 1px solid;
width: 80%;
        }
		
.float_left {
	float:left;}
	
.float_right {
	float:right;}

/***************** container***************** */

#container {
width: 1024px;
margin: 0 auto;
}
  
#header {
position: relative;
height: 120px;
border-bottom: solid 2px #a7d019;
}

#logo {
position: relative; 
  top: 20px; 
  left: 30px;
width: 151px;
height: 90px;
padding-bottom: 5px;
   
}

span.logo {
display: block;
position: absolute; 
  top: 0; 
  left: 0;
width: 175px;
height: 76px;
margin-left: 20px;
background-image:url(IMG/logo_tranparent.png);
background-repeat: no-repeat;
z-index: 1;
cursor: pointer;
cursor: hand;
text-decoration: none;

}




/*************************MENU*****/
#menu {
font: 70% "Helvetica Neue", Arial, Helvetica, sans-serif;
text-transform: uppercase;
position: absolute;
 left: 300px;
 top: 70px;
 
}

#menu li {
display: inline;
}

#menu li {
	float: left;
	list-style: none;
	margin: 0 0 0 5px;
}

#menu li a {
	text-decoration: none;
	padding: 15px 22px;  
	width: 100%;
	color: #fff;
	display: block;
}

#menu li a.last {
	color: #74c0c0;
}
#menu li.fourth a {
	color: #74c0c0;
}

#menu li a:hover,
#menu li a.active {
	color: #a7d019;
}

#menu li.third a {
	color: #d7d757
	}
#menu li.last a {
		text-decoration: none;
		padding: 15px 22px; 
		text-align:center;
	  color: #fff;
	  background-color:#ff0066;
	display: block;	
	}	
#menu li.last a:hover {
	background-color:#a7d019;	
	}	
	

/*********************slides*********************/
#prew_img
{
width: 1000px;
margin-left: -30px;
margin: 0 auto;
padding-top: 80px;
margin-bottom: -30px;
}


.roundabout-holder {
				list-style: none;
				width: 50em;
				height: 10em;
				margin: 1em auto;
			}
			
.roundabout-moveable-item {
				height: 300px;
				width: 727px;
				cursor: pointer;
			}
			
   
.roundabout-moveable-item img {
				width: 100%;
				height: 100%;
			}
   
.roundabout-in-focus { cursor: auto; }


/* ******************** CONTENT **************************** */

#content {
}

#info {
	display:block;
	margin-top:100px;
	color:#FFFFFF;
	}

.infopanel {
color:#FFFFFF;
width: 270px;
height: 300px;
float: left;
margin: 30px 20px;
}

.infopanel2 {
color:#FFFFFF;
width: 290px;
height: 300px;
float: left;
margin: 30px 20px;

}

.infopanel p {
margin: 5px 18px;
color:#FFFFFF;
}


.infopanel a {
	font-weight: 700;
	text-decoration: none;
	
	}
.infopanel a:hover {
	color: #FFF;
	}


.infopanel2 p {
margin: 5px 18px;
}


.infopanel2 a:focus {
	color: #fff;
}

.infopanel2 a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	display: block;
	}
.infopanel2 a:hover {
	color: white;
	background-color: #4F4F4F;
	display: block;
	-webkit-border-radius: 5px;
 -moz-border-radius-: 5px;
  border-radius: 5px;
}



.cyklamenova {
	color:#ff0066;
	}
	
.zelena {
	color:#a7d019}
.fialova {
	
	color:#ab56d6}

/*******************SEKCIA REKLAMA************************/

#wrapperSecond {
width: 100%;

padding-bottom: 30px;
margin-bottom: 30px;
}
#contentSecond {
margin: 0 auto;
width: 1000px;
}
 
#topSecond {
height: 1px;
width: 100%;
position: absolute;
 top: 0;
 left: 0;
 }

.uvodnybaner {
padding-top: 0;
margin-left: 260px;

} 
.uvodnybaner h2 {
  width: 400px;
 margin-top: 60px;
 margin-left: 150px;
 font-size: 1.4em;
 color: #AFAFAF;
 padding-left: 10px;
 margin-bottom: 70px;
 text-align: right;
 font-family: arial;
 }
 
#obal {
width: 540px;
background-color: #eee;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
margin-left: 180px;
padding: 5px 10px 0px 0px;      
      }

.podmenu {

margin-bottom: 30px;
}

.podmenu li {
display: block;
padding: 10px;
width: 480px;
background-color:#09d2d9;
margin: 20px 10px;
margin-left: 0;
border-left: 25px #444 solid;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
  }

/* .podmenu li img {
float: left; #09d2d9
}  */

p.nadpis {
font-family: Arial;
font-size: 1.3em;
font-weight: bold;
text-transform: uppercase;
text-align: center;
letter-spacing: 10pt;
}
p.nadpis:first-letter
{ 
color: #000;
}

p.podnadpis {
color: #222;
text-align: center;
}

.podmenu a:focus {
	color: #555;
}
.podmenu a {
	color: #222;
	font-weight: 700;
	text-decoration: none;
}
.podmenu a:hover, .podnadpis a:hover {
	color: #444;
	background: none;
   
}

.podmenu li.farba1 {
background-color: #d90909;
}

.podmenu li.farba2 {
background-color: #d909c0;
}

.podmenu li.farba3 {
background-color: #a7d019;
}

.podmenu li.farba4 {
background-color: #09d2d9;
}




.detail {
	display:block;
	height: 280px;
	
	}

.content-left {
float: left;
width: 260px;
}
.content-right {
width: 260px;

}
.content-left h3 {
	font-size: 1.1em;
	text-align:right;
		}
.off-left {
	margin: 0 0 4px -2500px;
	padding: 0 30px 0 2500px;
	float: left;
	line-height: 1.88em;
}

.off-right {
	margin: 0 -2500px 0 0;
	padding: 0 2500px 0 30px;
	line-height: 1.88em;
	float: right;
}

.green {
	background: #a7d019;
	color: #fff;
	text-decoration:none;
	border:none;
}

.fial {
	background: #ab56d6;
	color: #fff;
	text-decoration:none;
	border:none;
}

.green-text {
	color: #a7d019;
}

.pink {
	background: #b21563;
	color: #fff;
	text-decoration:none;
	border:none;
}

.grey {
	background: #9c9c9c;
	color: #fff;
}

.yellow {
	background: #d7d757;
	color: #fff;
	text-decoration:none;
	border:none;
}

.phone {
font-size:2.8em;
clear: both;
color: #a7d019;
margin: 0 0 15px;
border:none;
}


.detail a {
color: #a7d019;
font-weight: 700;
text-decoration: none;
}

/***********************kontakt***********************/

p.txtblok {
           text-align: justify;
           padding-right: 2em;
          }


/*************footer******************************/

#footer {
	background-color: #555;
	height:142px;
	background-image: url(IMG/bgfooter.png);
	position: relative;
	top: 10px;
	overflow: hidden;
	border-top: solid 1px #CFCFCF;
	}

#footer ul {
	margin: 40px 40px;
	font-size:0.9em;
	color:rgba(227,227,227,1);
	
	}

.block_footer {
	width: 600px;
	font-size: 0.8em;
	word-spacing: 0.1em;
	float: left;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-left: 30px;
}

.logfooter {
	background-image: url(IMG/logo_footer.png);
	background-repeat:no-repeat;
	width:151px;
	height:91px;
	float:right;
	margin-top: 50px;
	margin-right: 50px;
	opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}

/*************footerEND******************************/

.clear { display: block; height: 0; line-height: 0; font-size: 0; clear: both; overflow:hidden; }
/* clearfix */
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;#info {
	padding: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.
