	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: left;
		color: #505367;
		background-color: #F1EDCF;/*#D6D6D6;*/
	}
	
	a:link { color: #B52C07; }
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #B52C07;
	}
	
	h2
	{
		color: #B52C07;
		font: 120% "Segoe UI", georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #5B5E0E;
		font: 106% "Segoe UI", georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	
	#container
	{
		/**/width: 850px;/**/
		text-align: left;
		background-color: #fff;
		border: 1px solid black;
	}
	
	#kopf
	{
		height: 44px;
		/*background-color: fuchsia;*/
    background: #fff url(deputy.png) top right no-repeat fixed; 
	}
  
	#kopf h1
	{
		color: #B52C07;
		font: 220% "Vivaldi", "Kunstler Script", "Vladimir Script";
    font-style: italic;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
  #kopf_links
  {
    display: none;
  }
  
/*
  #kopf_rechts
  {
    float: right;
    height: 60px;
    width: 120px;
    background-image: "deputy.png";
    background-color: black;
  }
*/
	
	
  #login {
    font-size: 75%;
    color: #569AFF;
    text-align:right;
    float:right;
    /*position:absolute;*/
  }
      
  input label, input, select {
    /*margin-right: 2px;
    display: block;
    float: left;*/
    width: 100px;
  }
  
/*  form br {
    clear: left;
  }*/
  
  input#submit {
    height: 19px;
    margin: 1px 0 0 0;
    border: 0;
    color: #4971C6;
    background-color: #569AFF;
  }


	#contents { margin: 0 200px 40px 20px; } /*************** linken Abstand für Ausblendung des linken Menüs geändert!! ******/
	#contents p { line-height: 165%; }
	.absatz { border-bottom: 1px solid #569AFF; }
	
	.absatz ul
	{
		list-style-type: none;
		text-align: right;
		margin: 1em 0;
		padding: 0;
		font-size: 95%;
	}
	
	.absatz li
	{
		display: inline;
		padding: 0 0 0 7px;
	}
	
	.imagefloat
	{
		float: right;
		padding: 2px;
		border: 1px solid #9FA41D;
		margin: 0 0 10px 10px;
	}
	
	#footer	
	{
		clear: both;
		color: #4971C6;
		background-color: #569AFF;
		text-align: right;
		padding: 5px;
		font-size: 90%;
	}
	
  .spidertable { 
  border: 0; 
  font-family: arial; 
  font-size:100%; 
  } 
  th { 
    font-size:75%; 
    /*color:rgb(75%,75%,75%);*/
  } 
  td { 
    font-size:75%; 
    /*color:rgb(75%,75%,75%);*/
    border-bottom:1 solid #000000; 
  } 
