@charset "utf-8";

/* Video*/


.back
{
background-image: url('../images/bg/video_main_bg.jpg');
}

#titel_video {
position:absolute;
width:61px;
height:205px;
top: 60px;
right:15px;
}

#youtube {
position: absolute;
top: 280px;
right: 15px;
text-align: right;
font-size:11px;
line-height: 18px;
}


.videobutton
{
background-color:#866e6d;
color:#FFFFFF;
padding:5px;
bottom:7px;
cursor: default;
}
a.btn, a.btn:hover {
color:#FFFFFF;
text-decoration: none;
}

.videobutton:hover
{
background-color:#f7941e;
}

#video {
position: absolute; 
top: 20px;
left:57px;
margin: auto auto;
font-size:11px;
}





