	html
	{
		overflow-y: scroll;
	}
	
	html,body
	{
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
	}

textarea {
    resize: none;
}





.maeglerOversigtOverskrift
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}



/* divMaeglerInfoContainer */
.divMaeglerInfoContainer
{
	margin-top: 10px;
	width: 920px;
	background-repeat: no-repeat;

	color: #ffffff;
	
}

	.divMaeglerInfoBillede
	{
		float: left;
		width: 278px;
		height: 248px;
	}

	.divMaeglerInfoTekst
	{
		float: left;
		width: 470px;
		height: 248px;
	}

	.divMaeglerInfoTekst a
	{
		color: #ffffff;
	}

#divMaeglerInfoForm input
{
	border: 0px;
	width: 92px;
	height: 14px;


	color: #999999;

	font-weight: bold;
	font-style: italic;
	padding: 4px;
	background-color: #ffffff;

	font-family: tahoma;
}

	#divMaeglerInfoForm input.postnummer
	{
		width: 75px;
		background-color: #ffffff;
	}

	#divMaeglerInfoForm input.postnummerudfyldt
	{
		font-style: normal;
		color: #000000;
	}

.divMaeglerInfoAddtionalInfo
{
	width: 735px;
	margin-top: 15px;
	padding-bottom: 30;
}

.imgMaeglerInfoRedArrow
{
	margin-right: 5px;
	margin-bottom: -2px;
}

div.divRadioButtons
{
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

	div.divRadioButtons input
	{
		margin: 0px !important;
		padding: 0px !important;
		width: auto !important;
		height: auto !important;
		margin-right: 5px !important;
		background-color: transparent !important;
	}


div.divRadioButtons .divRadioButton
{
	height: 18px;
}


div.divTextFields
{
	position: absolute;
	left: 613px;
	top: 187px;
	width: 310px;
}

	div.divTextFields .textareaMessage
	{
		font-weight: bold;
		font-style: italic;
		color: #999999;
		overflow: auto;

		background-color: #ffffff;
		border: 0px;
		margin-top: 10px;
		width: 310px;
		height:70px;
	}

	div.divTextFields div.divTextFieldSubmitButton
	{
		float: right;
		margin-top: 3px;
		margin-right: -5px;
	}