
.novice {

}
.novice a.btnMore {
	float:right;
} 

/* Latest */ 
.novice .latest  {
	background:#f5f7f1;
	border:1px Solid #f5f7f1;

	
	padding-bottom:10px;
}
.novice .latest h2 {
	color:#012b80;
	font-size:12px;
}
.novice .latest img.NewsPic {
	margin: 20px;
	float:left;

}
.novice .latest .content {
	float:left;
	float:left;
	margin-top:20px;
	font-size:10px;

	width:290px;
}
.novice .latest .content-noimage {
	float:none;
	margin: 20px;
	font-size:10px;
}

/* last 2 */

.novice .boxnews  {
	margin-top:40px;
	float:left;
	width:268px;
}

.novice .boxnews h2 {
	color:#012b80;
	font-size:12px;
	margin:0;
	margin-bottom: 10px;
	padding:0;
}
.novice .boxnews img.NewsPic {
	margin: 20px;
	margin-top:0px;
	float:none;
	
}
.novice .boxnews .content {
	float:none;
	margin: 20px;
	margin-top:0px;
	font-size:10px;
}

.novice .boxnews .content-noimage {
	float:none;
	margin: 20px;
	/*margin-top:200px;*/
	font-size:10px;
}

.novice a.btnArchive {
	float:right;
	font-size:16px;	
	color:#e11a43;
	font-weight:bold;
	text-decoration : none;
	border-top :5px solid #e11a43;
	padding: 5px 2px;
}

.novice a.btnArchive:hover {
	float:right;
	font-size:16px;	
	color:#e11a43;
	background:#f5f8f1;
	font-weight:bold;
	text-decoration : none;
	padding: 5px 2px;
	border-top :5px solid #e11a43;
	
}




/* LAST NEWS*/

.novice-last{
	
}

.novice-last h1 {
	text-align:center;
	margin:0 auto;
	padding:2px;
	font-size:11px;
	color:#012b80;
	text-transform: uppercase;
	background:#d8d8d8 ;
	border-bottom:2px #808185 solid;
	border-top:2px #e3e4e5 solid;
}


.novice-last .content{
	padding:15px 15px;
	background:#579cdd  ;
	font-size:10px;
	color:#FFF;
	
}



.novice-last .content a{

	margin:0 auto;
	margin-top: 2px;
	margin-bottom: 10px;
	font-weight:bold;
	padding:0;
	display:block;
	padding-bottom:10px;
	padding-top:2px;
	border-bottom:2px solid #032881;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}

.novice-last .content a:hover{
	text-decoration:underline;
}
.novice-last .content hr {
	text-align:center;
	
	height:3px;
	width:50px;
	color:#FFF;
	background:#FFF;
	border:none;

	

}



/* SINGLE NEWS */

.novice-single {
	
}
.novice-single img.NewsPic {
	float:right;
	margin:20px;
	margin-top:0;
	
}


/* Archiv */

#novice-arhiv {
	
}
#novice-arhiv h2 {
		font-size:14px;
	
}
#novice-arhiv .list a {
	display:block;
	border:none;
	color:#012b80;
	padding-left:2px;
	padding-bottom:2px;
	padding-top:2px;
	font-size: 12px;
	text-align:left;
	text-decoration: none;	
}

#novice-arhiv .list a:hover {
	display:block;
	border:none;
	background:#fff;
	border:1px;
	color:#012b80;
	padding-left:2px;
	padding-bottom:2px;
	padding-top:2px;
	font-size: 12px;
	text-decoration: none;	
}

#novice-arhiv .list a .date  {
	float:right;
}

#novice-arhiv #searchbox {
	margin-bottom:20px;
	margin-top:10px;
}