#main_box{
	width: 700px;
	border: 1px solid #333333;
}
#touring_box{
	background-image: url(../img/event/turing_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.touring_titel{
	font-size: 12pt;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	color: #000099;


}
.touring_ul{
	list-style-type: none;

}
.touring_txt{
	list-style-type: disc;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10pt;
	line-height: 13pt;
	margin-left: 20px;

}

#event_box{
	height: 100%;
	width: 210px;
	border: 1px solid #666666;
}
.event_titel {
	font-size: 14pt;
	font-weight: bold;
	color: #000066;
}
.event_link{
	font-size: 12pt;
	color: #333333;
	padding-bottom: 10px;
	list-style-type: disc;





}
.event_link a:link { color:#000066; text-decoration: none; }
.event_link a:visited { color:#000066; text-decoration: none; }
.event_link a:hover { color:#FF0066; text-decoration: underline; }
.event_link a:active { color:#FF0066; text-decoration: underline; }

