body
{
	width: 850px;
	margin: 0px auto;
}

#image_roll
{
	width: 850px;
	height: 240px;
}

#a_wrap
{
	width: 140px;
	height: 20px;
	margin: 0px auto;
}

#image_roll a
{
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 5px;
	background-color: #565555;
}

#image_roll a.active
{
	background-color: #4CC2F0;
}

#menu
{
	height: 90px;
	width: 850px;
	background-image: url("images/menu.png");
	position: relative;
}

#menu a
{
	height: 40px;
	display: inline-block;
	text-decoration: none;
	position: absolute;
}

#domov
{
	left: 54px;
	top: 24px;
	width: 106px;
    background: url('images/menu_items.png') -54px -24px;
}

#program
{
	left: 180px;
	top: 24px;
	width: 121px;
    background: url('images/menu_items.png') -180px -24px;
}

#eksperimenti
{
	left: 322px;
	top: 24px;
	width: 174px;
    background: url('images/menu_items.png') -322px -24px;
}

#galerija
{
	left: 515px;
	top: 24px;
	width: 113px;
    background: url('images/menu_items.png') -515px -24px;
}

#podporniki
{
	left: 648px;
	top: 24px;
	width: 148px;
    background: url('images/menu_items.png') -648px -24px;
}

#domov:hover, #domov.active
{
    background: url('images/menu_items.png') -54px -115px;
}

#program:hover, #program.active
{
    background: url('images/menu_items.png') -180px -115px;
}

#eksperimenti:hover, #eksperimenti.active
{
    background: url('images/menu_items.png') -322px -115px;
}

#galerija:hover, #galerija.active
{
    background: url('images/menu_items.png') -515px -115px;
}

#podporniki:hover, #podporniki.active
{
    background: url('images/menu_items.png') -648px -115px;
}

#vsebina
{
	font-size: 25px;
	font-family: Calibri, sans-serif;
	color: #555555;
	width: 750px;
	margin: 10px auto;
}

#vsebina h1
{
	font-size: 30px;
	font-weight: bold;
}

#categories
{
	width: 750px;
	margin: 10px auto;
}

.category
{
	width: 200px;
	height: 40px;
	font-family: Calibri,sans-serif;
	font-size: 30px;
	color: #555555;
	line-height: 40px;
	padding-top: 200px;
	text-align: center;
	display: inline-block;
	margin: 25px;
	text-decoration: none;
}

#cat_2015
{
    background: url('images/cat_2015.png') -200px 0px no-repeat;
}

#cat_2015:hover
{
    background: url('images/cat_2015.png') 0px 0px no-repeat;
}

#cat_2014
{
    background: url('images/cat_2014.png') -200px 0px no-repeat;
}

#cat_2014:hover
{
    background: url('images/cat_2014.png') 0px 0px no-repeat;
}