body.ov{
	margin:0;
	padding: 0;
	background-color: #5c6670;
	color: #33333e;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

img{
	border: 0px;
}

.gloClear{
	clear:both;
	font-size:1px;
}	

.ovBoxAll{
	position:relative;
	width: 1360px;
	height: 768px;
	overflow:hidden;
	text-align:left;
	background-color: #5c6670;
}

/* -- styles for header -- */
.ovBoxHeader{
	position: relative;
	width: 1330px;
	padding: 19px 15px 0 15px;
	height:76px;
	background-color: #2e363b;
	color: #eaeff3;
}
.ovHeaTime{
	position: relative;
	width: 286px;
	float:left;
}
.ovHeaTime .time{
	text-align:center;
	line-height:54px;
	height:54px;
	width: 195px;
	border: solid 1px #fff;
	font-size: 40px;
	font-weight:bold;
}
.ovHeaDesc{
	position: relative;
	width: 880px;
	padding-top:6px;
	float:left;
}
.ovHeaDesc .normal{
	padding-left:15px;
	font-size: 30px;
	font-weight:bold;
	vertical-align:bottom;
}
.ovHeaDesc .small{
	font-size: 15px;
	line-height:17px;
	padding-bottom:3px;
}
.ovHeaIcons{
	position: relative;
	width: 157px;
	padding-top:7px;
	float:right;
	text-align:right;
}

/* -- end styles for header -- */

/* -- styles for content -- */
.ovBoxContent{
	position:relative; 
	padding: 15px 15px 0 15px;
	margin:0;
	width:1330px;
}
.ovConLeft{
	position:relative; 
	width:52px;
	float:left;
}
.ovConRight{
	position:relative; 
	width:1265px;
	float:right;
}
.ovConRightSmall{
	position:relative; 
	width:1108px;
	float:right;
}
.ovConDeparture{
	position:relative; 
	width:1265px;
	height: 138px;
	overflow:hidden;
	font-size: 31px;
	color:#fff;
}
.ovConDeparture .normal{
	padding-left:15px;
	background-color: #485159;
	height: 43px;
	line-height:43px;
	border-bottom: 3px solid #5c6670;
	border-right: 3px solid #5c6670;
}
.ovConDeparture .last{
	border-right: none;
}
.ovConDeparture .time{
	font-weight:bold;
	background-color: #2e363b;
	border-right: none;
}

.ovConDeparture .sbahn{
	font-weight:bold;
	color: #ffe401;
	background-color: #0043cf;
	border-right: none;
}

.ovConDeparture .bernmobil{
	font-weight:bold;
	color: #fff;
	background-color: #d20037;
	border-right: none;
}

.ovConDeparture .postauto{
	font-weight:bold;
	color: #33333e;
	background-color: #ffcc00;
	border-right: none;
}
.ovConDeparture .gleis{
	font-weight:bold;
}

.ovConMessage{
	position:relative; 
	width:1265px;
	height: 43px;
	line-height:43px;
	font-size:30px;
	color: #ffcf00;
	background-color: #485159;
	overflow:hidden;	
}

.ovConMessage p{
	margin:0;
	padding: 0 15px 0 65px;
	background: url(Images_ov/icon_warning_big.gif) no-repeat 15px 5px;
}
/* -- end styles for content -- */

