
body {
background-image :  url(../images/hintergrund.png);
background-repeat : repeat x;
}

body, td, input, p {
font-family : Verdana, Arial, Helvetica, sans-serif, Kristen;
color : black;
}

body, td, p {
font-size : 12px;
line-height : 16px;
}

div.topheader {
background : #ffffff;
border : 1px solid #d10428;
}

div.content {
float : left;
width : 90%;
border : none;
}

div.innerframe {
border : 0 solid #d10428;
background : url(<? echo $BASE ?>/images/esbe_header_bg.png);
}

ul {
padding : 0 0 0 0;
margin : 0 0 0 0;
text-decoration : none;
vertical-align : middle;
list-style-position : inside;
list-style-image : url(../images/kreuz.png);
}

ul#navigation li {
text-align : left;
vertical-align : middle;
color : black;
background : white;
float : left;
border-top : 0 solid #d10428;
border-left : 0px solid #d10428;
border-right : 0px solid #d10428;
border-bottom : 0px solid #d10428;
}

h1 {
color : #008000;
}

h2 {
color : #008000;
}

a {
color : #008000;
text-decoration : none;
}

a:hover {
color : #8c99c2;
text-decoration : underline;
}


span.treehandle_closed {
width : 18px;
height : 18px;
cursor : pointer;
background-image : url(../images/right_arrow.gif);
background-repeat : no-repeat;
}

span.treehandle_open {
width : 18px;
height : 18px;
cursor : pointer;
background-image : url(../images/rightdown_arrow.gif);
background-repeat : no-repeat;
}
