.img_border {
	border: 1px solid #000000;
}
.li_11 {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-align: left;
}
.headline_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6C6C6C;
}
.li_11weiss {

	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}
.li_11weiss_handcursor {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	cursor: hand;
	text-decoration: underline;
}
/* flowplayer 4:3 */

a.Player43 {
	margin-left: 130px;
	margin-bottom: 0px;
	width: 420px;
	height:330px; 
	text-align:center;
	float:left;
	border:1px solid #000000;
}

/* play button */
a.Player43 img {
	margin-top:123px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.Player43:hover {
	border:1px solid #000000;
}

/* flowplayer 16:9 */

a.Player169 {
	margin-left: 20px;
	margin-bottom: 0px;
	width: 584px;
	height:330px; 
	text-align:center;
	float:left;
	border:1px solid #000000;
}

/* play button */
a.Player169 img {
	margin-top:123px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.Player169:hover {
	border:1px solid #000000;
}

