/* DEBUG */

div.debug {
display: none;
color: gray;
font-size: .75em;
}


/*                                    */
/*           setup divs               */
/*                                    */
/*                                    */

#accessibility {
display: none;
}

#container {
margin-left: 170px; /* 135px;*/
margin-top: 20px;
width: 700px;
background: url(/layout/container.gif) no-repeat top left;
}

#content {
background-color: #FFFFD9;
background-repeat: no-repeat;
max-width: 688px;
border-left: 6px solid #2b8ced; 
border-right: 6px solid #2b8ced; 
border-bottom: 6px solid #2b8ced;
padding: 3.5em;
padding-top: 1em;
}

#head {
height: 170px;
}



#menu {
}

#menu .active {
font-weight: bold;
}

#menu2 {
float: left;
margin-left: -240px; /* -180px; */
width: 160px;
/* border: 1px solid green; */
}


#menu2 ul {
margin: 0;
padding:0;
text-align: right;
}

#menu2 ul li {
padding: 0;
margin-left: 0;
list-style: none;
margin-bottom: 0.5em;
}

li.active a {
font-weight: bold;
}



h1,
h2,
h3,
h4,
h5 {                                    
color: #2b8ced;
}


/*
/*
/*
/*
       Begin old styles

*/

a:link      { color: #3399ff; font-size: 14px; /* text-decoration: none */ }

a:visited   { color: #999999; font-size: 14px; /* text-decoration: none */ }
a:hover    { color: #0000ca; /* text-decoration: underline; */ }


body       {             font-family: Arial, Helvetica, sans-serif,Verdana;
                         background-color: #FFFFFF;
                         }

p {                      font-family: Arial, Helvetica, sans-serif,Verdana;
                         font-size: 13px
                         }
p1 { font-size: 10px; font-family: Arial, Helvetica, sans-serif, Verdana }
h1 {                     font-family: Arial, Helvetica, sans-serif,Verdana;
                         font-size: 16px;
                         font-weight: bold
                         }
h2  { font-weight: ; font-size: 15px; font-family: Arial, Helvetica, sans-serif, Verdana, FontName }

td {                     font-family: Arial, Helvetica,sans-serif,Verdana;
                         font-size: 13px
                         }


ul {                     list-style-type: dot;
                         list-style-position: outside;
                         position: relative;
                         font-family:Arial, Verdana, Helvetica, sans-serif;
                         font-size:13px;
                         text-align:left;
                         }

ol {                     list-style-position: outside;
                         position: relative;
                         font-family:Arial, Verdana, Helvetica, sans-serif;
                         font-size:13px;
                         text-align:left;
                         }

.tab {                   margin-bottom:10px
                         }

.blaufett {              font-family: Arial, Helvetica, sans-serif,Verdana;
                         font-size: 16px;
                         font-weight: bold;
                         color: #0000CA;
                         }
.blaufettklein {         font-family: Arial, Helvetica, sans-serif, Verdana;
                         font-size: 13px;
                         font-weight: bold;
                         color: #0000CA;
                         }


.rotfett {               font-family: Arial, Helvetica, sans-serif, Verdana;
                         font-size: 16px;
                         font-weight: bold;
                         color: #FF6600;
                         }

.rot {                   font-family: Arial, Helvetica, sans-serif, Verdana;
                         font-size: 13px;
                         color: #FF6600;
                         }
