@charset "utf-8";
/* CSS Document */


/* yellow box */
.yellow_box{
	width: 100%;
	background-color: #fff100;
	color:#152b4c;

}

.yellow_box p {
	text-align:left;
	color:#000000;
}

.roundtop_y { 
	background: url(images/tr_yellow.gif) no-repeat top right; 
}

.roundbottom_y {
	background: url(images/br_yellow.gif) no-repeat top right; 
}

img.corner_y {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.title_y {
   text-align:left;
   margin: 0 20px;
   font-family:"Trebuchet MS", sans-serif;
   font-size: 1.44em;
   font-weight:bold;
   color: #152b4c;
}

.vsebina{
	margin: -5px 20px;
}

.yellow_box a{text-decoration:none;}







