/* Start of CMSMS style sheet 'footer' */
/* Anfang footer css */

#foot {
	position: absolute;
	left: 322px;
	height: 2em;
	border-top: 1px dotted #02026A;
	width: 70%;
	font-size: 80%;
}

* html #foot {
	padding-top: 6px;
}

#footwrap {
	position:relative; 
	width:90%;
	margin-bottom: 8px;
	margin-top: 6px;	
}



#foot ul {
	list-style: none;
}

#foot a {
	color: #000;
}

#foot li {
	display: inline;
	margin-right: .8em;
}
#foot a, #foot a:link, #foot a:visited {
text-decoration:none;
margin-left: 2px;
color:#02026a; 
}

#foot a:focus , #foot a:hover, #foot a:link.active, #foot a:visited.active {
		  text-decoration: none;
		   color:#fff;
			background-color: #02026a;
}

/* Ende footer css */
/* End of 'footer' */

