 /* --------------------------------------------------------- */
 /* Y O U T U B E                                             */
 /* --------------------------------------------------------- */
 
 #ytShadow,
 #ytLayer
 {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: #000000 0px solid;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
 }
 
 #ytShadow
 {
    background: #000000;
    opacity: 0.5; 
    -moz-opacity:0.5; 
    filter: alpha(opacity=0.5);
 }

 #ytLayer
 {
    background: transparent;
    text-align: left;
 }
 
 #ytContainer
 {
    width: 410px;
    padding: 5px;
    background: #ffffff;
    border: #000000 1px solid;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 11px;
    color: #283032;
 }

 #ytTitel
 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
 }

 a.ytLink:link    { color: #666666; text-decoration: none; }
 a.ytLink:active  { color: #666666; text-decoration: none; }
 a.ytLink:visited { color: #666666; text-decoration: none; }
 a.ytLink:hover   { color: #000000; text-decoration: underline; }

 #ytHeader, 
 #ytPlayer, 
 #ytControls, 
 #ytStatus,
 #ytPlaylist
 {
    min-height: 13px;
    margin: 0px;
    padding: 5px;
    border: #ee1133 0px solid;
 }
 
 #ytControl
 {
    float: left;
 }
 
 #ytStatus
 {
    display: none;
    text-align: left;
 }
 
 #ytVideos
 {
    height: 64px;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 3px;
    border: #283032 1px solid;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
 }
 
 #ytVideos img
 {
    
    margin-top: 3px;
    margin-right: 4px;
 }
 
 #ytLogo
 {
    margin-bottom: -3px;
 }
 
 #ytClose
 {
    margin-left: 368px;
    margin-bottom: 5px;
 }
 
 #ytClose,
 #ytClose a
 {
    color: #ffffff;
 }
 