/* zakladna definicia body */
body {
	font-family: Verdana, Arial, Helvetica;
	bgcolor: #FFFFFF;
	leftmargin: 0;
	topmargin: 0;
	marginwidth: 0;
	marginheight: 0;
	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: #0099CC;
	SCROLLBAR-SHADOW-COLOR: #0099CC;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-ARROW-COLOR: #0099CC;
	SCROLLBAR-TRACK-COLOR: #EFEFEF;
	SCROLLBAR-DARKSHADOW-COLOR: white;
	background-image: url(../img/back.gif);
}

#fm_main {
  background-color: white;
  border: 1px black solid;
}

#aktualne_podmienky {
padding: 10px 5px 5px 5px;
background-color: #e6eef0;
width:360px;
}

h2 {
  font-size: 15px;
}

#aktualne_podmienky, #aktualne_podmienky table  {
  font-size: 9px;
}

#aktualne_podmienky td
{
  vertical-align: top;
}

/* definovanie vseobecnych liniek */
a:link {font-size: 11px;
    text-decoration:none;
	color: #0099CC;}
a:visited {font-size: 11px;
    text-decoration:none;
	color: #0099CC;}
a:hover {font-size: 11px;
    color: #999999;}
a:active {font-size: 11px;
    color:#FFCC00;}

/* definicia tabuliek */
table {
	border: none;
}
				
/* definicia textov */
.text {font-size: 10px;
		color: #999999;}
.textmodry {font-size: 11px;
		color: #000066;}
.textdatum {font-size: 11px;
		color: #999999;}
h1 {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	border: none;
	margin: 0px;
	padding: 0px;
}

.toptable {font-size: 11px;
	   color: #000066;
           font-weight: bold;}
		
.copyright {
	font-size: 9px;
	color: #999999;
	text-align: center;
}
.copyright a:link {font-size: 9px;
	}
/*.copyright a:visited { font-size: 9px;
	} */
/*.copyright a:hover { font-size: 9px;
	} */
/*.copyright a:active { font-size: 9px;
	}*/

