/*--built 07------------------------------------------------------------------------*/
/*--by    martin hein  www.digitale-mehrwerte.eu  (hein@digitale-mehrwerte.eu)------*/

/*-----------------------------zentrale Formate-------------------------------------*/
/*-----------------------------Klassen----------------------------------------------*/

/* ----------------------------player_div-------------------------------------------*/
#player_div, #video_div{
margin:0;
padding:0;
width:532px; 
/*height: 446px;*/
margin-bottom: 11px;
}

/* ----------------------------video_hilfe------------------------------------------*/
#video_hilfe{
list-style:none;
margin:0;
padding:0;
}

#video_hilfe li{
padding: 5px 40px;
background: no-repeat 7px center;
}

#video_hilfe li.video_pause{
background-image: url(../images/icons/videoplayer_pause.gif);
}

#video_hilfe li.video_stop{
background-image: url(../images/icons/videoplayer_stop.gif);
}

#video_hilfe li.video_captions{
background-image: url(../images/icons/videoplayer_captions.gif);
}

#video_hilfe li.video_fullscreen{
background-image: url(../images/icons/videoplayer_fullscreen.gif);
}

#video_hilfe li.video_volume{
background-image: url(../images/icons/videoplayer_volume.gif);
}


















