/* CSS Document */

body {
	background-image: url(../image/bg.jpg);
	
scrollbar-arrow-color: #8B0000;
scrollbarBaseColor: #800000;
scrollbar-track-color: #808080;
scrollbar-face-color: #808080;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #808080;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #4D4D4D;
}
#container {
position:absolute;
left: 50%;
width: 842px;
margin-left: -421px; /* negative Hälfte von width:700px */
top: 50%;
height: 478px;
margin-top: -244px; /* negative Hälfte von height:500px */
z-index: 1;
}
#head {
position: absolute;
width: 842px;
height: 145px;
top: 0px;
background-image: url(../image/head_tmp.gif);
z-index: 1;
}
#box {
position:absolute;
top: 144px;
border: #FFFF66 1px solid;
width: 840px;
height: 341px;
z-index: 1;
}
#mainnavi {
position: relative;
top: 0px;
width: 626px;
height: 27px;
background-color: #000;
border-bottom: #FFFF66 1px solid;
z-index: 1;
padding-top: 9px;
padding-left: 214px;
}
#navi {
position: absolute;
top: 37px;
width: 240px;
height: 304px;
border-right: #000 1px solid;
z-index: 1;
}
#mail ul {
list-style-image: none;
display: block;
}
#menue {
position: relative;
width: 293px;
height: 79px;
top: 215px;
}
#menue ul {
margin: 0;
margin-top: -1px !important; 
margin-top: 1px; /* nur für den IE */
list-style-type: none;
position: absolute;
right: 65px;
bottom: 0;
padding: 0;

}
#content {
position: absolute;
top: 37px;
width: 559px;
left: 241px;
height: 204px;
z-index: 1;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding-top: 100px;
padding-left: 40px;
}
#main {
overflow: auto;
padding-right: 40px;
height: 194px;
}
a:link {
color: #CC0033;
}
a:visited {
color: #993333;
}
#images {
position: absolute;
top: 48px;
width: 840px;
height: 55px;
z-index: 2;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid FFFF66;
border-right: 1px solid FFFF66;
left: 0px;
}
#images img {
margin-bottom: -5px;
}
.red {
color: #993333;
}
.noborder {
border: none;
background: none;
}