
html, body {
   margin:0px;
   padding:0px;
   background-color:rgb(251,241,225);
   background-image:url(../images/bg-v.png);
   background-repeat:repeat-y;
}

#top_section {
   background-color:rgb(248,228,147);
   background-image:url(../images/bg-h.png);
   background-repeat:no-repeat;
   height:100px;
   margin:0px;
   padding:0px;
}

#main_section {
   margin:0px;
   padding:0px;
}

#navigation {
   position:absolute;
   left:55px;
   top:220px;
   width:110px;
}

#content {
   margin-left:240px;
   margin-right:0px;
   border-top:solid 5px rgb(175,35,35);
}

#logo {
   position:absolute;
   top:5px;
   left:40px;
   width:150px;
   height:152px;
}
#esbild {
   position:absolute;
   top:5px;
   left:40px;
   width:129px;
   height:173px;
}


#banner {

   position:absolute;
   top:40px;
   left:260px;
   white-space:nowrap;


   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:26px;
   line-height:1.5em;
   font-weight:normal;
   text-decoration:none; 
   color:rgb(175,35,35);
   vertical-align:middle;
    padding-left:25px;

}


#navigation_pic {   
   margin-top:0px;
   margin-left:25px;
   width:200px;
   height:281px;
}

h1,h2,h3,p,ul,ol {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   margin-right:20px;
   margin-left:20px;
}

h1 {
   font-weight:normal;
   font-style:normal;
   font-size:17px;
   line-height:1.1em;
   color:rgb(175,35,35);
/*   border-bottom:rgb(175,35,35) solid 1px; */
   border-bottom:#AF2323 solid 1px;
   padding-bottom:5px;
   padding-left:25px;
   margin-top:20px;
}

h2 {
   font-weight:bold;
   font-style:normal;
   font-size:14px;
   line-height:1.1em;
   color:rgb(175,35,35);
   border-bottom:rgb(175,35,35) solid 1px;
   padding-bottom:3px;
   padding-left:25px;
   margin-top:20px;
}

h3 {
   font-weight:bold;
   font-style:normal;
   font-size:13px;
   line-height:1.1em;
   color:rgb(175,35,35);
   border-bottom:rgb(175,35,35) solid 1px;
   padding-bottom:3px;
   padding-left:25px;
   margin-top:20px;
}

p {
   font-weight:normal;
   font-size:13px;
   line-height:1.1em;
   padding-left:25px;
   color:black;
}

ul,ol {

   padding-left:25px;
}


li {
   list-style-image:url(../images/ahorn1a.gif);
   font-weight:normal;
   font-size:13px;
   line-height:1.1em;
   color:black;
   margin-top:6px;
   margin-bottom:6px;
   margin-left:50px;
   padding-left:10px;
}


a:link {
   font-weight:bold;
   color:blue;
   text-decoration:underline;
}

a:visited {
   font-weight:bold;
   color:gray;
   text-decoration:underline;
}

a:hover, a:active {
   font-weight:bold;
   color:rgb(175,35,35);
   text-decoration:underline;
}


/*  wenn a:visited mit text decoration nach a:navi kommt sind alle unterstrichen  */

a.navi, a.navi_first, a.navi_self   {
   display:block;
   white-space:nowrap;
   overflow:hidden;
   border-color:#AF2323;
   border-left:1px solid;
   border-right:1px solid;
   border-bottom:1px solid;
   font-size:12px;
   font-weight:bold;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   text-decoration:none;
   padding:3px;
   text-align:left;

}

a.navi_first {
   border-top:1px solid;
}

a.navi:link, a.navi_first:link, 
a.navi:visited, a.navi_first:visited {
   background-color:#FFFFCC;                /* hellgelb   */
   color:#AF2323;
   text-decoration:none;
}

a.navi_self:link, a.navi_self:visited {
   background-color:#FFFFCC;                /* hellgelb   */
   color:#AF2323;
   text-decoration:none;
}

a.navi:hover, a.navi_first:hover, a.navi_self:hover, 
a.navi:active, a.navi_first:active, a.navi_self:active {
   background-color:#FFFFCC;
   color:green;
   text-decoration:none;
}
.small	{		
   font-family:Verdana, Arial, Helvetica, sans-serif; 
   font-weight: normal;
   font-size: 8pt;	
}
				
.footer {		
	position:fixed;
	bottom:0px; left:0px; right:0px;
	text-align:center;
	padding:0px;
   background-color: #fed; 
   color: #000066;
   font-family:Verdana, Helvetica, Arial, Sans-Serif;
   font-variant: normal;
   display:block;
   white-space:nowrap;
   overflow:hidden;

    font-size: 0.6em;
    margin: 10em 0 0; padding: 0.1em;
   border-top:solid 5px rgb(175,35,35);
}

.fussnav {		
        border-style:none;
	text-align:center;
}							
.footerblue {		
   font-family:Verdana, Helvetica, Arial, Sans-Serif;
   font-variant: normal;
    font-size: 0.6em;
    margin: 10em 0 0; padding: 0.1em;
    text-align: center;
   background-color: #fed; 
   color: blue;
}							


.b14  {
      color: #0000ff;
      font-size: 14pt; 
      font-style: normal;  
      font-family: Helvetica, Arial, Sans-Serif;  }
				

