body       {             font-family: Arial, Helvetica, sans-serif,Verdana;
                         background-color: #FFFFFF;
                         font-size: 14px;
                         }

h1,
h2,
h3,
h4,
h5,
h6 {                                    
           color: #2b8ced;
}

h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1.1em;
}
h5 {
font-size: 1.0em;
}
h6 {
font-size: 1em;
}

form input {
font-size: 1em;
}

/*                                    */
/*           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;
text-align: right;
}


#menu2 ul {
margin: 0;
padding:0;
}

#menu2 ul li {
padding: 0;
margin-left: 0;
list-style: none;
margin-bottom: 0.5em;
}

li.active a {
font-weight: bold;
}


/* BILDERGALERIE */

div.galeriebild {
	width:170px;
	height:150px;
	float:left;
	text-align:center;
        margin: 5px;
        padding: 5px;
        background: white;
        border: 1px solid;
}

div.galeriebild img {
	height:97px;
        max-width: 160px;
        margin-bottom: 10px;
}

div.galeriebild p.caption {
        margin: 0px;
        padding: 4px;
        border: 1px dotted  #2b8ced;
        width: 160px;
        height: 30px;
        background: #FFFFD9;
        color: black;
}



div.suchergebnis {
padding: 1em;
border-bottom: 1px solid gray;
}

div.search_result_excerpt {
padding: 1em;
border: 1px dotted gray;
background-color: #fffff7;
}

/*
/*
/*
/*
       Begin old styles

*/

a:link      { color: #3399ff;  /* text-decoration: none */ }

a:visited   { color: #999999;  /* text-decoration: none */ }
a:hover    { color: #0000ca; /* text-decoration: underline; */ }




ul {                     list-style-type: dot;
                         list-style-position: outside;

                         }

ol {                     list-style-position: outside;
         
                         }


