/* FONT */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
	font-family: dirtyego;
	src: url('fonts/dirtyego-webfont.ttf') format('truetype');
}

@font-face {
	font-family: halabala;
	src: url('fonts/Candaraz.ttf') format('truetype');
}

@font-face {
	font-family: candara;
	src: url('fonts/Candaraz.ttf') format('truetype');
}
@font-face {
	font-family: gothici;
	src: url('fonts/GOTHICI.ttf') format('truetype');
}

@font-face {
	font-family: impact;
	src: url('fonts/impact.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}

/* FONT */



/* BODY */
body,html{
padding:0px;
margin:0px;
background: url('images/menu/pozadi.jpg') no-repeat top center;
color:#909090;
font-family:'Trebuchet MS';
}

#content-wrapper {
width:1266px;
min-height:130px;
padding-top: 0px;

background: transparent;
margin:auto;
overflow:hidden;
position:relative;	
}

#homepage-title{display:none}

h2 {
		padding-top: 15px;
		font-size: 17px;
	line-height: 25px;
	font-family: 'gothici', serif;
text-shadow: 0px 1px 1px #4d4d4d;
        color: #222;
}

h3 { 
font-size: 100%; 
 }
h4 { 
font-size: 100%; 
 }

/* BODY */


/* HORNI MENU */
.horni-menu-celek {

	width: 100%;
	background:url('images/menu/pozadi_obrazek.jpg') no-repeat center center;
	min-height: 623px;
	border: 0px solid #000;
}

.horni-menu-logo{
	width: 950px;
	background:url('images/menu/logo.png') no-repeat center center;
	min-height: 127px;
	padding-top: 80px;
	border: 0px solid #000;
}

.horni-menu {
width:1266px;
min-height: 150px;
background: transparent;
margin:auto;
padding:auto;
border: 0px solid #000;
}

.soupnuti {
margin-top: 20px;	
}
.soupnuti-2 {
margin-top: 80px;	
}

/* HORNI MENU */



/*  MENU */

.menu_mezera {
	width: 430px;
	height: 20px;
}
.menu-celek {
padding-top:35px;


}
#menu, #menu ul {
		z-index:1000;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top:0px;
	
}
#menu {
	width: 620px;
	padding-left: 500px;
	  margin-right: auto ;
	background-color: transparent;
	border: 0px solid #000;

}
#menu:before,
#menu:after {
	content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu {
	zoom:1;
	margin-left: 120px;

}
#menu li {
	float: left;
	border-right: 0px solid #fff;

	position: relative;
		z-index:1000;
}

#menu a {
	float: left;
	padding: 12px 20px;
	color: #003300;
		font-size: 25px;
	line-height: 0px;
	font-family: 'halabala', serif;
	text-decoration: none;


	transition: all .2s ease-in-out; 
}

#menu li:hover > a {
	color:  #635F5F;
}

*html #menu li a:hover { /* IE6 only */
	color: #f6f7fa;
}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	/*
	visibility: hidden;
	*/
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;    
	background: #fff;	

	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
	border-radius: 3px;
	transition: all .2s ease-in-out;  
}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	box-shadow: -1px 0 0 rgba(255,255,255,.3);		
}

#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	box-shadow: 0 1px 0 #111, 0 1px 0 #666;
}

#menu ul li:last-child {   
	box-shadow: none;    
}

#menu ul a {    
	padding: 10px;
	width: 200px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

#menu ul a:hover {
	background-color: #0186ba;
	background-image: linear-gradient(#04acec, #0186ba);
}
#menu ul li:first-child > a {
	border-radius: 3px 3px 0 0;
}




#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
	border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3; 
	border-bottom-color: transparent; 	
}

#menu ul li:last-child > a {
	border-radius: 0 0 3px 3px;
}

/*  MENU */




/* INDEX */
.index-celek {
margin:auto;
padding:auto;
width:1250px;
min-height: 450px;
border:0px solid #F00;	

}

.selection_celek{
	width: 1000px;
		margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;	

}
#selection_main{
	position:relative;
	overflow:hidden;
	border: 0px solid #000;
	}

section{
	width:480px;
	float:left;
	border: 0px solid #000;
	}
	
	section.last{
	margin-right:0;
	border: 0px solid #000;
	}
	
