a:link  { color: #F2F2FF; text-decoration:none }
a:visited { color: #F2F2FF; text-decoration:none }
a:focus { color: #F2F2FF; text-decoration:none }
a:hover { color: black; text-decoration:none }
a:active { color: #F2F2FF; text-decoration:none }	

body { font-size: 100.01%;
      background-color: #F2F2FF ;
	  color: #F2F2FF ;
      padding: 0;
      margin: 0; }

#main {  width: 1100px;
        height: 632px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		background-color: #F2F2FF;}

		
#header { width: 1100px;
          height: 175px;
		  background-image: url("../img/header.png") }
		  
#top { width: 1100px;
       height: 25px;
	   background-image: url("../img/top.png") }		  
	   
#content-div { width: 1100px;
               min-height: 400px; }
	   
#menul { width: 220px;
        min-height: 400px;
		text-align: left;
		background-image: url("../img/menu.png");
        float: left; }		

hr { border: 3px solid black }		
		
#content { width: 640px;
           height: 380px;
		   float: left;
		   font-size: 1.2em;
		   text-align: left;
		   overflow: auto;
		   padding: 10px;
		   background-image: url("../img/content.png") }
		   
#content a:hover { color: #999999 }

.wichtiges { color: #E53300 }	   

#menur { width: 220px;
        min-height: 400px;
		text-align: right;
		background-image: url("../img/menu.png");
        float: right; }	

.menukopf { font-weight: bold;
            color: black;
            width: 200px;
			text-align: center;
		/*	margin: 3px; */
			margin-left: auto;
			margin-right: auto;
			background-image: url("../img/menupunkt.png");
			height: 25px; }
			
.menupunkt { width: 200px;
            height: 25px;
			margin-left: auto;
			margin-right: auto;
		/*	margin: 3px; */ }	
			
.menupunkt a:focus { background-image: url("../img/menupunkt.png");
                    color: black;
                    display: block; }		
.menupunkt a:hover { background-image: url("../img/menupunkt.png");
                    display: block; }			
		

#footer { width: 1100px;
         height: 25px;
		 font-weight: bold;
	     clear: both;
	     background-image: url("../img/top.png") }		