body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.main_page {
	width: 1010px;
	height: 602px;
	background-image: url(back.png);
	background-repeat: no-repeat;
}

.header{
	height: 100px;
	padding-left: 10px;
}

.content_height {
	height: 425px;
}

.menus {
	width: 170px;
	vertical-align: top;
	padding-top: 45px;
	padding-left: 10px;
	font-size: small;
}

.content {
	width: 310px;
	vertical-align: top;
	padding-top: 25px;
	padding-left: 35px;
	color: White;
}

.portals {
	width: 305px;
	vertical-align: top;
	padding-top: 25px;
	padding-left: 60px;
	color: White;
	padding-right: 20px;
}

.footer {
	height: 25px;
	vertical-align: center;

	padding-left: 10px;
	color: White;
	font-size: 10px;
}

.menu_item {
	list-style-image: url(kocka_oranzna.png);
	font-weight: bold;
	color: White;
	padding-bottom: 5px;
}

.menu_item_mo {
	list-style-image: url(kocka_oranzna.png);
	font-weight: bold;
	color: White;
	cursor: Pointer;
	text-decoration: underline;
	padding-bottom: 5px;
}

.menu_item_on {
	list-style-image: url(kocka_bela.png);
	font-weight: bold;
	color: #F08A31;
	padding-bottom: 5px;
}

.menu_item_on_mo {
	list-style-image: url(kocka_bela.png);
	font-weight: bold;
	color: #F08A31;
	cursor: Pointer;
	text-decoration: underline;
	padding-bottom: 5px;
}

.title {
	font-weight: bold;
	font-size: larger;
	width: 300px;
	background-image: url(bela.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 8px;
}

.text {
	padding-top: 15px;
	font-size: small;
}

.link {
	color: #F08A31;
}

.link_mo {
	cursor: Pointer;
	text-decoration: underline;
	color: #F08A31;
}

.portal_desc {
	font-size: small;
}

.portal_name {
	color: #F08A31;
	padding-left: 10px;
	font-weight: bold;
	font-size: x-large;
	padding-bottom: 40px;
}

.portal_name_mo {
	color: #F08A31;
	padding-left: 10px;
	font-weight: bold;
	font-size: x-large;
	padding-bottom: 40px;
	cursor: Pointer;
	text-decoration: underline;
}


/* čaranje by Ero, 09.11.2007 */

.e_main_page {
	width: 1010px;
}

.e_head {
	background-image: url(e_head.png);
	background-repeat: no-repeat;
	margin-bottom: -5px;
}

.e_foot {
	background-image: url(e_foot.png);
	background-repeat: no-repeat;
}

.e_content_height {
	background-image: url(e_content.png);
        background-repeat: repeat-y;
}