.selection-logo{
		width: 100%;
	      text-align: center;
        margin:auto;
        padding:auto;
	min-height: 113px;
	border: 0px solid #000;
}
.selection-text{
		font-size: 15px;
	    font-family: 'halabala', serif;
	
        text-align: left;
        margin:auto;
        padding-left:35px;
		margin-top: 0px;
		margin-bottom: 0px;	
        color: #222;
		border: 0px solid #000;
}
.selection-text-2{
		font-size: 20px;
	    font-family: 'halabala', serif;
	
        text-align: center;
        margin:auto;
        padding-left:35px;
		margin-top: 30px;
		margin-bottom: 0px;	
        color: #222;
		border: 0px solid #000;
}
.selection-text-3{
		font-size: 18px;
	    font-family: 'halabala', serif;
	
        text-align: left;
        margin:auto;
        padding-left:100px;
		margin-top: 0px;
		margin-bottom: 0px;	
        color: #222;
		border: 0px solid #000;
}

.selection-pdf{
		font-size: 15px;
	    font-family: 'halabala', serif;
	
        text-align: center;
        margin:auto;
        padding: auto;
		margin-top: 70px;
		margin-bottom: 0px;	
        color: #222;
		border: 0px solid #000;
}
.selection-odkaz{
text-align: center;
        margin:auto;
        padding:auto;
	
}

.stred-nadpis-nadpis {
		font-size: 25px;
	    font-family: 'halabala', serif;
		line-height: 100px;
        text-align: left;
        margin:auto;
        padding:auto;
		margin-top: 0px;
		margin-bottom: 0px;	
        color: #222;
		border: 0px solid #000;	
}
.stred-nadpis-nadpis2 {
		font-size: 20px;
	    font-family: 'halabala', serif;
        text-align: center;
        margin:auto;
        padding:auto;
		margin-top: 0px;
		margin-bottom: 0px;	
        color: #222;
		border: 0px solid #000;	
}	
.stred-nadpis-nadpis3 {
		font-size: 16px;
	    font-family: 'halabala', serif;
        text-align: center;
        margin:auto;
        padding:auto;
		margin-top: 0px;
		margin-bottom: 0px;	
        color: #222;
		border: 0px solid #000;	
}	

	
.stred-leva-nadpis {
		font-size: 20px;
	    font-family: 'halabala', serif;
        text-align: center;
        margin:auto;
        padding:auto;
		margin-top: 20px;
		margin-bottom: 35px;	
        color: #222;
		border: 0px solid #000;	
}	

.stred-leva-text {
		font-size: 16px;
	font-family: 'halabala', serif;
    padding-left: 20px;
	padding-right: 20px;
        color: #222;	
}
.stred-leva-text-2 {
		font-size: 16px;
	font-family: 'halabala', serif;

        color: #222;
		text-align: center;	
}

/* INDEX */


/* INDEX 2 */
.index-celek-2 {
background: #FFF;
margin:auto;
padding:auto;
width:100%;
min-height: 450px;
border:0px solid #F00;	
}
.index-2-images-full{
width: 100%;
	background:url('images/menu/pozadi_list_1.jpg') no-repeat center center;
	min-height: 41px;
	border: 0px solid #000;		
}

.index-2-images{
width: 100%;
 text-align: center;
        margin:auto;
        padding:auto;
	border: 0px solid #000;		
}
.images_stroher {
	width: 100%;
	background:url('images/menu/hlavni_stroher.jpg') no-repeat center center;
	min-height: 145px;
	border: 0px solid #000;	
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	margin-bottom: 40px;
}


/* INDEX 2 */

/* INDEX 3 */
.index-celek-3 {
background: #c2bfbf;
margin:auto;
padding:auto;
width:100%;
min-height: 800px;
border:0px solid #F00;	
}
.index-3-images-full{
width: 100%;
	background:url('images/menu/spodni_stroher.jpg') no-repeat center center;
	min-height: 20px;
	border: 0px solid #000;		
}
.index-3-images{
width: 100%;
 text-align: center;
        margin:auto;
        padding:auto;
	border: 0px solid #000;		
}


/* INDEX 3 */

/* INDEX 4 */
.index-celek-4 {
background:url('images/menu/horni_zahna.jpg') no-repeat center center;
margin:auto;
padding:auto;
width:100%;
min-height: 899px;
border:0px solid #F00;	
}
.index-4-images-full{
width: 100%;
	background: transparent;
min-height: 80px;
	border: 0px solid #000;		
}

.index-4-images{
width: 100%;
 text-align: center;
        margin:auto;
        padding:auto;
	border: 0px solid #000;		
}

