﻿/* Definitionen Body */
body{
	background: #A48846;
	background-position: 0px 0px;
    font: 10pt arial, helvetica, verdana, lucida, sans-serif;
	color: #000000;
    text-align: left;
	margin: 0px;
	padding: 0px;
}

/* Navigation Bar Style - Start */
#mainnavi {
      background: #6F5C46 url('images/bg_menuitem.gif') repeat-x 0px 0px;
      top:0px;
      width: 776px; 							/* Breite der Zeile muß gerade Zahl sein*/
	  margin-left:0px;
      margin-top:0px; 							/* Rand Oben */
      margin-bottom: 1px;
      padding-left: 0em;
      padding-right: 0em;
      padding-top: 1px;
      padding-bottom:1px; 
      list-style-type:none;
      border: 1px solid #999966;
	}
    
    #mainnavi #current {
      background: #6F5C46 url('images/bg_menuitem.gif') repeat-x 0px -160px;
      color: #372817;
      cursor: default;
      padding-left:15px; padding-right:15px; padding-top:1px; padding-bottom:1px;
    }
    
    #mainnavi li {
      border-right: 1px solid #6F5C46 ;
      display: inline;
    }
    
    #mainnavi li a, #mainnavi3 li a {
      color: #1A130B;
      padding-left:15px; padding-right:15px; padding-top:1px; padding-bottom:1px;
      text-decoration: none;
    }
    
    #mainnavi li a:hover {
      background: #6F5C46 url('images/bg_menuitem.gif') repeat-x 0px -80px;
      color: #BFAB93;
      padding-left:15px; padding-right:15px; padding-top:1px; padding-bottom:1px;
      text-decoration: none
    }
/* Navigation Bar Style - End */

/* Styles - Seitendefinition Start*/
.kapitel_titel {
	text-align: left;
	font-weight: bold;
	font-size: medium;
	text-decoration: underline;
	margin-top: 12px;
}
.fliestext_blocksatz {
	text-align: justify;
	font-weight: normal;
	font-size: small;
}

.fusstext {
	text-align: left;
	font-size: xx-small;
}
.bilder_info {
	text-align: justify;
	font-size: xx-small;
	color: #003366;
}
.bilder_info_top{
	text-align: left;
	font: 10pt arial, helvetica, verdana, lucida, sans-serif;
	font-weight: bold;
}
.button1{
	border-style: none;
	border-width: 0px;
	margin:10px 10px 10px 10px;
}
.pframe{
	border-color:black;
	border-style: solid;
	border-width: 1px;
}
.pframe_V10px {
	border-color:black;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pframe_H13px {
	border-color:black;
	border-style: solid;
	border-width: 1px;
	margin-left: 13px;
	margin-right: 13px;
}
.pframe_V15px {
	border-color:black;
	border-style: solid;
	border-width: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
/* Styles - Seitendefinition Ende */
