@charset "utf-8";
/* CSS Document */


body
{
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	line-height: 18px;
	background-color:#022853;
}

.top_bg
{
	background:url(../images/bg_top.png);
	float:left;
	width:100%;
	height:150px;
	border-bottom: solid 10px #ccc;
}
.top
{
	background:url(../images/bg_header.jpg);
	width: 100%;
	background-position:center top;
	height:150px;
	margin-bottom:20px;
}
.logo
{
	float:left;
	background-image:url(../images/logo3.png);
	background-repeat:no-repeat;
	margin-top:40px;
	width: 192px;
	height:90px;
}

.small_logo
{
	background:url(../images/logo_small.png);
	background-repeat:no-repeat;
	float:left;
	width:80px;
	height:37px;
	border-right: solid 1px #FFF;
	padding-right:10px;
	margin-right: 10px;
}


.nav a
{
	color:#FFF;
}

.middle
{
	width:100%;
	float:left;
	min-height:400px;
	background-color:#FFF;
}

.middle a
{
	color:#023062;
}

.middle a:hover
{
	color:#023062;
	text-decoration:none;
}

.content
{
	float:left;
	width: 100%;
	margin-bottom:20px;
}

.content_left
{
	float:left;
	width: 58%;
	margin: 10px 2% 20px 0px;
}

.content_right
{
	float:left;
	width:35%;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 40px;
	background:url(../images/side.gif);
	background-repeat:no-repeat;
	background-position: left center;
	min-height: 400px;
}

.inside
{
	width:800px;
	margin:auto;
}

.bottom
{
	width:100%;
	height:100px;
	background:url(../images/bg_top.png);
	float:left;
	color:#fff;
	padding-top: 20px;
}

.bottom a
{
	color:#fff;
	margin-right: 10px;
}
.bottom a:hover
{
	color:#ccc;
	text-decoration:none;
}

h1,h2
{
	color:#023670;
	font-size: 20px;
}


/* Menu
-------------------------------------------------------------- */
#menu {
	float:left;
	margin-top:65px;
	margin-left:220px;
	}

#menu ul {
	padding: 0;
	margin: 0;
	list-style:none;
}


#menu ul li{
	float: left;
}

#menu ul li a {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 17px;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}

#menu #ospolocnosti a {
	width: 90px;
	background: url(../images/ospolocnosti.png) no-repeat 0 0;	
}

#menu #nasesluzby a {
	width: 80px;
	background: url(../images/nasesluzby.png) no-repeat 0 0;	
}

#menu #produkty a {
	width: 62px;
	background: url(../images/produkty.png) no-repeat 0 0;	
}

#menu #kontakt a {
	width: 80px;
	background: url(../images/kontakt.png) no-repeat 0 0;	
}

#menu #onas a:hover, 
#menu #nase_sluzby a:hover,
#menu #referencie a:hover, 
#menu #kontakt a:hover,
#menu #contact a:hover
{
    background-position: bottom left;
}

#menu #ospolocnosti.current a, 
#menu #nase_sluzby.current a,
#menu #referencie.current a, 
#menu #kontakt.current a,
#menu #contact.current a{
    background-position: -10px left;
}