/* syrius-discoteam.de */

body {
    margin-top: 8%;
    background-color: red; /*#da261d;*/
    background-image: url('img/bgverlauf.png');
    background-repeat: repeat-x;
    font-family: Verdana, sans-serif, monospace;
    }

#container {
    width: 700px;
    height: 190px;
    margin: 0 auto;
    }            

#contop {
    width: 700px;
    height: 190px;
    background-image: url('img/bgtop.png');
    }

#conmiddle {
    width: 700px;
    height: 190px;
    background-image: url('img/bg.png');
    }

#conbottom {
    width: 700px;
    height: 110px;
    background-image: url('img/bgbottom.png');
    }

.menu {
    margin-left: 60px; 
    width: 111px; 
    padding: 6px;
    height: 18px;
    border-style: solid;
    border-width: 1px 0px;
    border-right-width: 1px;
    border-color: #e5e5e5;
    text-align: right;
    font-size: 11px;
    color: white;
    }

.menu a:link, 
.menu a:active, 
.menu a:visited {
    text-decoration: none;
    color: white; 
    }

.menu:hover {
    color: gray;
    background-image: url('img/hover.png');
    }

#menufirst {
    z-index: 1; 
    position: absolute;
    border-top: 1px solid #e5e5e5;
    }

#menusecond {
    margin-top: 32px;
    }
    
#menulast {
    border-bottom: 1px solid #e5e5e5;
    }

#text {
    padding-left: 20px; 
    padding-top: 0px; 
    padding-right: 30px; 
    font-size: 11px; 
    float: right; 
    width: 390px; 
    height: 260px; 
    overflow: auto; 
    margin-top: -54px; 
    margin-right: 60px;
    }

h1 {
    font-size: 1.4em;
    margin-bottom: 10px;
    }
       
p {
    text-align: justify; 
    }

iframe#embedgb {
    frameborder: 0px; 
    border-style: none; 
    height:270px; 
    width: 420px; 
    float: right; 
    margin-top: -54px; 
    margin-right: 60px;
    }
