html { height: 101%;} /* Um immer einen Scrollbalken zu sehen */
/* #header, img { behavior: url(iepngfix.php) } */
img {position: relative;}
body {
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
margin: 0;
padding: 0;
background: #3e0101;
color: #9a9673;
}
h1, h2, h3, p {
line-height: 160%;
font-size: 110%;
}
h1, h2, h3 {
margin-bottom: 10px;
margin-top: 10px;
color: #ffffff;
letter-spacing: 0em;
font-size: 130%;
}
p, a {
color: #ffdfa1;
}

strong {
/*color: #b70896;*/
color: #f2e2d3;}
/* Page */
#page {
width: 800px;
margin: 0 auto;
height: 100%;
padding: 0px 0px 100px 0px;
background: #3e0101 url("../images/stripes.gif") repeat;
}
/* Header */
#header {
background-position: left top;
background-repeat: no-repeat;
width: 800px;
height: 255px;
position: relative;
margin: 0 auto;
padding-top: 35px;
background-image: url("../images/schatten.png");
}
#header_logo {
width: 800px;
height: 200px;
background: #3e0101 url(../images/header.jpg);
}
/* Content */
#content {
width: 800px;
height: 101%;
margin: 0 auto;
}
.twocols {
}
.twocols .col1 {
float: left;
width: 50%;
}
.twocols .col2 {
float: right;
width: 50%;
}
.box {
position: relative;
margin: 1px;
padding-top: 5px;
float: left;
border-style: solid;
border-color: #5b0101;
width: 270px;
height: 240px;
border-width: 1px;
background: #3e0101 url("../images/stripes_hell.gif") repeat;
text-align: center;
}
.audiobox {
margin: 10px;
padding-top: 5px;
float: left;
border-style: solid;
border-color: #5b0101;
width: 120px;
height: 60px;
border-width: 1px;
background: #3e0101 url("../images/stripes_hell.gif") repeat;
text-align: center;
}
.audiobox p {color: white; font-size: 90%;}
/* Accordion Effekt */
.msg_list {
list-style: none;
margin: 0;
margin-left: 100px;
padding: 0;
width: 600px;
font-size: 11px;
}
.msg_head {
margin: 2px 0px;
padding: 0px 0px 0px 10px;
cursor: pointer;
position: relative;
background: #2c0101;
}
.msg_body {
margin: 0;
padding: 30px 20px 20px 20px;
background: #3e0101;
}
.msg_body img {
background: #3e0101 url("../images/stripes_hell.gif") repeat;
padding: 5px;
border:none;}
.msg_body a {
color: #ff0303;
text-decoration: none
border:none;}
