/* vseobecne nastavenia */

body  {
	color: #000066;
	background-attachment: fixed;
	background-image: url(../images/backlogo_nz.gif);
	background-position: center center;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

p	{
	font-size: 11px;
	}
	
li	{
	font-size: 11px;
	}	

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 2em;
	margin-bottom: 1px;
	}

td {
	font-size: 10px;
	background-color: #eee;
	padding: 1px 3px 1px 3px;
	}

img {
	border: none;
	vertical-align: text-bottom;
	}
	
/* linky */

a:link, a:visited {
	color: #FF3300;
	text-decoration: none;
	}

a:hover {
	color: #FF0000	}

/* struktura */

#main	{
	margin: 0 10% 0 10%;
	padding: 0 15px 0 15px;
	}

/* moje triedy */
	
.titlefx {
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background-color: #EEE;
	text-align: right;
	padding: 2px 7px 2px 7px;
	letter-spacing: 0.3em;
}

.divider {
	line-height: 5px;
	border: 1px dotted #CCCCCC;
}
.date {
	font-size: 10px;
	letter-spacing: 2px;
	padding: 2px 7px;
	border: 1px dotted #eee;
	color: #FF6600;
}
