body {
height:100%;
width:100%;
background-color:rgb(200,200,200);
color:black;
font-family: 'Lucida Sans Unicode' ,'Arial', sans-serif;
margin-top:20px;
margin-bottom:20px;}

#main{
width:980px;
margin-left:auto;
margin-right:auto;
background-color:rgb(255,255,255);}


#needsJS { display: none  }
.js #needsJS { display: block }	 
.js #fallback { display: none }

#fallback
{
	position:relative;
	left:50px;
}

a img
{
  border:none;
}

.bx-prev {
	position: absolute;
	top: 50px;
	left: -40px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(../images/icon_arrow_left.png) no-repeat 0 -31px;
}

.bx-next {
	position: absolute;
	top: 50px;
	right: -95px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(../images/icon_arrow_right.png) no-repeat 0 -31px;
}


#slider1 li
{
width:200px;
height:120px;
}

#slider1 img
{
width:140px;
box-shadow: 7px 7px 8px #000000; 
 -webkit-box-shadow: 7px 7px 8px #000000;
 -moz-box-shadow: 7px 7px 8px #000000; 
 filter: progid:DXImageTransform.Microsoft.dropShadow(color=#B8B8B8, offX=7, offY=7, positive=true); 
}

#header
{background-image:url("../images/uvod.png");
background-repeat:no-repeat;
height:101px;
}

#header h1{visibility:hidden;}

#menu_bar a
{
color:rgb(200,200,200);
font-weight:bold;
text-decoration:none;
margin-right:7px;
}

#home_icon
{position:relative;
left:55px;
top:3px;}

ul{margin:0px;}

#menu_bar li:first-child
{margin-left:24px;
}

#menu6
{position: relative;
	left: 210px;
}

#menu_bar a:hover
{text-shadow: rgb(200,200,200) 10px 15px 2px;
}

#content
{
text-align:justify;
position:relative;
left:63px;
top: 20px;
width:750px;
line-height:1.5em;
}

#content p:first-child
{
text-indent: 1.5em;
font-style:italic;
}

#footer{
height:220px;
text-align: center;
background-color:rgb(255,255,255);
background-image:url("../images/logo.png");
background-repeat:no-repeat;
background-position:bottom;
}
#footer span
{position:relative;
top:190px;}

.inline{display:inline;}