 body{
     margin:0
 }
.karusellContainer {
	margin-bottom: 10px;
	width: 180px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
    background:#0E3669;

}

.karusell {
	width:170px;
    height:500px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#49176e;
	background-color:#DBF0FF;
	overflow-x:hidden;
	overflow:hidden;
    margin-left: 5px;
    /*background: url(../images/calendar/boxBackCurveless320.gif)*/
}
.festival {
	float: left;
	width:170px;
	border-bottom: 2px dotted #0E3669;
	border-spacing: 0px;
}
.festival .img {
	width: 170px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.festival .content {
	padding-left: 5px;
    padding-right: 5px;
    width: 160px;
	font: normal 11px Helvetica, Tahoma, Arial, Verdana;
	color: #00509A;
	font-weight: bold;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.festival .content a, .festival .content a:active, .festival .content a:visited {
	font: bold 11px Arial, Verdana, Helvetica, Tahoma;
	color: #00509A;
	font-weight: bold;
	text-decoration: none;
}
.festival .content a:hover {
	text-decoration: underline;
    color: #00509A;
    font-weight: bold;
}

.karusellContainer .bottom {
	background:#0E3669;
    width:180px;
    height:20px;
    padding-top:5px;
    padding-bottom:5px;
}

.karusellContainer .bottom a , .karusellContainer .bottom a:hover, .karusellContainer .bottom a:active,.karusellContainer .bottom a:visited{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left:10px;
    white-space: nowrap;
}