/* INDEX 4 */


/* INDEX TEXT */
.index-text-celek {
margin:auto;
padding:auto;
width:1250px;
min-height: 580px;
border:0px solid #F00;	
}

.odkazy-leva-1 {
	float:left;  
	background: transparent;	
	width: 600px;
	min-height: 400px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 5px;
    border: 0px solid #000;
		padding-left: 3px;
	padding-right: 0px;
	}
.odkaz-celke-a{
		color:#FFF;
			text-decoration:none;
}
.odkazy-leva-1:hover {
	background: transparent;
	border-radius: 6px;
	color: #fff;
	
}
	
.odkaz-obrazek {
margin:auto;
padding:auto;
text-align: center;	
background: transparent;

}
.p-text{
	padding-left: 8px;
	padding-right: 5px;
	border: 0px solid #000;
}
.p-text-2{
	padding-left: 40px;
	padding-right: 5px;
	border: 0px solid #000;
}
.odkaz-text {	
	color: #333;
	text-decoration:none;
	 
}
.odkaz-text:hover {
	color: #fff;
}


/* INDEX TEXT */


/* SLUZBY */
.sluzby-celek {
margin:auto;
padding:auto;
width:1250px;
min-height: 430px;
border:0px solid #F00;	
}

.sluzby-leva{
float:left;  
	background: transparent;	
	width: 590px;
	min-height: 377px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 10px;
    border: 0px solid #000;	
}
.sluzby-prava1{
	float:left;  
	background: transparent;	
	width: 283px;
	min-height: 377px;
	padding-top: 0px;
	margin-top: 10px;
	margin-left: 30px;
	 border-radius: 5px;
	   -webkit-box-shadow: rgba(0,0,0,0.9) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.9) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.9) 0px 1px 3px;
    border: 4px solid #205B85;
	
}
.sluzby-prava2{
	float:left;  
	background: transparent;	
	width: 283px;
	min-height: 377px;
	padding-top: 0px;
	margin-top: 10px;
	margin-left: 30px;
     border-radius: 5px;
	   -webkit-box-shadow: rgba(0,0,0,0.9) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.9) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.9) 0px 1px 3px;
    border: 4px solid #205B85;
}

.sluzby-nadpis {
	padding-top: 30px;
	padding-left: 20px;
		font-size: 28px;
	line-height: 0px;
	font-family: 'halabala', serif;
text-shadow: 0px 3px 3px #4d4d4d;
        color: #CCC;
		padding-bottom: 20px;	
}

.sluzby-text {
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 20px;
	font-family: 'halabala', serif;
	color: #CCC;
	
}

/* SLUZBY */

/* GALERIE */
.galerie-celek {
margin:auto;
padding:auto;
width:950px;
min-height: 450px;
border:0px solid #F00;	
text-align: center;
padding-top: 30px;
}

.galerie-img {
border:5px solid #F00;	
 background-color: rgba(255, 255, 255, 1.0); 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
  border: 1px solid #000; 	
}
.galerie-img:hover {
border:1px solid #fff;	
}

/* GALERIE */

/* KONTAKT */
.mapa-div {
	width:1250px;
text-align: center;	
    border: 0px solid #000;
	padding-top: 35px;
}

.kontak-text-1{
text-align: left;
	font-size: 20px;
	font-family: 'halabala', serif;
	color: #333;
padding-left: 80px;
padding-bottom:5px;		
}
.kontak-text-2{
text-align: center;
	font-size: 20px;
	font-family: 'halabala', serif;
	color: #000;
padding-left: 0px;
padding-bottom:5px;	
	
}
.kontak-text-3{
text-align: center;
color: #000;
padding-left: 30px;
padding-bottom:5px;	
font-size: 20px;	
}
.kontak-text-4{
text-align: center;
	font-size: 20px;
	font-family: 'halabala', serif;
	color: #000;
padding-left: 0px;
padding-bottom:5px;	

}

.stred-celek-kontakt {
	width: auto;
min-height: 400px;
padding-top: 35px;
padding-bottom: 10px;
border: 0px solid #000;
}

