:-moz-any-link:focus {
 outline: none;
}

a:active, a:focus {
   outline:  none;
   ie-dummy: expression(this.hideFocus=true);
}

html {
 height: 100%;
 width: 100%;
 overflow: hidden;
 background-color: #534b43;
 font-family: "Lucida Grande", Lucida, Calibri, Tahoma, Verdana, sans-serif;
}

body {
 margin: 0;
 padding: 0;
 height: 100%;
 width: 100%;
 overflow: hidden;
}

#maintable {
 width: 100%;
 height: 100%;
}

#content {
 background: url(../img/back-content.gif) no-repeat 0 bottom;
 height: 610px;
 width: 1020px;
 overflow: hidden;
}

#inhalt {
 height: 520px;
 overflow: hidden;
}

#swf {
 width: 1000px;
 height: 1750px;
 overflow: hidden;
 margin-top: -1px;
}

#logo {
 position: relative;
 z-index: 7;
 height: 0;
 float: right;
 cursor: pointer;
}

#topnav {
 color: #beac99;
 width: 1020px;
 background: #534b43 url(../img/back-topnav.gif) no-repeat 0 bottom;
 position: relative;
 display: table;
}

#navigation {
 font-size: .8em;
 display: table-cell;
 padding-left: 80px;
 text-align: left;
}

.navcontainer {
 border-top: 1px solid #beac99;
 float: left;
 position: relative;
 padding-bottom: 30px;
 margin: 30px 12px 0 0;
}

.navlink {
 height: 16px;
 margin: 0;
 padding: 3px 0;
 border-bottom: 1px solid #beac99;
 text-transform: uppercase;
 text-align: left;
 cursor: pointer;
}

.navlink.aktiv {
 color: white;
 cursor: default;
}

.navlink.over {
 color: #e9dccf;
}

.overlay {
 display: none;
 z-index: 10000;
 background-color: #000;
 width: 100%;
 height: 100%;
}

#box {
 display: none;
 width: 100%;
 height: 100%;
}

#box a {
 color: #f30;
 font-size: 10px;
 text-decoration: none;
 display: block;
 padding: 12px;
}

#box a:hover {
 color: #222;
}
