@charset "UTF-8";
/* CSS Document */

/* MAIN STYLES */
body {
	font-family:"Courier New", Courier, monospace;
	/*font-family:"Arial Black", Gadget, sans-serif;*/
	background-color:#ddd;
	background-image:url(grafika/bg2.png);
	background-repeat:no-repeat;
	background-position:left;
	
		
}

#mainFrame {
	/*border:1px solid #ccc;*/
	background-image:url(grafika/unimobilBG.png);
	/*background-color:#CCC;*/
	background-repeat:no-repeat;
	background-position:top;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	height:768px;
	width:1024px;
	border-radius: 10px;
	
}


p {
	margin-bottom:15px;
}

img {
	/*border:1px solid #036;*/
}
/*	LINK STYLE 	*/
a:link {text-transform:uppercase; text-decoration:none; color:#000; font-style:italic; font-size:14px;}
a:visited {text-transform:uppercase; text-decoration:none; color:#000; font-style:italic;}
a:active {text-transform:uppercase; text-decoration:none; color:#000; font-style:italic;}
a:hover {text-transform:uppercase; text-decoration:none; color:#000; font-style:italic; font-weight:bold;}

/* ************************* */
/* OKVIR MENIJEV*/

#menuFrame {
	/*border:1px solid orange;*/
	margin-left:300px;
	margin-top:15px;	
}

#lngMenu {
	/*border: 1px solid RED;*/
	margin-bottom:5px;
	margin-top:12px;
	padding-top:54px;
	
}

#contMenu {
	/*border: 1px solid RED;*/
	display:inline;
	padding-top:0px;
	margin-top:0px;
	font-size:14px;
}

h1 {
	/*border-bottom:1px solid blue;*/
	text-transform:uppercase;
	margin-top:5px;
	color:#cc0000;
	font-weight:500;	
}

/* *********************** VSEBINA */


#contFrame {
	/*border: 1px solid green;*/
	margin-left:300px;
	padding-top:00px;
	margin-top:50px;
	text-align:justify;
	padding-right:50px;
	font-size:13px;
	font-weight:100;	
	line-height:140%;
}

h3 {
	font-weight:700;
	margin:2px;
	font-size:12px;
	/*width:190px;*/
	}

li {
	font-weight:100;
	margin:0px;
	padding:-2px;	
}

td {
	/*border:1px solid red;*/
	top:0px;
	padding-right:50px;
	vertical-align:text-top;
}

#vsebina {
	margin-top:-25px;
}






b {
	color:#C03;
}

