body{
   background:#FFF url(images/body.jpg) repeat-x top left;
}

#Interface{
   position:absolute;
   left:50%;
   top:50%;
   margin-left:-375px;
   margin-top:-275px;
}
   #Interface h1{
      height:80px;
   }

   #Interface h3{
      height:70px;
   }
   
   #Content{
      position:relative;
      width:750px;
      height:400px;
      background: url(images/content.jpg) no-repeat top left;
      border:1px solid #FFF;
   }

      #Menu{
         width:720px;
         height:25px;
         margin:15px;
         margin-left:25px;
         overflow:hidden;
      }

         #Menu li{
            float:left;
            display:inline;
            height:20px;
            margin:0px 10px;
         }

            #Menu li a{
               text-decoration:none;
               line-height:20px;
               font-size:1.2em;
               font-weight:bold;
               color: #FFF;
            }

            #Menu li a:hover{
               color: #D8012C;
            }

            #Menu li a#MenuActive{
               color: #D8012C;
            }

      #Container{
         position:absolute;
         bottom:12px;
         left:12px;
         width:726px;
         height:340px;
      }

         #IndexContent{
            margin-top:40px;
         }

            #IndexContent img{
               vertical-align:middle;
               text-align:left;
               margin:10px 30px 10px 0px;
            }

               #IndexContent a,
               #IndexContent a:active
               #IndexContent a:visited{
                  padding:5px 10px;
                  font-size:1.4em;
                  font-weight:bold;
                  background:#FFF;
                  border: 1px solid #000;
                  text-decoration:none;
                  width:400px;
               }

               #IndexContent a:hover{
                  border:1px solid #D8012C;
                  background: #017AC0;
                  color:#FFF;
               }

         #DualContent1{
            float:left;
            width:350px;
            margin-right:26px;
         }

         #DualContent2{
            float:left;
            width:350px;
         }

         #WiegandMenu{
            width:330px;
            margin-top:10px;
         }

            #WiegandMenu li{
               width:330px;
               margin:7px;
            }

               #WiegandMenu li a,
               #WiegandMenu li a:active
               #WiegandMenu li a:visited{
                  display:block;
                  padding:5px 10px;
                  font-size:1.4em;
                  font-weight:bold;
                  background:#FFF;
                  border: 1px solid #000;
                  text-decoration:none;
               }

               #WiegandMenu li a:hover{
                  border:1px solid #D8012C;
                  background: #017AC0;
                  color:#FFF;
               }

      #Contact{
         position:absolute;
         z-index:1000;
         left:10px;
         top:473px;
         width:730px;
         text-align:center;
         color:#999;
         font-size:1em;
      }

         #Contact small{
            color:#999;
         }

.BGIndex{
   background: url(images/bg/index.jpg) no-repeat bottom right;
}

.BGAngebot{
   background: url(images/bg/angebot.jpg) no-repeat bottom right;
}

.BGKontakt{
   background: url(images/bg/kontakt.jpg) no-repeat bottom right;
}

.Table{
   width:700px;
   text-align:center;
}
.textfield{
   border:1px solid #2C2C2C;
   background: #EEE;
   line-height:1.1em;
   width:100%;
}