.stred-leva-kontakt {
	float:left;  
	background: transparent;
	
	width: 580px;
	min-height: 580px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 15px;
    border: 0px solid #000;
	}

	.stred-prava-kontakt{
		float:left;
    width: 580px;
	min-height: 580px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 30px;
    border: 0px solid #000;
		font-size:20px;
	color:#000;
	font-family: 'benguiat', sans-serif;
	}
	
	.sterd-prava-text {
		color: #666;
		font-size: 15px;
		padding-left: 50px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	
		.sterd-prava-text-servis {
		color: #900;
		font-family: 'halabala', serif;
		font-size: 20px;
		padding-left: 50px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	
	.div-mapa {
	
		
 background-color: transparent; 
padding-left: 5px;
	}

.kontakt-ico {
	width:1000px;
	  margin-left: auto ;
  margin-right: auto ;	
text-align: center;	
  border: 0px solid #000; 
  color: #000;
}
/* KONTAKT */

/* GALERIE */
.galerie_celek {
	
margin:auto;
padding:auto;
width:950px;
min-height: 1300px;
border:0px solid #fff;	
margin-top: 50px;

}

.karta_galerie_pozadi {
		background: url('images/menu/pozadi_karta_galerie.png') no-repeat center center;		
	width: 310px;
	min-height:310px;
    border: 0px solid #fff;	
	text-align: center;	
	
}

.karta_galerie_pozadi-2 {
		background: url('images/menu/pozadi_karta_galerie_2.png') no-repeat center center;		
	width: 310px;
	min-height:310px;
    border: 0px solid #fff;	
	text-align: center;		
}

.karta_galerie_img {
width: 250px;
min-height: 180px;
max-height: 180px;
 overflow: hidden;
border:0px solid #fff;	
text-align: center;	
padding-top: 40px;
padding-left:30px;
}

.karta_galerie_img-2 {
width: 250px;
min-height: 180px;
max-height: 180px;
 overflow: hidden;
border:0px solid #fff;	
text-align: center;	
padding-top: 60px;
padding-left:30px;
}

.karta_galerie_taxt1{
width: 310px;
text-align: center;
font-size: 18px;
color: #a10905;
border:0px solid #fff;	
padding-top: 10px;
}
.karta_galerie_taxt2{
text-align: center;
font-size: 12px;
color: #a10905;	
}

.zpet_celek {
	width: 500px;
	min-height:20px;
	border:0px solid #fff;
	
}
/* GALERIE */


/* DOTAZY */
.text-dotazy-horni{
	color: #ccc;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
}
#dotaz-odeslan {
 display: none;	 
     text-align: center;
    border: 0px solid #000;
	 font-size: 20px;
	 font-weight: normal;
	 color: #900;
	 padding-top: 60px;	
}
.formular{	

  width:700px;
  margin-left: auto ;
  margin-right: auto ;		
}
.div-input{
text-align: left;
margin:0 0 .4em;
font-size: 16px;
}		
.label-1{
    float: left; 
	text-align: left;
	font-weight: normal;
    width: 200px;
    display: inline-block;
	color: #ccc;
	margin-top: 7px;
}
.label-2{
    float: left; 
	text-align: left;
	font-weight: normal;

	font-size: 14px;
	color: #FFF;
    width: 130px;
    display: inline-block;
	padding-top: 3px;
}
	
label {
	display: inline;
}

#red{
	color: #F00;
}
#bold{
	font-weight: bolder;
}
.center{
	text-align: center;
	padding-left: auto;
	padding-right: auto;	
}
.povine-pole {
color: #F00;
font-weight: bold;
padding-left: 10px;	
}


.informacni_email{
 display: none;	
     margin-left: auto;
	 margin-right: auto;
	 width: 680px;
     height: 130px;    
     text-align: center;
     background-color: #fff;	
	 font-size: 20px;
	 font-weight: normal;
	 color: #900;
	 padding-top: 60px;
}

/* DOTAZY */

/* input */

.text {
    border:2px solid #dadada;
    border-radius:7px;
    font-size:17px;
    padding:5px; 
}
.text:focus { 
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}
.text-select {
    border:2px solid #dadada;
    border-radius:7px;
    font-size:12px;
    padding:5px; 
}
.text-select:focus { 
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}

.text-red {
    border:2px solid #dadada;
    border-radius:7px;
    font-size:17px;
    padding:5px; 
}
.text-red:focus { 
    outline:none;
    border-color:#C00;
    box-shadow:0 0 10px #C00;
}
.text-red-min {
    border:2px solid #dadada;
    border-radius:7px;
    font-size:12px;
    padding:5px; 
}
.text-red-min:focus { 
    outline:none;
    border-color:#C00;
    box-shadow:0 0 10px #C00;
}

/* input */

