/* CSS Document */
    html, body {
	background-color:#A3C6F4;
      margin: 10px;
      padding: 0px;
    	font-family: Courier, monospace  
		scrollbar-3dlight-color:blue;
        scrollbar-arrow-color:black;
        scrollbar-base-color:#A3C6F4;
		scrollbar-darkshadow-color:black;
        scrollbar-face-color: #3399FF;
        scrollbar-highlight-color:#A3C6F4;
        scrollbar-shadow-color:#A3C6F4;
    }
    #kopf_aussen {
      width: 100%;
      text-align: center
    }  
    #kopf_innen {
	  background: #A3C6F4 ;
      background-position: 0px 0px;
      width: 730px;
      height: 60px;
      margin-left: 0px;
      margin-right: auto;
      margin-top: 0px;
      text-align: center;
    }

    #kopf_inhalt {
	background: #A3C6F4;
	position:relative;
	left:0px;
	top:0px;
	font-family:Arial, Helvetica, sans-serif; font-size:18px;
	text-decoration:none bold 1em;
    }
	  #mitte_aussen {
      width: 70%;
      margin: 5px 0px 0px 0px;
      text-align: center;
    }
    #mitte_innen {
      width: 730px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      background-color: #A3C6F4;
    }
    #navigation {
      width: 160px;
      float: left;
      padding: 0px;
      margin: 0px;
      background-color: #A3C6F4  
    }
    #inhalt {
      width: 530px;
	  height:490px;
      float: right;

	  font-family:Arial, Helvetica, sans-serif;
	  font-size:14px;
	  text-align:justify;
      padding: 5px;
      margin:5px;           
    }
   .Textteil {
		   	font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #000000;
			letter-spacing: normal;
			text-align: justify;
			word-spacing: normal;
			white-space: normal;
			display: block;
		   }
   #text {
   		position:relative;
   		left:0px; top:0px;
		width:470px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		text-align: justify;		
		padding-right:10px;
		display: block;
		}
	   #protokoll {
   		position:relative;
   		left:0px; top:0px;
		width:620px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		text-align: justify;		
		padding-right:10px;
		display: block;
		}
    .clear {
      clear: both
    }

	div#links {
	position: relative; top:10px; left:0px; width: 500px; height: 60px; font: 12px Arial, sans-serif; font-weight: bold; z-index: 10;
	}
	div#links a {
	text-align: center; font: Arial, Helvetica, sans-serif; 
	padding: 2px 0px; margin: 0 0 1px; border-width: 0; 
	text-decoration: none; color: #000; background: #A3C6F4;
	border-right: 0px;
	}
	div#links a:hover {
	color: red; background: #A3C6F3;
	}
	div#links a img {
	height: 0; width: 0; border-width: 0;
	}
	div#links a:hover img {
	position: absolute; top: 0px; left: 420px; top:-10px; height: 80px; width: 80px;
	}
