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

/*==================================splošno====================================*/
/*linki*/
a:link {
		color:					#d80083;
		font-weight:			bolder;
		text-decoration:		none;	
}

/* link če si z miško na njem in obiskan link*/
a:hover, a:focus, a:visited {
		color:					#aa0000;
		font-weight:			bolder;
		text-decoration:		none;	
}

/*==================================download====================================*/
/* razmik pod tabelo + črta okoli tabele */
.download table {
		margin-bottom: 			25px;	
		border:					#CCCCCC thin solid;	
}

/* barva linka */
.download table a:link {
		color:					#d80083;
		font-weight:			bolder;
		text-decoration:		none;	
}

/* barva linka če si z miško na njem in obiskanega linka*/
.download table a:hover, .download table a:focus, .download table a:visited {
		color:					#aa0000;
		font-weight:			bolder;
		text-decoration:		none;	
}

/* naslovna vrstica tabele */
.download th {
		color:					black;
		background-color:		#f4e600;
}

/* vsebina celic */
.download td {
		color:					black;
		background-color:		white;	
		border-bottom:			thin dotted #aaaaaa;	
}

/*==================================newspaper====================================*/
/* širina div */
.newspaper div {
		width:					800px;
}

/* začetnica odstavka je velika */
.newspaper p:first-letter {
		font-size:				200%; 
		float:					left;
		line-height:			1em;
		color:					#000000;
		font-family:			"Times New Roman", Times, serif;
		font-weight:			bold;
 }
 
.newspaper p{
		margin-left:			15px;	
		font-size:				11px;
		margin-bottom:			10px;
		margin-top:				0px;
}

/* širina div */
#main_l {
		position: 				absolute;
		width:					400px;
		top:					10px;
		left:					10px;
		
}

/* širina div */
#main_r {
		position: 				absolute;
		width:					400px;
		top:					10px;
		left:					410px;
		
}
/*==================================banner - sponji menuji====================================*/
/*linki*/
.banner a:link {
		color:					#fff;
		font-weight:			bolder;
		text-decoration:		none;	
}

/* link če si z miško na njem in obiskan link*/
.banner a:hover, .banner a:focus, .banner a:visited {
		color:					#fff;
		font-weight:			bolder;
		text-decoration:		none;	
}

/*==================================program====================================*/
/*podčrtaj*/
.underline {
		text-decoration:		underline;	
}

/*močneje*/
.mocneje {
		font-weight:			bold;	
}

/*vrsta1*/
.vrsta1 {
		background-color:		#f3b2da;	
}

/*vrsta2*/
.vrsta2 {
		background-color:		#fcf7b2;	
} 

/*open*/
.open {
		color:					#0000FF;
		font-weight:			500;
} 

/*==================================program v3====================================*/
/*-------------------------------------ID-----------------------------------------*/

/*-----------------------------------konec ID-------------------------------------*/


/*==================================press====================================*/
/*loceno*/
.loceno {
		border-top:				2px dotted #d80083;	
}


.allcaps {
	text-transform: uppercase;
}
.nevidno {
	display: none;
}
.team {
	
}
.team h2 {
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d80083;
}.team img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.foto {
	font-size: 10px;
	margin-left: 15px;
	width: 385px;
}
.dnevna_napoved {
	width: 796px;
	padding-right: 20px;
	padding-left: 20px;
}
.dnevna_napoved h1{
	font-size: 18px;
	color: #d80083;
	font-weight: bold;
	text-align: center;
}
.dnevna_napoved h2{
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d80083;
}