/* tlacitko submit*/
.submit {
  display: inline-block;
  margin: 10px;
  padding: 8px 15px;
  background: #205371;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2);

  /* Font styles */
  text-decoration: none;
  color: #fff;
}

.submit:hover  { background: #fff; color: #000;}
.submit:disabled  { background: #CCC; }
/* tlacitko submit*/


/* REFERENCE */
.reference-celek {
background: #FFF;
margin:auto;
padding:auto;
width:100%;
padding-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #999 ;
border-top:1px solid #999;	
}
.reference-stred{
margin:auto;
padding:auto;
width:1120px;

border:0px solid #F00;	
}


/* REFERENCE */



/* FOOTER */

/* background:url("images/menu/footer.png") center; */
#footer{	
padding:0px;
margin:0px;
background: #212121;
width:100%;
min-height: 350px;
font-size:11px;
font-family:tahoma;
font-weight:bold;
position:relative;
z-index:40;
border:0px solid #F00;
}

#footer a{
text-decoration:none;
}

#footer_images{
	width: 100%;
	min-height: 134px;
background: transparent;	
}
.footer_images {
	width: 100%;
	min-height: 134px;
	background: url('images/menu/footer_images.png') no-repeat center center;
margin:auto;
padding:auto;	
}

#footer-inner{
width:1250px;
max-height: 350px;
margin:auto;
padding-top:50px;
border-top:0px solid #000;
background: #212121;
}

.footer-1{
	float:left;
	width: 310px;
	min-height: 300px;
	border: 0px solid #fff;
	background:#212121;
}
.footer-2{
	float:left;
	width: 310px;
	min-height: 300px;
	border: 0px solid #fff;
	background:transparent;
}
.footer-3{
	float:left;
	width: 310px;
	min-height: 300px;
	border: 0px solid #fff;
	background:transparent;
}
.footer-4{
	float:left;
	width: 310px;
	min-height: 300px;
	border: 0px solid #fff;
	background:transparent;
}

.footer-nadpis{
	font-size: 15px;
	line-height: 50px;
	padding-left: 20px;
	font-family: 'gothici', serif;
	color: #949494;
}
.footer-text-kontakt-1 {
	padding-left: 15px;
	font-family: 'gothici', serif;
	color: #949494;
	font-size: 13px;
}
.footer-text-kontakt-1 a {
	color: #949494;
}
.footer-text-kontakt-2 {
	padding-left: 15px;
	font-family: 'gothici', serif;
	color: #949494;
	font-size: 13px;
}
.footer-text-kontakt-2 a {
	color: #949494;
}
.footer-text-kontakt-3 {
	padding-left: 15px;
	font-family: 'gothici', serif;
	color: #949494;
	font-size: 13px;
}
.footer-text-kontakt-3 a {
	color: #949494;
}
.footer-text-kontakt-4 {
	padding-left: 15px;
	font-family: 'gothici', serif;
	color: #949494;
	font-size: 13px;
}
.footer-text-kontakt-4 a {
	color: #949494;
}

#footer-left{
float:left;
}

#site-links{
color:#D4D4D4;
font-weight:bold;
margin-top:0px;
padding-left:2px;
}

#footer-left a{
color:#646464;
}

#footer-left td a{
margin-right:30px;
margin-bottom:6px;
display:block;
font-weight:bold;
}

#footer-right{
float:right;
}

#footer-right .footer-heading{
font-weight:bold;
color:#C9C9C9;
font-size:12px;
}

#footer-right table td{
padding-left:40px;
color:#8D8D8D;
font-size:10px;
padding-bottom:3px;
}

#footer-right table a{
color:#8D8D8D;
}

#social{
text-align:right;
margin-top:10px;

}

#social img{
margin-left:10px;
}

#striker{
text-align:right;
color:#696969;
font-size:9px;
margin-top:20px;
}

ol,ul {
	list-style:none;
}
ul,ol,li{ 
	margin:0;
	padding:0;
}
/* FOOTER */

/* SIPKA NAHORU */	
.scrollup{
    width:45px;
    height:45px;
    opacity:0.7;
    position:fixed;
    bottom:210px;
    right:0px;
    display:none;
    text-indent:0px;
    background: url('images/header_next.png') no-repeat;
}
.scrollup:hover{
    width:45px;
    height:45px;
    opacity:1.0;
    position:fixed;
    bottom:210px;
    right:0px;
    display:none;
    text-indent:0px;
    background: url('images/header_next.png') no-repeat;
}
/* SIPKA NAHORU */
