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

html {
overflow-y:scroll;
}


body {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #FBFFFA;
	background-color: #000000;
	margin: 0;
	padding: 0;
	background-color:#000000;
	background-image:url(../gfx/body_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	
}


/* glavni meni */
.main_menu{
	width:980px;
	height:37px;
	margin:0 auto;
	margin-top:40px;
	line-height:1em;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	
}

.main_menu a, .main_menu a:visited, .main_menu a:link{
	color:#CFCFCF;
}

/* meni 2. nivo */
.sub_menu{
	width:869px;
	margin:0 auto;
	line-height:37px;
	text-align:left;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top: none;
	border-color:#00923F;
	font-size:22px;
	font-weight:bold;
	padding-left:29px;
	
}

.sub_menu a, .sub_menu a:visited, .sub_menu a:link{
	color:#00923F;
	padding-right:15px;
	font-size:14px; 
	font-weight:bold;
}


/* meni 3. nivo */
.SideMenu{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-left:25px;
	margin-bottom:15px;
	
}

.SideMenu a, .SideMenu a:visited, .SideMenu a:link{
	display: block;
	color:#00923F;
	padding-left:25px;
	padding-right:15px;
	font-size:12px; 
	font-weight:bold;
	margin-bottom:10px;
	background-image:url(../gfx/SideMenu_a_bg_normal.gif);
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:2px;
}


/* page content */
.page_content{
	width:910px;
	margin:0 auto;
	padding:0px;
}


/* page footer */
.page_footer{
	width:100%;
	height:49px;
	margin:0 auto;
	margin-bottom:20px;
	border-top: 1px solid #3E3E3E;
	font-size:10px;
	color:#9C9C9C;
}

.title_black{
	background-color:#000000;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding:3px 13px 3px 13px;
}

.igralci_seznam{
	padding:13px;
}

.igralci_seznam a, .igralci_seznam a:visited, .igralci_seznam a:link{
	display:block;
	color:#FFFFFF;
	padding-bottom:13px;
}



.center_div{
	margin:0 auto;
	width: 980px;
}

.center_div_logo2{
	margin:0 auto;
	width: 960px;
	height:175px;
	background-image:url(../gfx/logo_2.jpg);
	background-repeat:no-repeat;
}

.povzetek_big{
	line-height:1.5em;
}

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

a:hover {
	color:#0EAE4A;
	text-decoration:underline;
}

a#selected {
	text-decoration:underline;
}

.separator{
	clear:both;
	margin:10px 0;
	line-height:10px;
	height:10px;
	border-top:1px solid grey;
}

h1 {
	color:#00923F;
	padding-right:15px;
	font-size:14px; 
	font-weight:bold;
	margin-bottom:20px;
	
}

h2 {
	color: #999999;
	padding-bottom:3px;
	font-size:14px;
	margin-bottom: 5px;
	font-weight:bold;
	margin-top:15px;
}

h2 a, h2 a:visited, h2 a:link, h2 a:hover{
	color: #288F9A;
}

h3{
	font-size:16px;
	font-weight:bold;
	color:#F47621;
	text-decoration:none;
	padding-bottom:60px;
}

hr {
	background-color:#D4D6CB;
	color:#D4D6CB;
	height:1px;
	border:0pt none;
	width:100%;
}

#kraj{
	font-weight:bold;
	color: #000000;
	
}

ul { list-style-position: outside; margin-left: 0px; padding-left: 30px; list-style: square; vertical-align: middle; margin-bottom:1em; }

li { margin: 0px; padding: 0px; margin-bottom:0.5em; }

strong,b{
	font-weight:bold;
}

p {
	margin-bottom:1em;
	line-height:1.5em;
}


.firstImage{
	padding-right:20px;
	width: 150px;
	float:left;
	text-align:center;
}


a.link_vec{
	font-weight:bold;
}

.side_pict{
	width:182px;
	height:125px;
	overflow:hidden;
	border:1px solid #CCCCCC;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.gallery_pict{
	width:182px;
	height:125px;
	overflow:hidden;
	border:1px solid #CCCCCC;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}


/*OKVIR TD-jev*/
.news_box{
	border:1px solid #828780;
}

.vsebina{
	padding:13px;
}

/*sponzorji*/
#sponzorji p{
	display:none;
}

/* naslovi novičk na prvi strani */
.news_title_base{
	clear:both;
	margin-bottom:20px;
}

.news_title_base a, .news_title_base a:visited, .news_title_base a:link {
	color: #FFFFFF;
	font-size:12px;
}

.news_title_base a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
/* naslovi prve novičke na prvi strani  */
.news_title_first{
	clear:both;
	font-size:15px;
	font-weight:bold;
	
}
.news_title_first a, .news_title_first a:visited, .news_title_first a:link {
	color: #FFFFFF;
}

.news_title_first a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
