#home{
	overflow:hidden;
}

#home #solidLine{
	border-top:1px solid #cccccc;
	width:500px;
	height:1px;
	overflow:hidden;
}

#home .dottedLine{
	width:120px;
	height:1px;
	background-image:url(elements/dottedLine.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:5px;
}

#home #headline{
	color:#019dd0;
	font-size:36px;
	font-weight:bold;
}

#home #subHeadline{
	color:#d10032;
	font-size:18px;
	font-weight:bold;
}

#home .news{
	width:400px;
	margin-top:20px;
	overflow:hidden;
}

#home .newsPic{
	margin-right:5px;
	margin-bottom:5px;
}

#home .float1{
	float:left;
}

#home .float2{
	float:right;
}

#home .newsHeadline{
	font-weight:bold;
	font-size:14px;
}

#home .newsDate{
	font-style:italic;
	font-size:12px;
}

#home .newsText{
	margin-top:10px;
}

#home .formatLink{
	text-decoration:none;
	font-size:12px;
	color:#019dd0;
	font-weight:bold;
}

#home .newsLink:hover{
	color:#d00032;
}

#home .align0{
	text-align:left;
}

#home .align1{
	text-align:center;
}

#home .align2{
	text-align:justify;
}

#home .align3{
	text-align:right;
}

#timetableShortView{
	margin-top:25px;
	overflow:hidden;
	width:190px;
}

#timetableShortView .oneTimetable{
	background-color:#f5f5f5;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
}

#timetableShortView .oneTimetable .date{
	font-weight:bold;
}

#timetableShortView .oneTimetable .headline{
	
}

#timetableShortView .oneTimetable .ttLink{
	text-decoration:none;
	color:#000000;
	display:block;
}

#timetableShortView .ttLabel{
	color:#000000;
	font-size:16px;
	font-weight:bold;
}

#galleryImpressionLabel{
	font-weight:bold;
	color:#000000;
	font-size:12px;
	height:15px;
	width:492px;
	display:none;
	overflow:hidden;
}

#galleryImpression{
	width:492px;
	height:60px;
	border:1px solid #ebeaea;
	overflow:hidden;
	margin-top:20px;
}

#galleryImpression .pictureTable{
	width:60px;
	height:60px;
	border:0px;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#ebeaea;
	overflow:hidden;
}

#galleryImpression .photoBox{
	width:60px;
	height:60px;
	float:left;
	margin-right:10px;
	border-right:1px solid #ebeaea;
	border-left:1px solid #ebeaea;
}

#galleryImpression .lastPhoto{
	margin-right:0px;
	border:0px;
	border-left:1px solid #ebeaea;
}

#galleryImpression .firstPhoto{
	border:0px;
	border-right:1px solid #ebeaea;
}

#galleryImpression .photoBox img{
	border:0px;
	border-bottom:0px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
}

