@charset "utf-8";

body{ background-color:#002647; margin:0; padding:0;}

.container{background-color:#002647; background-image:url(slike/main_bground.jpg); background-repeat:repeat-x; width:100%;
 min-height:390px; height:auto; margin-top:50px;
 font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF;
}

p{
padding:0 0 20px 0;
margin:0;
}

a{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; text-decoration:none;}
a:hover{color:#00CCFF;}

.top-image{width:940px; height:40px; border:0; padding:0; text-align:right;}
.side-left{background-color:#6633CC;background-image:url(slike/logo_bg.jpg); width:315px; height:308px; float:left;}
.side-left img{border:none; position:relative; top: 20px; left:50px;}
.side-center{background-color:#001126; background-image:url(slike/center_bground.jpg); background-repeat:no-repeat; width:565px; float:left; border:#FFFFFF solid 1px; line-height:25px; padding:30px 30px 0 30px;}
.bottom-image{width:940px; height:40px; float:left; border:0; padding:0; text-align:right;}

.center-height{height:276px;}

.top-shadow{ background-color:#993300; width:800px; height:50px; float:left;}
.full-width{ width:100%; background-color:#66CC66; height:50px;}

ul{
	position:absolute;
	padding:0;
	margin:60px 0 0 0;
	list-style:none;
}

li{
	background-image:url(slike/bullet.gif);
	background-repeat:no-repeat;
	margin: 0 0 0 0;
	padding-left: 30px;
	background-position: left;
}

table{
	border:solid;
	
}

td{
	border:none;
	padding:20px;
}

.noborder{
	border:none;
}