A:link, A:visited, A:active, A:hover {
	FONT-SIZE: 11px;
	COLOR: #4870A4;
	background-color: inherit;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
A:hover {
	TEXT-DECORATION: underline;
}

html,body {
	height: 100%;
	min-height: 100%; 
}


body{
	margin:0;
	FONT-SIZE: 11px;
	COLOR: #646464;
	FONT-FAMILY: Tahoma, Arial, Verdana;
}

#thebody {
	width: 100%;
	height: 100%;
	background-color: #7A7A7A;
	background: url(/media/head/ozadje.gif);
	position: relative;
	bottom: auto;
	margin: 0 auto;
}

.arialblack{font-family: Arial Black, Arial;}
.arial {font-family: Arial, Verdana}
.txt10 {font-size: 10px; }
.txt11 {font-size: 11px; }
.txt12 {font-size: 12px; }
.txt13 {font-size: 13px; }
.txt14 {font-size: 14px; }
.txt15 {font-size: 15px; }
.txt16 {font-size: 16px; }
.txt18 {font-size: 18px; }
.txt20 {font-size: 20px; }

.white{color:#FFFFFF;}
.red{color: #C40000;}
.blue{color: #1A1A5A;}
.black{color: black;}

.gray2{color: #464646;}
.gray3{color: #7A7A7A;}
.gray{color: #9A9A9A;}
.green{color : #4A9526;}
.yellow{color : #FFCC00;}

.naslov1{
	font-size: 22px;
	color: #A9A9A9;
}
.vsebina{
	font-size: 11px;
	color: #646464;
}

.modra{
	color: #4870A4;
}

#myPage{
	width: 765px;
	height: 660px;
	background-color: white;
	margin-left: auto; margin-right: auto;
	position: relative;
	top: 50px;
}

#header_top{
	background-image: url(/media/head/glava_1.gif);
	background-repeat: no-repeat;
	width: 765px;
	height: 17px;
}
#header_logo{
	background: url(/media/head/glava_logo.gif) no-repeat;
	width: 756px;
	height: 90px;
}


#footer{
	width: 765px;
	height: 28px;
	background: url(/media/head/noga_1.gif) no-repeat bottom;
	margin-bottom: 0px;
	position: absolute;
	bottom: 0; left: 0; 
}

#myBody{
	width:764px;
	height:615px;
	position: relative;
}

#body_left, #body_right {
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
}

#body_left{
	background: url(/media/head/border_left.gif) repeat-y left;
	width:5px;
	left: 0; 
}

#body_right{
	background: url(/media/head/border_right.gif) repeat-y right;
	width:4px;
	right: 0px;
	margin-right:-1px;
}

#body{
	height: 505px;
	position: relative;
}

#body_menu{
	width:235px;
	height: 100%;
	left:0px;
	top:0;
	position: absolute;
	background: url(/media/head/menu_right.gif) no-repeat right;
}

#body_menu ul{
	width:160px;
	left:40px;
	position: absolute;
	top:30px;
	list-style: none;
	margin:0px;
	padding:0px;
}
#body_menu ul li{
	list-style: none;
	margin-top: 6px;
	padding-bottom:6px;
	border-bottom: 1px dashed #A2A2A2;
}

#body_menu ul li a{
	background: url(/media/head/menu_arrow.gif) no-repeat left;
	padding-left: 20px;
	color: #A9A9A9;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#body_menu ul li a:hover{
	color: #EF6208;
}


#body_menu_kocke{
	background: url(/media/head/kocke.jpg) no-repeat bottom right;
	position: absolute;
	width:197px;
	height:232px;
	bottom:40px;
	right:15px;
}

#body_content{
	height:410px;
	position: absolute;
	left: 270px;
	top: 40px;
	overflow: auto;
	width: 465px;
	padding-right:10px;
}

#body_content img{
	border: 1px solid #D2D0D1;
	margin-right: 9px;
	margin-bottom: 7px;
}

#body_content img:hover{
	border: 1px solid #000000;
}

#body_content img.title{
	border: none;
	margin-bottom:15px;
}


#body_content hr{
	border: 0px;
	border-bottom: 1px dashed #A3A3A3;
	height: 1px;
	margin-bottom: 10px;
}

#body_disclaimer{
	background: url(/media/head/disclaimer.gif) repeat-x top left;
	height:15px;
	position: absolute;
	left: 270px;
	bottom: 30px;
	width: 475px;
	text-align: right;
}

#body_disclaimer p{
	bottom: 0px;
	margin: 0px;
	margin-top: 7px;
}


