html, body{
	color: #333333;
	background-color: #C2C2AE;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	height: 100%;
	overflow: none;
}
a{
	text-decoration: none;
	color: #66CC00;
}
a:visited {
	text-decoration: none;
	color: #66CC00;
}
a:hover {
	text-decoration: underline;
	color: #66CC00;
}
a.menulink{
	text-decoration: none;
	color: #333333;
}
a.menulink:visited {
	text-decoration: none;
	color: #333333;
}
a.menulink:hover {
	text-decoration: underline;
	color: #333333;
}
img{
	border: 0px;
}



/*TEST*/
a.menupunkt, a.menupunkt:visited{
	background-image: url('menupunkt_valgt.png');
	background-repeat: no-repeat;
	width: 170px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	padding-left: 5px;
	text-decoration: none;
	color: #333333;
}
a.menupunkt:hover {
	background-image: url('menupunkt_valgt.png');
	background-repeat: no-repeat;
	width: 170px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	padding-left: 5px;
	text-decoration: none;
	color: #333333;
}

a.menupunktej, a.menupunktej:visited{
	background-image: url('menupunkt_ejvalgt.png');
	background-repeat: no-repeat;
	width: 170px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	padding-left: 5px;
	text-decoration: none;
	color: #333333;
}
a.menupunktej:hover {
	background-image: url('menupunkt_valgt.png');
	background-repeat: no-repeat;
	width: 170px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	padding-left: 5px;
	text-decoration: none;
	color: #333333;
}

.ul {
	color: #66CC00;
	list-style-type: square;
}
.bullet {
	color: #66CC00;
	list-style-type: circle;
	margin-left: 10px;
}
