/* CSS Document */
/* CSS Text */

 p.fake {font-family:Verdana;font-weight:lighter;color:#28287A;font-size:large;}
 p {font-family:Verdana;font-weight:lighter;color:#093414;font-size:medium;}
 p.m {font-family:Verdana;font-weight:lighter;color:#093414;font-size:small;}
 p.kl {font-family:Verdana;font-weight:lighter;color:#093414;font-size:xx-small;}
 p.menu {font-family:Verdana;font-weight:lighter;color:#093414;font-size:small;}
 p.co {font-family:Verdana;font-weight:lighter;#color:093414;font-size:xx-small;}
 a:link { text-decoration:none; font-weight:bold; color:#093414; }
 a:visited { text-decoration:none; font-weight:bold; color:#093414; }
 a:hover { text-decoration:none; font-weight:bold; background-color: none; }
 a:active { text-decoration:none; font-weight:bold; background-color: none; }

/* CSS Layout */

.outlinekl {
  border: 1px solid #093414;
  background: #ffffff;
	padding: 0px;
}
.outlinemen {
  border: 1px solid #093414;
  background: #F8E19D;
	padding: 0px;
}
.outlinegr {
  border: 2px solid #093414;
  background: #ffffff;
	padding: 2px;
}

/* Menu Layout */
.button{ 
height:30px; 
width:150px; 
background-color:#F8E19D; 
border: 1px; 
border-color: #093414; 
border-style: solid;
} 
.button a:link{ 
height:30px; 
width:150px; 
background-color: #F8E19D; 
border: 1px; 
border-color: #093414; 
border-style: solid;
} 
.button a:active{ 
height:30px; 
width:150px; 
background-color: #F8E19D; 
border: 1px; 
border-color: #093414; 
border-style: solid;
} 
.button a:visited{ 
height:30px; 
width:150px;  
background-color: #F8E19D; 
border: 1px; 
border-color: #093414; 
border-style: solid;
} 
.button a:hover{ 
height:30px; 
width:150px; 
background-color: #ffffff; 
border: 1px; 
border-color: #093414; 
border-style: solid; 
}
.counter{ 
height:30px; 
width:100%;
background-color:#F8E19D; 
border:0px; 
border-style:none;
}
