/*----------------------------******Standard instillinger*****----------------------------------*/		
/*Standard instillinger paa hele sitet*/

*{		/*Reset margin and padding in IE + others browsers*/
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
} 

img{	/*Remove border on images and pictures*/
	border: 0px;
}

li{
	list-style-type: none; /*Remove the bullet from the list*/
}

p{ /*nulstiller paragraffen*/
	padding: 0px 0px;
}	

/*-------------------******Styring af alle Pseudo-classes (a:link, a:visited a:hover a:active)*****---------------------*/
a{
	color:#fff;
	text-decoration:none;
	outline:none;
}

/*LINK - VISITED*/
a:link,
a:visited{
	color:#fff;
}

a:hover{
	color:#900;
	text-decoration:none;
}
