/* Komunikat e.V. */
 

	* { 
		margin:0;
		padding:0;
	}

	html, body { 
		height:100%;
	}

	body {
		background-color:#fff;
	  	color:#333333;
		font:100.01%/1.4;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align:center; 

		}

 

	#distance { 

		width:1px;

		height:50%;

		background-color:#fff;

		margin-bottom:-18em; 

		float:left;

		}

 

	#container {

		margin:0 auto;

		position:relative; /* puts container in front of distance */

		text-align:left;

		height:36em;

		width:36em;

		clear:left;

		background-color:#fff;

		border:2px solid #666;

		border-top-color:#666;

		border-left-color:#666;

		}

 

	#container div {

		font-size:90%;

	    margin-left:1.7em;
		
        margin-top:1.5em;
		
		overflow: auto;
        
        width: 36.66em;
        
        height: 23.33em;

       line-height: 1.5em; 
  		
	   text-align: left;
	   
	   letter-spacing:0.02em
	   
	   }

 

	#container h1 {

		padding-top:0.0em;

		margin-left:0.4em;
		
		}


	#container h2 {

        margin:3.5em 0.6em 1.5em 1.5em;
		
		font-size:100%;
		
		font-weight:normal;

		}


 

 menu
 {		margin:0.0em 1.6em 1.5em 1.5em;
 }

       menu a {

        border: #666666 dotted; 
        
        border-width: 0px 0px 2px;
        
        text-decoration: none;
        
		color:#333333;
		}
		
        menu a:hover {

        color:#000;
		border: #fff; 
        
        }
        