body { color: black; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; background-color: white; }

p { font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; border-width: 12pt; }

img { border: 0;}

a:link { color: #216ad8; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none; }
a:visited { color: #216ad8; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none; }
a:active { color: #216ad8; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none; }
a:hover { color: #ff8400; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none; }

td.kopf { color: white; background-color: #216ad8; width: 600px; height: 24px; }
td.hg { background-color: #fae2a9; }

img.rand { border: 1px solid #555555;}


/* leftmenue */

.arrowlistmenu{
width: 170px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px "trebuchet ms";
color: white;
background: #216ad8 repeat-x left center;
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 5px; /*header text is indented 10px*/

cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: #f3f3f3 url(titlebar-active.png); }
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none; 
margin: 0 0 3px; 
padding: 0; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{ 
color: #000; 
background: url(../arrowbullet.jpg) no-repeat left center; /*custom bullet list image*/
display: block; 
padding: 2px 0 2px 19px; 
text-decoration: none; 
font-weight: bold; 
border-bottom: 1px solid #340000; 
font-size: 90%; 
font-family: "trebuchet ms"; 
}

.arrowlistmenu ul li a:visited{ 
color: #ff8400; 
font-family: "trebuchet ms"; 
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #fff;
background-color: #ff8400;
}

