/* Main */
html, body{
	height: 100%;
	behavior:url("inclds/csshover.htc");
}
body{
	margin: 0;
	padding: 0;
	background: url(img/desno_back.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
body p{
	margin: 0px;
}
a{
	color: black;
}
#banner{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 696px;
	height: 154px;
	background: url("img/banner.jpg");
}

/* Novice */
.novice_topbox{
	background-color: #f2f2f2;
	padding-left: 5px;
	padding-top: 2px;
	border-bottom: 1px solid #cccccc;
	height: 18px;
	font-size: 14px;
	color: #993300;
}
.novice h1{
	font-size: 12px;
	color: #993300;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
.novice h1 a{
	color: #993300;
	padding: 0px;
}
.novice h2{
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: left;	
}
.novice h2 a{
	color: #666666;
}

.novice p{
 	margin: 0px;
 	padding: 0px;
}

/* Menu */

#navmenu {
	margin: 0px;
	padding: 0px;
	left: 0px;
}
#navmenu li {
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 145px;
	height: 25px;
	bottom: 0px;
	top: 0px;
	border-bottom: 1px solid #a2b2af;
}
#navmenu li a {
	bottom: 0px;
	top: 0px;
	left: 0px;
	display: block;
	height: 25px;
	padding: 5px 8px 0px 7px;
	text-align: right;
	color: #b53b00;
	text-decoration: none;
	/* font-weight: bold; */
}
#navmenu li ul {
 	display: none;
 	/* width: 120px; /* za opero */
}
#navmenu li:hover {
 	background-color: #dcdcdc;
}
#navmenu li:hover ul {
	/*width: 120px;*/
	display: block;
	position: absolute;
	left: 137px;
	margin: 0;
	padding: 0px 6px 0px 0px;
	border-top: 1px solid #cccccc;
}
#navmenu li:hover li {
	/*width: 100px;*/
	height: 25px;
	float: none;
	border-bottom: 1px solid #cccccc;
	border-left: 3px solid #cccccc;
	border-right: 3px solid #cccccc;
	background-color: #efeded;
}
#navmenu li:hover li a {
	
	height: 25px;
	display: block;
	/* padding: 5px 0px 0px 0px;*/
	text-align: right;
	color: #b53b00;
	text-decoration: none;
}
#navmenu li li a:hover {
	background-color: #dcdcdc;
}
#vsebinabox{
	position: absolute;
	top: 175px;
	left: 200px;
	width: 480px;
}
h1 {
	color: #b53b00;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
h2{
	color: #b53b00;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
h3{
	color: #b53b00;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}

/* Jeziki */
#jeziki{
	position: absolute;
	left: 784px;
	width: 85px;
	top: 6px;
	text-align: center;
	font-weight: bolder;
}
#jeziki a{
	color: #838383;
	text-decoration: none;
}

.menucell {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CED7D6;

}

.vsebinacell {
	width: 469px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #f6f6e8;
	background-repeat: no-repeat;
	padding-left: 65px;
	padding-top: 25px;
	padding-right: 15px;
}

.spacer {
	height: 154px;
}

.novicecont {
	background-color: #FFFFFF;
	background-image: url(img/desno_stolpec.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d9d5bd;
}
.senca {
	background-image: url(img/desno_senca.jpg);
	background-repeat: repeat-y;
}
.novice{
	margin-top: 60px;
	border-top: 1px solid #d3ceb9;
}

/* --- Novice start--- */

table.novice_list {
    margin-bottom: 13px;
    width: 460px;
    /*border: 1px solid #c2c2c2;*/
}
table.novice_list tr.header{
    background: #CCDBD5;
    font-weight: bold;
}
table.novice_list tr.header td{
    padding: 3px 3px 3px 5px;
}
table.novice_list tr.body{
    background: #FFFFFF;
}
table.novice_list tr.body td{
    padding: 3px 3px 3px 5px;
}
/* --- Novice konec--- */
