/*****************************************************************/
/* basic elements */
/*****************************************************************/
	body {
	margin:0px;
	padding:0;
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Helvetica;
	font-size:13px;
	font-weight:normal;
	color: #FFFFFF;
	text-align: left;
	background: url(/images/main_bg.gif) fixed top center no-repeat;
	}

	a:link, a:visited, a:active  {
	font-style: normal;
	text-decoration: none;
	color: #FF9900;
	}
	
	a:hover  {
	font-style : normal;
	text-decoration : none;
	color: #993399;
	}
	
	input {
		font-size: 11px;
		color:#1B4D84;
		border: 1px solid #333333;
		background-color: #f0f0ee;
	}
	
	textarea {
		font-size: 11px;
		color:#1B4D84;
		border: 1px solid #333333;
		background-color: #f0f0ee;
	}
		
	select{
		font-size: 11px;
		color: #0B2C4F;
		border: 1px solid #333333;
		background-color: #ffffff;		
	}
	
	.radio{
		background-color: transparent; 
		border: none;
	}
	
	.overskrift {
	font-family: Arial, Helvetica;
	font-size: 26px;
	font-weight: bold;
	color: #ff0094;
	}
	
	.underoverskrift {
	font-size: 13px;
	font-weight: bold;
	}


