/*
Author: Effex Medien
        Stuttgart, Germany
        
        Robert Augustin Theodorescu

        (c) 2007 by Effex Medien. All Rights Reserved.
        
            === Visit us at www.effexnet.com ===

*/

/**********************************************************************************/

html,body {
          height:100%;
          background:#000000;
          margin:0px;
}

/********************************************************************************/

#wrapper {
     position:relative;
     width:100%;
     height:100%;
     top:0px;
     left:0px;
     background-image:url(bg.jpg);
     background-position:top left;
     background-repeat:no-repeat;
}

#enterdebg {
     position:absolute;
     width:460px;
     height:243;
     top:7px;
     left:189px;
     overflow:visible;
}

#enterde {
     position:absolute;
     width:173px;
     height:124px;
     top:108px;
     left:48px;
     overflow:visible;
}

#enterengbg {
     position:absolute;
     width:460px;
     height:243;
     top:277px;
     left:289px;
     overflow:visible;
}

#entereng {
     position:absolute;
     width:173px;
     height:124px;
     top:108px;
     left:48px;
     overflow:visible;
}

#title {
       position:absolute;
       width:272px;
       height:73px;
       top:7px;
       left:189px;
       background-image:url(bg_title.gif);
       overflow:hidden;
}

#txt {
     position:absolute;
     width:272px;
     height:213px;
     top:80px;
     left:189px;
     background-image:url(bg_txt.gif);
     overflow:hidden;
}

#mainbg {
     position:absolute;
     width:588px;
     height:487px;
     top:7px;
     left:466px;
     overflow:hidden;
     background-image:url(bg_main.gif);
}

#main {
     position:absolute;
     width:568px;
     height:467px;
     top:10px;
     left:10px;
     overflow:auto;
     overflow-x:hidden;
}

#menu {
     position:absolute;
     width:272px;
     height:246px;
     top:293px;
     left:189px;
}

#menu2 {
       position:absolute;
       width:272px;
       height:30px;
       top:490px;
       left:469px;
       overflow:visible;
       margin-left:0px;
       margin-top:10px;
}

#logo {
     position:absolute;
     width:112px;
     height:112px;
     top:22px;
     left:43px;
}

/********************************************************************************/

h1,
h2,
h3,
h4 {
   font-family: Tahoma, Arial, sans-serif;
}

h1 {                                                      /* text */
   margin-left:12px;
   margin-right:12px;
   font-size:9pt;
   font-weight:normal;
   text-align:left;
   color:#CCCCCC;
}

h2 {                                                      /* maintext */
   font-size:10pt;
   text-align:left;
   font-weight:normal;
   color:#FFFFFF;
   margin-right:5px;
   margin-top:10px;
   margin-bottom:10px;
}

h3 {                                                      /* maintext title orange */
   font-size:10pt;
   text-align:left;
   font-weight:normal;
   color:#000000;
   margin-top:10px;
   margin-bottom:10px;
}

h4 {                                                      /* contactform text */
   font-size:10pt;
   text-align:right;
   font-weight:normal;
   color:#CCCCCC;
   margin-right:5px;
   margin-top:10px;
   margin-bottom:10px;
}

table h2, h3{
   margin-left:270px;
   margin-right:10px;
}

a {
  border-style:none;
  color:#FFFFFF;
}

a:hover {
        color:#000000;
}

h3 a {
     color:#000000;
}

h3 a:hover {
           color:#FF8000;
}

/********************************************************************************/

img {
    margin-top:5px;
}

table img {
      margin-left:10px;
      margin-top:5px;
}

table {
      padding:0px;
}
