BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	background-image: url(../images/eolica-bg.png);
	text-align: center;
}

/* zakladne elementy */
A {
	text-decoration: underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c63333;
}
A:HOVER {
	text-decoration : none;
}
B, STRONG {

}
H1,H2,H3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
H1 {
	font-size: 16pt;
	color: #1845c1;
}
H2 {
	font-size: 13pt;
	color: #ea4415;
} 
H3 {
	font-size: 12pt;
	color: #ea4415;
}
H1 A, H1 A:VISITED {
	color: #1845c1;
}
H2 A, H3 A, H2 A:VISITED, H3 A:VISITED {
	color: #ea4415;
}
TD,P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
}
UL {

}
LI{

}
FORM {
	border: none;
	margin: 0;
	padding: 0;
} 
SELECT {
	margin-top : 0px;
	margin-bottom : 0px;
}
INPUT {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	height: 22px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: middle;
}
TEXTAREA{
	border : 1px solid #CCCCCC;
	background : White;
}
HR {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #D5D5D5;
}

/* Zakladne elementy Saurona */
DIV.navigator {
	margin: auto;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
DIV.navigator SPAN {
	float: right;
}
DIV.navigator SPAN A {
	font-size: 14pt;
	text-decoration: none;
}
DIV.text {
	text-align: justify;
	margin: auto;
	width: 90%;
	margin-bottom: 20px;
}
.EvenRow{
	background-color: #F5F5F5;
}
.OddRow {
	background-color: #FFFFFF;
}

/* suvisiace odkazy a stranky */
DIV.links {
	background-color: #EDEDED;
	padding: 5px;
	border: 1px solid #D9D9D9;
	margin: auto;
	margin-bottom: 20px;
	width: 96%;
}
DIV.links UL {
	text-align: left;
	color: #3e3e3e;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style: circle;
}
LI.link_page A {
	color: #4885E6;
}
LI.link_file A {
	color: #4885E6;
}
LI.link_dir A {
	color: #002674;
}
LI.link_empty {
	color: Black;
	font-weight: bold;
}
LI.link_warning {
	color: Red;
}

/* obrazky, tabulky generovane Sauronom */
TABLE.images {
	padding-left: 10px;
	padding-right: 10px;
}
TABLE.images TD {
	padding: 5px;
	border-top: 1px solid #ea4415;
	border-left: 0px solid White;
	border-right: 0px solid White;
	border-bottom: 1px solid #ea4415;
	text-align: center;
	vertical-align: top;
}

/* page unique parts */
#container-top-bg {
	margin-top: -10px !important;
	margin-top: 0;
	background-image: url(../images/eolica-bg-top.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#container-bottom-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../images/eolica-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 63px;
	width: 100%;
}
#container-bottom-mill {
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../images/eolica-bg-mill.png) !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/sk/images/eolica-bg-mill.png', sizingMethod='scale');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 239px;
	width: 189px;
}
#container-content {
	background-image: url(../images/eolica-content-bg.png);
	background-repeat: no-repeat;
	margin: auto;
	width: 912px;
	height: 437px;
	position: relative;
	top: 60px;
}
#content {
	position: absolute;
	right: 50px;
	width: 500px;
	text-align: justify;
}
#content-text {
	padding-right: 20px;
	clear: both;
	margin-top: 70px;
	height: 340px;
	overflow: auto;
}
#menu {
	list-style: none;
	margin: 0;
	margin-top: 4px;
	padding: 0;
}
#menu LI {
	float: left;
	margin-left: 15px;
	display: block;
}
#menu LI A {
	display: block;
	padding-top: 20px;
	background-image: url(../images/eolica-li-a.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #1d5e9c;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
#menu LI A:hover {
	background-image: url(../images/eolica-li-a-hover.png);
	color: #c73535;
}
#content H1 {
	display: none;
}
#content-text H2, H3 {
	font-family: Helvetica, Verdana;
	color: #c63333;
	font-size: 16pt;
	margin-bottom: 20px;
}
#footer {
	position: relative;
	top: 35px;
	left: 30px;
	font-size: 7pt;
	color: #3F6C99;
}
#footer A {
	color: #3F6C99;
	text-decoration: none;
}
#footer A:hover {
	text-decoration: underline;
}
#language {
	position: relative;
	top: -445px;
	left: -340px;
	font-size: 7pt;
	color: #3F6C99;
}
#language A {
	color: #BEDBF8;
	text-decoration: none;
}
#language A:hover {
	text-decoration: underline;
}