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

BODY{
	background-image:url(images/back2.gif);
	background-repeat:repeat;
}

#frame{
	width:820px;
	height:auto;
	border:#000 2px solid;
	margin:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:14px;
	margin-top:10px;
}

#frame p{
	padding:0px;
	margin: 0px 0px 5px 0px;
}

#frame a:link, #frame a:visited
{
	text-decoration: none;
}

#frame a:hover
{
	text-decoration:underline;
}

#banner{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:140px;
	background-image:url(images/banner.jpg);
	border-bottom:#000 2px solid;
}

#menu{
	position:relative;
	top:120px;
	left:0px;
	width:100%;
	height:20px;
}

.menuTable{
	position:relative;
	left:0px;
	width:75%;
	height:100%;
	margin:0px;
	padding:0px;
}

.menuTable tr, .menuTable td{
	margin:0px;
	padding:0px;
	text-align:center;
}

#menu a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	text-decoration:none;
	display:block;
}

#menu a:link, #menu a:visited
{
	color:#FFF;
	text-decoration: none;
}

#menu a:hover
{
	background-color:#ed1b24;
	color:#FFF;
}

.selected a, .selected a:link, .selected a:visited, .selected a:hover
{
	background-color:#000;
	color:#FFF;
}

#container{
	width:100%;
	height:520px;
	background-color:#F0F0F0;
}

#lijevi{
	width:280px;
	float:left;
	padding:10px;
}

#srednji{
	width:300px;
	float:left;
	padding:10px;
	padding-left:0px;
	font-size:11px;
	line-height:14px;
}

#srednji, #srednji a{
	color:#000;
}

#lineupDiv{
	width:590px;
	height:455px;
	float:left;
	padding:10px;
	font-size:11px;
	overflow:auto;
}


#trakice{
	width:30px;
	height:100%;
	float:left;
	background-image:url(images/trakice.gif);
	background-repeat:repeat-y;
}

#desni{
	width:160px;
	float:left;
	padding:10px;
	font-size:11px;
}

#desni b{
	color:#291d00;
}

#srednji p, #desni p{
	margin-top:7px;
	margin-bottom:7px;
}

#footer{
	width:100%;
	height:20px;
	line-height:18px;
	background-color:#1d1d1d;
	border-top:#000 1px solid;
	text-align:center;
	font-size:9px;
	font-weight:bold;
	padding-top:2px;
}

#footer, #footer a{
	color:#FFF;
}

.infoBox{
	width:100%;
	background-color:#FFF;
	float:right;
	text-align:right;
	margin-bottom:10px;
	padding-bottom:5px;
}

.infoBox, .infoBox a{
	color:#000;
}

.infoBox p{
	padding-right:5px;
}

.infoBoxTitle{
	background-color:#1d1d1d;
	padding:5px;
	color:#FFF;
}

.standardTable{
	width:100%;
	border-color: #000;
    	border-width: 0 0 1px 1px;
    	border-style: solid;
}

.standardTable td, .standardTable th{
    	border-color: #000;
    	border-width: 1px 1px 0 0;
    	border-style: solid;
    	margin: 0;
    	padding-left: 4px;
	padding-right: 4px;
}

.standardTable th{
	font-weight:bold;
	background-color:#291d00;
	color:#FFF;
	text-align:left;	
}
