#header {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
#bgheader {
    background-image: url(../images/bg_header.jpg);
    background-repeat: repeat-x;
    height: 51px;
    width: 100%;
}
#header #rogo a{
    background-image: url(../images/company_rogo.jpg);
    float: left;
    height: 51px;
    width: 178px;
}
.dammy {
    text-indent: -9999px;
    font-size: 0px;
    line-height: 0px;
}
#header #bp {
    float: left;
    margin-top: 20px;
    margin-left: 30px;
    font-size: 10pt;
}
#header #right {
    float: right;
}
#header #right #lang li {
    float: left;
    margin-left: 10px;
    font-size: 10pt;
}
#header #right #portal {
    margin-bottom: 8px;
}

#bgfutter {
    background-image: url(../images/bg_futter.jpg);
    background-repeat: repeat-x;
    height: 66px;
    width: 100%;
}
#futter {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
#futter #copy {
    width: 605px;
    margin: 10px auto;
}
#bgfutter ul {
    padding-top: 15px;
    float: left;
    margin-top: 25px;
}
#bgfutter li {
    font-size: 10pt;
    color: #666666;
    margin-right: 15px;
    float: left;
}
#bgfutter #link {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
#main #left #wrap {
    width: 650px;
}
#wrap #menu li {
    float: left;
    margin-right: 15px;
}
#wrap #menu {
}

#wrap #menu ul {
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sectionmovie {
}
.sectionmovie video {
	width: 900px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.sectionmovie .title {
	font-size: 1.1em;
	font-weight: bold;
	color: #06C;
}
.play {
	width: 410px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.play img{
	width: 100%;
}

#video {
	height: 100%;
	width: 100%;
}
#video video {
	width: 100%;
}

@media screen and (max-width: 999px) {

    #header {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #futter {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #futter #copy {
        width: 60%;
        margin: 10px auto;
    }
    .sectionmovie video {
        width: 90%;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .play {
        width: 40%;
        float: left;
        margin-right: 5%;
        margin-left: 5%;
    }
    #bgfutter #link {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {

    #bgheader{
        height: auto;
        background-image: none;
    }
    #header #rogo {
        overflow: hidden;
        text-align: center;
    }
    #header #rogo a{
        float: none;
        width: 150px;
        height: 42px;
        display: inline-block;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #header #bp{
        float: none;
        margin-top: 0;
        margin-left: 0;
        padding-top: 2px;
        text-align: center;
    }
    #header #right{
        display: none;
    }
}