/* 
    Document   : styles
    Created on : 18.08.2010, 10:40:11
    Author     : fra111
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
p, a {font-family: verdana;}
root { 
    display: block;
}

body {width: 1024px;
      height: 600px;
      margin: 20px auto;
}


.head {text-align: center;
       margin-top:20px;
       background-repeat: no-repeat;
}

body .trenn {margin-top: 10px;
             background-color: #E2001A;
             background-repeat:  repeat-x;
             height:3px;
}

body .bg {background-image:url("http://www.entwickler.com/konferenzen/basta_enter/img/bg.png");

          background-repeat:  repeat-x;
          margin-top: 4px;
          height:425px;
}

body .headline {background-image: url("http://www.entwickler.com/konferenzen/basta_enter/img/headline.png");
                margin-top: -390px;
                margin-left: 200px;
                width:666px;
                height:48px;
                margin-bottom:-20px;
                background-repeat: no-repeat;
}

body .trennung {
    background-color: white;
    width:1px;
    height: 330px;
    margin-left:512px;
    margin-top: 40px;
    background-repeat: repeat-y;

    z-index: 1000;}

body .logo1 {
    width: 396px;
    height: 69px;
    margin-top: -300px;
    margin-left: 62px;
}

body .logo2 {
    width: 407px;
    height: 86px;
    margin-top: -75px;
    margin-left: 562px;
}

body .fotos1 {background-image: url("http://www.entwickler.com/konferenzen/basta_enter/img/netspeaker.png");
              width: 288px;
              height: 64px;
              margin-top: 12px;
              margin-left: 127px;}

body .fotos2 {background-image: url("http://www.entwickler.com/konferenzen/basta_enter/img/cspeaker.png");
              width:194px;
              height: 64px;
              margin-top: -63px;
              margin-left: 671px;}

body .power {
    width:197px;
    height: 25px;
    margin-top: 110px;
    margin-left: 532px;
}

body .names {font-size:11px;
             
             margin-top: 0px;
             margin-left: 38px;}

body .desc1 {margin-left:60px;
             font-size:12px;
             margin-top:20px;}

body .names2 {font-size:11px;
              
              margin-top: -60px;
              margin-left:626px;
}

body .desc2 {margin-left: 577px;
             font-size:12px;
             margin-top: 21px;}



/*

body .clickarea1 {width:420px;
height:200px;
border: 1px dotted gray;
margin-top: -210px;
margin-left: 18px;
z-index: 10000;}

body .clickarea2 {width:420px;
height:200px;
border: 1px dotted black;
margin-top: -202px;
margin-left: 460px;
z-index: 10000;}

*/

body .detail  {font-size: 12px;
               font-weight: bold;
               border: none;
               margin-left: 177px;
               border:none;
               width:179px;
               height:44px;
                margin-top: 50px;}

body .detail2  {font-size: 12px;
                font-weight: bold;
                border: none;
                margin-left: 679px;
                width:179px;
                height:44px;
                margin-top: -44px;}

a img           {border:0;
}

body .pras {margin-top: -48px;
    margin-left:220px;}



