* {
margin: 0; padding: 0;
}

html, body {
margin: 0; padding: 0;
font-family: Arial, sans-serif;
font-size: 100%;
line-height: 1.2;
color: #7e112e;
text-align: center;
}

#wrapper {
background: #fff;
position: absolute;
top: 10px; left: 50%;
width: 980px; height: 676px;
margin-left: -490px; padding: 0;
text-align: left;
border: 1px solid #7e112e;
}

#box-info {
margin: 0; padding: 0;
visibility: hidden;
}

/* Header-Bereich */
/* ============== */

#header {
background-color: #fff;
width: 978px; height: 145px;
border-bottom: 1px solid #999;
}

#header ul {
float: left;
list-style-type: none;
margin: 48px 0 0 48px;
font-size: 0.9em;
}

* html #header ul {
margin-left: 24px;
}

#header li.impr a, #header li.impr a:visited, #header li.impr a:active,
#header li.menu a, #header li.menu a:visited, #header li.menu a:active {
display: block;
width: 140px; height: 20px;
margin-bottom: 8px; padding-top: 2px;
font-weight: bold;
text-indent: 28px;
text-decoration: none;
}

#header li.impr a, #header li.impr a:visited, #header li.impr a:active, {
background: url(../images/navi/arrow_top_impr_off.gif) top left no-repeat;
color: #666;
}

#header li.menu a, #header li.menu a:visited, #header li.menu a:active {
background: url(../images/navi/arrow_top_menu_off.gif) top left no-repeat;
color: #7e112e;
}

#header li.impr a:hover, #header li.impr a:focus {
background: url(../images/navi/arrow_top_impr_over.gif) top left no-repeat;
color: #7e112e;
}

#header li.menu a:hover, #header li.menu a:focus {
background: url(../images/navi/arrow_top_menu_over.gif) top left no-repeat;
color: #ab2f4e;
}

#header h1 {
background: url(../images/logo_or.gif) top left no-repeat;
float: right;
width: 222px; height: 146px;
text-indent: -500em;
cursor: hand;
}


/* Content-Bereich */
/* =============== */

#content {
background-color: #fff;
height: 418px;
font-size: 0.9em;
color: #333;
border: 1px solid #fff;
}

#content ul {
float: left;
list-style-type: none;
margin: 20px 0 54px 74px;
}

* html #content ul {
margin-left: 37px;
}

#content li {
display: inline;
margin-right: 20px;
}

#content li a, #content li a:visited, #content li a:active {
font-weight: bold;
text-decoration: none;
color: #666;
}

#content li a:hover, #content li a:focus {
color: #999;
}

#content-box {
clear: left;
background-color: #fff;
margin-left: 76px;
color: #000;
}

#content-r {
background-color: #7e112e;
height: 418px;
font-size: 0.9em;
color: #333;
border: 1px solid #7e112e;
}


/* Footer-Bereich */
/* ============== */

#footer {
background-color: #7e112e;
width: 978px; height: 114px;
color: #fff;
font-weight: bold;
letter-spacing: 0.1em;
text-align: left;
}

#footer ul {
position: relative;
top: 50px; left: 32px;
width: 940px;
list-style-type: none;
}

#footer li {
float: left;
margin-right: 48px;
}

#footer li.up {
background: url(../images/navi/arrow_bot_up.gif) top left no-repeat;
}

#footer li.down {
background: url(../images/navi/arrow_bot_down.gif) top left no-repeat;
}

#footer li.active {
background: url(../images/navi/arrow_bot_active.gif) top left no-repeat;
}

#footer li a {
display: block;
text-indent: 28px;
text-decoration: none;
color: #e6a4a4;
}

#footer li a:hover, #footer li a:focus {
color: #fff;
}






