@import url("reset.css");

body
{
text-align:center;
background: #898e92 url(../_img/body_bg.jpg) repeat-x top;

}


.neobtekat:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.neobtekat {display: inline-table;}

/* Skryt pred IE mac \*/
* html .neobtekat {height: 1%;}
.neobtekat {display: block;}
/* Konec skrytia */


/* hlavny layout stránky */
h2 {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: bold;
}

h3 {
	margin-top: 12px;
	font-size: 15px;
	font-weight: bold;
}
#container {
	width: 784px;
	margin: auto;
	position: relative;
	margin-top: 15px;
	font-weight: normal;
	font-size: 1.1em;
}


#header  {
	width: 784px;
	height: 214px;
	background: #000 url(../_img/header_bg.jpg) repeat-x top;
	margin: auto;
	position: relative;
	text-align: left;
	
}


#container #wrapper {
	text-align: left;
	width: 784px;
	background: url(../_img/wrapper_bg.jpg) repeat-y left;
	margin-left: auto; margin-right: auto;
	margin-bottom: 0px;
}

#container #wrapper_content {
	float: right;
	text-align: left;
	width: 589px;
	background: url(../_img/wrapper_content_bg.jpg) no-repeat top;
}

#container #wrapper_content #content{
	padding-top: 25px;
	padding-right: 45px;
	padding-left: 45px;
}


#navigation {
	margin-top: 10px;
	float: left;
	width: 195px;
}


#footer  {
	width: 784px;
	height: 66px;
	background: url(../_img/footer_bg.jpg) no-repeat top;
	margin: auto;
	
}


/* odkazy na lavo */

#navigation ul {
	width: 195px;
	margin-top: 18px;
	margin-bottom: 18px;

}

#navigation ul li {
	text-align: right;
	position: relative;
}

#navigation a {
	display: block;
	line-height: 25px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 25px;
	color: white;
	text-decoration: none;
	
}

#navigation a:hover {
	background-color: #004d19;
	color: #ffffff;
}



/* autor */
#autor {
	color: white;
	padding: 6px;
	text-align: left;
}

/* zoznam contet */
#container #wrapper #content ul li{
list-style-type: square;
margin-left: 12px;
list-style-position: outside;
}


/* zoznam contet */
#referencie {
margin-top: 14px;
}

/* ostatne */
#nahlad {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#nahlad img{
	margin: auto;
	display: block
}

#strana{
	margin: 15px;
	background-color: silver;
}

.popis{
	display: block;
	margin-bottom: 25px;
}

.left{
	float: left;

}

.right{
	float: right;
}

#mapa{
	margin-top: 15px;
	width: 498px;
}

.justify{
	text-align: justify;
	text-indent: 4em;
}

