* {
  margin:0;
  padding:0;
}

html  {
  overflow-y: scroll;
}

body {
  background: #2b3a44 url(/fileadmin/templates/img/bg_light.png) top repeat-x;
  color: white;
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover{
  text-decoration: underline;
}

.clear {
  clear: both;
}


#center {
  width: 770px; height: auto;
  top: 0; left: 0;
  margin: 0 auto;
  position: relative;
  text-align: left; 
  text-align: left; 
}

#main {
  width: 770px; height: auto;
  min-height: 400px;
  height:auto !important;
  height:400px;
  position: absolute;
  top: 157px; left: 0; 
  background: url(/fileadmin/templates/img/bg_center.png) top repeat-y;
  margin-bottom: 20px;
  padding-bottom: 50px;
}

#head {
  width: 770px; height: 170px;
  position: absolute; 
  top: -100px;
  left: 0;
  background: url(/fileadmin/templates/img/bg_center.png) top repeat-y;
}
#head #headBottom {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 770px;
  height: 20px;
  background: url(/fileadmin/templates/img/bg_head_bottom.png) bottom no-repeat;
  z-index: 50;
}


#main #mainTop {
  position: absolute;
  top: -10px;
  left: 0;
  width: 770px;
  height: 10px;
  background: url(/fileadmin/templates/img/bg_main_top.png) top no-repeat;
}

#main #mainBottom {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 770px;
  height: 60px;
  background: url(/fileadmin/templates/img/bg_main_bottom.png) top no-repeat;
}

#vortex {
  position: absolute;
  top: 95px;
  left: -140px;
  width: 150px;
  height: 50px;
  background: url(/fileadmin/templates/img/light_vortex.png) top left no-repeat; 
}   


#debug {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 150px;
  height: 50px;
  border: 1px solid red;
  background: black;
  color: white;
  padding: 3px 5px;
  font:  11px arial, sans-serif;
}

a#logo {
  position: absolute;
  bottom: 0; right: 40px;
  width: 221px; height: 34px;
  background: url(/fileadmin/templates/img/logo.png) top left no-repeat;
}

#head #menu {
  position: absolute;
  bottom: -15px; left: 35px;
  width: 800px; height: 35px;
  z-index: 100;
}
#head #trigger {
  position: absolute;
  width: 770px; height: 120px;
  top: 0; left: 0;
}
#head #trigger #logoHead {
  position: absolute;
  width: 365px; height: 58px;
  top: 40px; right: 10px;
  background: url(/fileadmin/templates/img/logo_head.png) top left no-repeat;
}

#menu a {
  display: block;
  float: left;
  height: 35px;
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: -99em;
}

#menu a:hover,
#menu div.active a:hover {
  background-position: 0 -80px;
}
#menu div.active a {
  background-position: 0 -40px;
} 

#menu a.menuWeb {
  background-image: url(/fileadmin/templates/img/web_de.png);
  width: 54px;
}
#menu a.menu3D {
  background-image: url(/fileadmin/templates/img/3d_de.png);
  width: 38px;
}
#menu a.menuGames {
  background-image: url(/fileadmin/templates/img/games_de.png);
  width: 79px;
}
#menu a.menuMusik {
  background-image: url(/fileadmin/templates/img/music_de.png);
  width: 74px;
}
#menu a.menuFotos {
  background-image: url(/fileadmin/templates/img/photos_de.png);
  width: 77px;
}
#menu a.menuKontakt {
  background-image: url(/fileadmin/templates/img/contact_de.png);
  width: 103px;
}

#submenu {
  position: relative;
  width: 200px; height: auto;
  float: left;
  margin-left: 47px;
}
#submenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#submenu li a {
  display: block;
  width: 200px;
  height: 28px;
  margin: 0, 0, 10px, 0;
  background-repeat: no-repeat
}
#submenu li a:hover,
#submenu li a.active:hover {
  background-position: 0 -30px;
}
#submenu li a.active {
  background-position: 0 -60px;
}
#content {
  position: relative;
  width: 500px; height: auto;
  float: right;
}
