html, body, textarea, option {
  scrollbar-base-color:#ffffff;
  scrollbar-3d-light-color:silver;
  scrollbar-arrow-color:#d80000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#e0e0e0;
  scrollbar-highlight-color:#f0f0f0;
  scrollbar-shadow-color:#999999;
  scrollbar-track-color:#ffffff;
}
html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background-color:#fff;
font-family:georgia, palatino linotype, times new roman, serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {
height:100%; 
max-height:100%; 
overflow:hidden; 
padding:0; 
margin:0; 
border:0;
background-color:#ffffff;
}
a:link { text-decoration:underline; font-weight:normal; color:#000000; }
a:visited { text-decoration:underline; font-weight:normal; color:#000000; }
a:hover { text-decoration:none; font-weight:normal; color:#d80000 ; }
a:active { text-decoration:none; font-weight:normal; color:#990033; }

#content {
overflow:auto; 
position:absolute; 
top:30px;
bottom:30px; 
left:130px; 
right:50;
font-size:1em;
background-color:#ffffff; 
}

* html #content {
top:0; 
left:0; 
right:0; 
bottom:0; 
height:100%; 
max-height:100%;
width:100%; 
overflow:auto;
position:absolute;
background-color:#ffffff; 
border-top:30px solid #fff;
border-bottom:30px solid #fff; 
border-left:130px solid #fff;
border-right:50px solid #fff;
}

#head {
position:absolute; 
margin:0; 
top:0; 
left:0; 
display:block; 
width:100%; 
height:30px;
background-color:#ffffff;
background-image:url(http://www.bei123.de/images/fon_top01.gif); background-repeat:repeat;
background-position:0px -15px ;
font-size:1em; 
z-index:5; 
overflow:hidden;
color:#999999; 
}

#foot {
position:absolute; 
margin:0; 
bottom:0; left:0; 
display:block; 
width:100%; 
height:30px; 
font-size:1em; 
z-index:5; 
overflow:hidden; 
background-color:#ffffff;
background-image:url(http://www.bei123.de/images/class.gif); background-repeat:repeat;
color:#999999;
}

#left {
position:absolute; 
left:0; 
top:30px;
bottom:30px; 
width:130px; 
z-index:4; 
overflow:auto;
border-right:1px solid silver;
background-color:#f5f5f5;
font-family:arial, serif; 
}

* html #left {
height:100%; 
top:0; 
bottom:0; 
border-top:30px solid #fff;
border-bottom:30px solid #fff;
color:#000;
}

#right {
position:absolute; 
right:0; 
top:30px;
bottom:30px;
width:50px; 
z-index:1; 
overflow:hidden;
border-left:1px solid silver;
background-color:#f5f5f5;
font-family:arial, serif; 
}
* html #right {
height:100%; 
top:0; 
bottom:0; 
border-top:30px solid #fff;
border-bottom:30px solid #fff;
color:#000;
}

.bold {font-size:1.2em; font-weight:bold;}
.innertube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
.folder {
line-height:90%;
}
.mark {
background-color:#d80000;
color:white;
}
.noline {
white-space:nowrap;
font-size:12px;
}
.noline a, .noline a:visited, .noline a:active{
text-decoration:none; 
font-weight:normal; color:#000000;
}
.noline a:hover {
text-decoration:underline; 
font-weight:normal; color:#990033;
}
#fromdir {
font-size:12px;
font-family:arial,serif;
}
#fromdir a, #fromdir a:visited, #fromdir a:active{
text-decoration:none; 
font-weight:normal; color:#000000;
}
#fromdir a:hover {
text-decoration:underline; 
font-weight:normal; color:#d80000;
}
.code {
font-size:12px;
color:#990033;
}
#sitemap {
font-size:12px;
padding:0;
margin:0;
}
#sitemap ul {
margin-left:0px;
padding-left:15px;
}

#sitemap ol {
list-style-type:upper-roman;
}
#sitemap li {
}
#sitemap li a, #sitemap li a:visited {
text-decoration:none; 
color:#000;
}
#sitemap li a:hover {
border:0; /* needed to trigger IE */
color:#990033;
text-decoration:underline;
}
h2 {
color:#c0c0c0;
}
h3 {
color:#d80000;
}
ul#LISTE {
margin:0;
padding:0;
}
ul#LISTE li {
display:inline;
margin:0;
padding:0;
list-style-type: none;
}
.inline {
margin:0px;
padding:0px;
display:inline;
}