html, body {
     height:100%;
     margin:0;
     padding:0;
     background-image: url(images/bg_main.gif);
     background-repeat: repeat-y;
     font-family:verdana, arial;
     color : #473521;
     font-size:11px;
     scrollbar-face-color: #FDF9D4; /*scrollbalken selbst*/
	 scrollbar-highlight-color: #D1DDD5;
	 scrollbar-shadow-color: #483404; /*rechter und unterer Rand*/
	 scrollbar-3dlight-color: #DCCAB6;  /*oberer und linker Rand*/
	 scrollbar-arrow-color:  #483404;  /*pfeile in den scrollbalken*/
	 scrollbar-track-color: #FDF9D4;   /*hintergrund des scrollbalken*/
	 scrollbar-darkshadow-color: #F9F091;

     }

div#main
    {
     height:100%;
     background-image: url(images/bg_main.gif);
     background-repeat: repeat-y;
     }
body > div#main { height:auto; min-height:100%; }


div#header
 {
    background-image:url(images/kopf.jpg);
    background-repeat: no-repeat;
    height:130px;
    width:744px;
    border-right: solid #F9F091 16px;
}

div#leftcolumn
    {
     float: left;
     width: 189px;
     background-image:url(images/bg_nav.gif);
    }


div#maincontent
    {
        width:555px;
        background-image:url(images/bg_inhalt.jpg);
        background-repeat: no-repeat;
        background-color:#FDF9D4;
        float:left;
        border-right: solid #F9F091 16px;
    }

.bogen
    {
      display: block;
      text-align: right;
      float: left; clear: left;
      margin-bottom: 3px;
    }

div
{
  line-height:18px;
}


ul.nav
    {
      margin:0; padding:0; padding-left:30px; list-style-type: none;
    }

li.nav
    {
      background-image: url(images/anstrich.gif);
      background-repeat: no-repeat;
      padding:20px;
      padding-top:10px;
      padding-left:24px;
      line-height:0px;

}

a.nav
    {
      text-decoration:none;
      color:#483404;
      font-size : 12px;
    }

a:hover.nav
    {
      text-decoration:none;
      color : #E5CA7F;
      font-size : 12px;
    }


a
    {
      text-decoration:underline;
      color:#483404;
      font-size : 11px;
    }

a:hover
    {
      text-decoration:underline;
      color : #E5CA7F;
      font-size : 11px;
    }

h1{
		font-size : 14px;
		color :  ;
		font-family : Verdana, Arial;
		font-weight : bold;
		margin-top : 4px;
		}
		
h2{
		font-size : 13px;
		color : #473521;
		font-family : Verdana, Arial;
		font-weight : bold;
		}
		
h3{
		font-size : 12px;
		color : #473521;
		font-family : Verdana, Arial;
		font-weight : bold;
		}
		
.tipplink{
    background:url(images/textlink.gif) no-repeat  left;
	padding-left:19px;
	color:#926B18;
	text-decoration:none;
 }

 .globalborder {
   border: 1px solid #473521;
 }


