

* { padding: 0; margin: 0; }

body {
 font-family: verdana,Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #5277AF;
}
#wrapper { 
 margin: 0 auto;
 background-color: #E7E8E0;
 width: 922px;
}
#header {
 color: #000000;
 width: 902px;
 float: left;
 padding: 0px 20px 0px 0px;
 
 height: 170px;
 margin: 0px 0px 0px 0px;
 background: #80a243;
 
}
#navigation {
 float: left;
 width: 902px;
 color: black;
  text-align: right;
 padding: 5px 20px 5px 0px;
 border-bottom: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #80A243;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 border-bottom: 0px;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 600px;
 width: 630px;
 float: left;
 background: #E7E8E0;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 600px ;
 width: 248px;
 display: inline;
 background: #C1CEA6;
}

.w3 {float:right;
         width:88px;
         margin-top: 0;}

       

#footer { 
 width: 900px;
 clear: both;
  font-size: 10px;
 text-align: center;
 color: #333;
 border: 1px solid #ccc;
 background: #80a243;
 margin: 1px 0px 10px 0px;
 padding: 10px;
}

.term{font-weight: bold;
           text-decoration: underline;}
           
.dateclass{font-weight: bold;} 

.course{font:  12px verdana;
                font-style: italic;}
                
.center{text-align: center;} 

.bold{font-weight: bold;
           font-size: 15px;}
           
.aklinks{font: italic 15px verdana;}


a:link {
	color: yellow;
	text-decoration: none;
                  border-bottom: none;
}

a:visited {
	color:white;
	text-decoration: none;
                  border-bottom: none;
}
a:hover{color:yellow;
	text-decoration: underline;}
                  
                  
#aktact a:link{
	color: #003e00;
	text-decoration: none;
                  border-bottom: none;
}



#aktact a:visited{
	color: black;
	text-decoration: none;
                  border-bottom: none;
}                  

#aktact a:hover{
	color: red;
	text-decoration: underline;
                  border-bottom: none;
}