/* CSS Document */

.header {background-image:url(header.jpg); text-align:left; vertical-align:bottom; padding-left:5px;}
.footer {background-image:url(footer.jpg); vertical-align:middle; text-align:center; font-family:Verdana; font-size:9px; color:#A0A0A0;}
.sredina {background-color:#BADE67; border-left: 1px solid #A0A0A0; border-right: 1px solid #A0A0A0; padding-top:10px; padding-left:9px; padding-right:9px;padding-top:10px;}
.tablica {background-color:#BADE67; border-left: 1px solid #A0A0A0; border-right: 1px solid #A0A0A0;}
.kucice {background-color:#CCC;border: 1px solid #FFFFFF; padding:3px; vertical-align:top;}
.facebook {color:#049700;text-decoration:none;font-family: Verdana;font-size:10px;border:none}

a:link,a:visited{color:#049700;text-decoration:underline}
a:hover {color:#049700; text-decoration: inherit}

a.facebook:link, a.facebook:visited {
	/* this styling is for the MAIN items in the menu */
	color: #049700;
	font-family: Verdana;
	font-size:10px;
	text-decoration:none;
	text-align: left;
	}

a.facebook:hover {
	/* same as above, but when hovering */
	color: #049700; 
	font-family: Verdana;
	font-size:10px;
	text-decoration:underline;
	text-align: left;
	}

a.mainlevel-topmeni:link, a.mainlevel-topmeni:visited {
	/* this styling is for the MAIN items in the menu */
	color: #FFFFFF;
	font-family: Verdana;
	font-size:12px;
	font-weight: normal;
	padding:0px;
	text-decoration:none;
	text-align: left;
	}

a.mainlevel-topmeni:hover {
	/* same as above, but when hovering */
	color: #049700; 
	font-weight: normal;
	text-decoration:none;
	text-align: left;
	}

.mainlevel-topmeni {
	/* this styling is for the MAIN items in the menu */
	color: #FFFFFF;
	font-family: Verdana;
	font-size:12px;
	font-weight: normal;
	padding:0px;
	text-decoration:none;
	text-align: left;
	}


a.mainlevel:link, a.mainlevel:visited {
	/* this styling is for the MAIN items in the menu */
	color: #FFFFFF;
	font-family: Verdana;
	font-size:12px;
	font-weight: normal;
	padding:0px;
	text-decoration:none;
	text-align: left;
	display:block;
	background-color:#FFC000;
	padding:3px;
	}

a.mainlevel:hover {
	/* same as above, but when hovering */
	color: #FFFFFF; 
	font-weight: normal;
	text-decoration:none;
	text-align: left;
	display:block;
	background-color:#049700;
	padding:3px;
	}
	


table.moduletable {
	/* styling the module table */
	width: 100%;
	}

table.moduletable th {
	/* styling the module header, and the module titles */
	margin: 3px 3px 3px 3px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	background-color:#FFC000;
	width:100%;
	max-width: 100%;
	padding-top:3px;
	padding-bottom:3px;
	}

table.moduletable td {
	/* well.. for formatting the table cells of the module table */
	font-family: Verdana;
	font-size: 10px;
	padding-bottom:2px;
	padding-top:2px;
	}