body {
font-size: 80%;
font-family: Arial, Helvetica, sans-serif;
background: #ffffff;
text-align: center;
margin-top: 5%;
}
#wrap {
position: relative;
width: 1024px;
height: auto;
margin: 0 auto;
text-align: left;
}
#header {
width: 1024px;
height: 100px;
background: url(grafik/hg_header.jpg) bottom left repeat;
}
#navigation {
float: left;
width: 150px;
height: 400px;
margin-top: 5px;
background: #f47321;
}
* html #navigation {  /* nur fuer Internet Explorer */
  height:405px;     /* Version 5.x */
  heig\ht:400px;    /* Version 6 */
}
#content {
float: left;
width: 680px;
height: 400px;
overflow: auto;
margin-top: 5px;
padding: 15px 15px 5px 15px;
}
* html #content {  /* nur fuer Internet Explorer */
  width: 710px;     /* Version 5.x */
  w\idth: 680px;    /* Version 6 */
  padding: 15px 15px 5px 15px;     /* Version 5.x */
  paddi\ng: 15px 15px 5px 15px;    /* Version 6 */
  margin-top: 5px;     /* Version 5.x */
  margi\n-top: 5px;    /* Version 6 */
}
#sidebar {
float: right;
width: 160px;
height: 400px;
margin: 20px 0 0 0;
background: url(grafik/ms_partner.jpg) bottom left no-repeat;
}
* html #sidebar {  /* nur fuer Internet Explorer */
  height:430px;     /* Version 5.x */
  heig\ht:400px;    /* Version 6 */
}
#footer {
float: left;
width: 100%;
height: 35px;
line-height: 34px;
background: url(grafik/hg_footer.jpg) top left repeat;
}
h1 {color: #666666; font-size: 125%;}
h2,h3 {color: #666666; font-size: 100%; margin: 3px 0 3px 0;}

p {color: #666666; font-size: 13px; margin-top: 2px;}
#content li {color: #666666; font-size: 13px; margin: 0 0 0 -20px;}
td, input, select, textarea {font-family: Arial, sans-serif; color: #666666; font-size: 13px; margin: 0;}
.feld {width: 300px; margin: 0;}
form p {color: #666666; font-size: 13px; margin: 0;}

a:link {color: #666666; text-decoration: underline;}
a:visited {color: #666666; text-decoration: underline;}
a:hover, a:focus {color: #ff9933;}
.footer {font-size: 11px; margin: 10px 0 0 10px;}

.menu{
float: left;
width:150px;
height:200px;
position:relative;
margin:5px 0;
padding-top: 25px;
z-index:100;
}
.menu ul {
padding:0;
margin:0;
list-style-type: none;
width:150px;
height:200px;
}
.menu ul li ul {
visibility:hidden;
position:absolute;
width:220px;
height:0;
overflow:hidden;
top:-2px;
left:130px;
border: 2px solid #f47321;
}
.menu ul li {
float:left;
}
.menu ul li a, .menu ul li a:visited {
display:block;
float:left;
text-decoration:none;
color:#ffffff;
font-weight: bold;
width:120px;
height:25px;
line-height:24px;
font-size:11px;
background:transparent;
padding-left:30px;
}
* html .menu ul li a, * html .menu ul li a:visited {
width:150px;
w\idth:120px;
}
.menu table {
border-collapse:collapse;
border:0;
margin:0;
padding:0;
font-size:1em;
position:absolute;
left:0;
top:0;
}
.menu ul li:hover a, .menu ul li a:hover {
background:url(grafik/menu_1b.jpg);
color:#ff6600;
}
.menu ul li:hover {
position:relative;
z-index:90;
}
* html .menu ul li a:hover {
position:relative;
z-index:100;
}
.menu ul li:hover ul, .menu ul li a:hover ul {
visibility:visible;
position:absolute;
height:auto;
overflow:visible;
}
.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
display:block;
background: #efefef;
color:#666666;
line-height:15px;
padding:5px 5px 5px 30px;
height:auto;
text-decoration:none;
width: 185px;
}
* html .menu ul li:hover ul li a, * .menu ul li a:hover ul li a {
width:220px;
w\idth:185px;
}
.menu ul li:hover ul li:hover a, .menu ul li a:hover ul li a:hover {
background:url(grafik/menu_2b.jpg);
color: #ff6600;
width: 185px;
}
* html .menu ul li:hover ul li:hover a, * .menu ul li a:hover ul li a:hover {
width:210px;
w\idth:185px;
}