/* InBox - ein Style zur Seite v4hn.de, V4hn 2007 */

* {
  font-size: 16px;
  color: #000;
}

body {
  background-color: #050505;
  text-align: center;
}

h1 {
  font-size: 35px;
  text-decoration: underline;
  font-style: italic;
  font-weight: bold;
}

a {
  text-decoration: none;
}

a.ext_link {
  text-decoration: underline;
  font-weight: bold;
}

#main {
  background-color: #FEFFEF;
  width: 55%;
  padding: 0px;
  margin-top: 100px;
  margin-bottom: 30px;
}

#keyehole {
  float: left;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#menu {
  float: right;
  margin-top: 0px;
  margin-right: 20px;
}

.menu_item {
  margin: 0px;
  padding: 0px;
  padding-left: 2px;
  padding-right: 2px;
  border: 2px solid black;
  border-top-width: 0px;
  background-color: #EEE;
  text-decoration: none;
  font-family: sans-serif;
}

.menu_item:hover {
  background-color: #CCC;
}

#active_menu.menu_item {
  background-color: #BBB;
}

#langmenu {
   margin: 8px;
   margin-right: 15px;
   padding: 2px;
   background-color: #CCC;
   text-decoration: none;
   position: absolute;
   top: 0px;
   right: 0px;
}

.langmenu_item {
   padding: 2px;
}

#active_langmenu.langmenu_item {
   padding-top: 2px;
   padding-bottom: 10px;
   background-color: #AAA;
   font-weight: bold;
}

#headline {
  margin-top: 2px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#content {
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer {
  text-align: right;
  margin-right: 5px;
  font-size: 13px;
  color: #EFEFEF;
}

#footer a:hover {
  text-decoration: underline;
}

