@charset "utf-8";
/* CSS Document */
body
{
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	background-color:#bbbbbb;
	margin:0;
	font-size:10pt;	
}

table.header { background-image:url(../images/background_header.png); background-repeat:no-repeat; }
#meniu {font-size:11pt; font-weight:bold;}
#meniu a { color:#333; text-decoration:none}
#meniu a:hover { color:#F00; text-decoration:none;}
#meniu a:link{}
#meniu a:visited{}
#meniu .selected {color:#cd3202;}

#news {background-color:#e5e5e5; border-left:#999 solid 1px; border-right:#999 solid 1px; padding:5px;}
#news h2 {color:#F00; font-size:14pt;}
#news .red {color:#F00}
#news ul { margin:0; padding:0 0 0 10px; }
#news ul li {font-weight:bold; margin-bottom:10px;}

#content { font-size:10pt;}
#content #title { color:#F00; font-weight:bold;}

#footer { background-color:#383637; color:#FFF; font-size:9pt; }

h1 { font-size:16pt}

a {color:#FC2607; text-decoration:none}
a:hover { color:#000; text-decoration:none}
a:link {}
a:visited {}

a.small {color:#FC2607; text-decoration:none; font-size:10px;}
a.small:hover { color:#000; text-decoration:none}
a.small:link {}
a.small:visited {}
.red {color:#F00}