@charset "UTF-8";
/* CSS Document */

/*FOOTER*/

#footer_front {
	text-align: right;
	line-height: 2em;
}

 #footer_front ul {
	float: right;
	margin-right: 45px;
	padding-left: 1em;
}

#footer li,  #footer_front li {
	list-style:none;
	display: inline;
}
	
li.lang_da a {
	font-size: 1em;
	text-decoration: none;
	color: #212226;
	margin: 5px 5px 0 5px;
	line-height:2em;
	background-color: #DFDEDA;
	font-size: 1em;
	padding: 5px 35px 5px 5px;
	background-image: url(../images/dansk.gif);
	background-repeat: no-repeat;
	background-position: 45px;
}

li.lang_en a {
	font-size: 1em;
	text-decoration: none;
	color: #212226;
	margin: 5px 5px 0 5px;
	line-height:2em;
	background-color: #DFDEDA;
	font-size: 1em;
	padding: 5px 35px 5px 5px;
	background-image: url(../images/english.gif);
	background-repeat: no-repeat;
	background-position: 55px;
}

li.lang_en a:hover, li.lang_da a:hover {
	border: none;
	color: #990f0f;
}
