@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 */

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


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


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

#container #wrapper #content{
	margin-top: 7px;
	float: right;
	width: 590px;
	padding-right: 10px;
}


#navigation {
	margin-top: 136px;
	float: left;
	width: 169px;
}



#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}




/* pod navigation*/
#wrapper_left {
	padding-top: 10px;
	clear: left;
	width: 169px;
	font-weight: normal;	
}



#footer  {
	width: 783px;
	height: 11px;
	background-color: #991f1a;
	margin: auto;
	line-height: 11px;
	
}

/* vrchne odkazy */
#odkazy {
	position: absolute;
	height: 25px;
	width: 783px;
	top: 124px;
	left: 0px;
	background: #000 url(../img/menu_bg.jpg) repeat-x;
	
}


#odkazy ul{
	margin: 0;
	height: 25px;
	list-style: none;

	padding: 0;

}

#odkazy a{
	display: block;
	color: white;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 2px solid white;
}

#odkazy a:hover{
	color: #ffffcc;
	background-color: #951f1b;

}

#odkazy ul li{
	float: left;
	font-weight: bold;
	height: 25px;
}



/* odkazy na lavo 1 rad*/

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

#navigation ul li {
	text-align: right;
	border-bottom: 1px solid white;
	position: relative;
}

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

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


/*druhy rad zobrazenie*/
#navigation li ul {
	position: absolute;
	left: 169px;
	top: -20px;
	display: none;
	background-color: #f8c373;
	}


#navigation li:hover ul { display: block; }


/* treti rad */

#navigation ul li:hover ul li ul {
	position: absolute;
	left: 169px;
	top: -20px;
	display: none;
	background-color: #f8c373;
	}


#navigation ul li:hover ul li:hover ul{ display: block; }




/* tabula */
#tabula {
	position: absolute;
	height: 136px;
	width: 169px;
	top: 149px;
	left: 0px;
	background: #000 url(../img/tabula.jpg) repeat-x;
	
}
/* autor */
#autor {
	color: white;
	width: 783px;
	padding-top: 6px;
	text-align: left;
}

h2 {
	display: block;
	color: white;
	height: 23px;
	line-height: 23px;
	background: #98211b url(../img/h2_bg.jpg) repeat-x;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 5px;

}


.error {
	background-color: red;
	color: yellow;
	width: 60%;
	padding-left: 20px;

}

.ok {
	line-height: 35px;
	background: url(../img/smejko.png) no-repeat left center;
	padding-left: 30px;

}

#autor a{
	Text-decoration: none;
	color: white;

}

#generate{
	font-size: 9px;
	

}


/*nedokonalosti ie*/
@import url("forie.css");

