/* CSS Document by http://miba.hr */
*{
	margin: 0px;
	padding: 0px;
	border: none;
	outline:none;
}

body{
	background-image: url(../images/bck.jpg);
	height: auto;
	background-repeat: repeat-x;
	background-color: #202221;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
 	font-size: 1em;
}

#container{
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
	height:auto;
	width: 800px;
}
#header{
	background-image: url(../images/header_index.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 116px;
	width: 800px;
}
#logo{float:left;}

/****** meni **************/

#meni {margin-top:70px; float:left; margin-left:70px;}

#meni ul{display:inline; width:570px;}

/*
#meni li, #meni li a{
	font-weight:bold;
	font-size:80%;
	color:#FFFFFF;
	display: block;
	text-decoration:none;
	background-image: url(../images/star_a.jpg);
	background-repeat: no-repeat;
	background-position: left center;
		
}
*/
#meni li{display: inline;}

 #meni li a{
 font-weight:bold;
	font-size:60%;
	color:#FFFFFF;
	display: inline; 
	width: 600px; 
	height: 20px; 
	padding: 0px 0px 0px 14px; 
	background: url(../images/star_a.jpg) no-repeat; 
        text-decoration:none;

}
	
#meni li a:hover{
	color:#EA81AB;
	background-image: url(../images/star_hover.jpg);
	}
	
.active{
	color:#EA81AB;
	background-image: url(../images/star_hover.jpg);
	}
	
#content_index{
	float: left;
	height: 449px;
	width: 800px;
	background-image: url(../images/index_content.jpg);
	background-repeat: repeat-y;	
}
#social{
 	width:110px;
	height:auto;
	float:right;
    margin-top:-420px;

}
	
#footer{
	background-image: url(../images/footer.jpg);
	float: left;
	height: 50px;
	width: 800px;
}

.f_right{
	text-align:right;
	font-size:60%;
	padding-top:17px;
	padding-right:35px;
	color:#999999;
}
	
#sponsor{
	float: left;
	height: 73px;
	width: 800px;
	clear: both;
}


.clr{clear:both;}


/* content other sites */
#content{
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	float: left;
	min-height:380px;
	width: 800px;
}
#left{
	float: left;
	height: auto;
	width: 196px;
	margin-top:30px;
}

#left h5{
color:#EA81AB;
padding-left:18px;
padding-bottom:8px;
}

#left li{
	color: #FFF;
	font-size: 80%;
	text-decoration:none;
	list-style:none;
	padding-left:20px;
}

#left a{
	color: #FFF;
	font-size: 80%;
	text-decoration:none;
	list-style:none;
	font-weight: bold;
}

#left a:hover{
	color: #EA81AB;
}

#right{
	float: left;
	height: auto;
	width: 600px;
}

#right h2{
	padding-bottom:15px;
	padding-top:30px;
	padding-left:45px;
	font-size: 120%;
	color: #EA81AB;
	text-transform: uppercase;
}

#right p{
	font-size: 70%;
	color: #FFF;
	width:525px;
	line-height: 130%;
	padding-left:45px;
	text-align: justify;
	padding-bottom:15px;
}

#right a{
	color: #EA81AB;
	text-decoration:none;
}

#right a:hover{
	color: #EA81AB;
	text-decoration:underline;
}

#right dl{
	display:block;
	width:524px;
	height:auto;
	margin-left:40px;
	margin-top:10px;
	margin-bottom: 40px;
	float:left;
	
}

#right dt{
	font-size: 70%;
	font-weight: bold;
	padding-bottom:5px;
	color:#EA81AB;
}

#right dd{
	font-size: 70%;
	font-weight:normal;
	padding-bottom:5px;
}


/* player */

#music_player{

	float:left; 
	margin-left: 20px;
	padding-top:5px;
}
