
/* Kontakt formular */


select
{
	background-color: #383838;	
	border: 1px solid #838383;
	color: #a8a8a8;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 11px;	
}
.enspalte
{
	width: 211px;
	height: 16px;
	border: 1px solid #838383;
	background-color: #383838;
	margin-bottom: 7px;
	color: #a8a8a8;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left: 3px;
}



.aargang
{
	width: 80px;
	height: 20px;

}

.spalteKR
{
	float: left;
}

.divaargang
{
	float: right;
	width: 80px; 
	height: 20px;
	margin-bottom: 7px;	
}

.brochure
{
	float: left;
	width: 218px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.provetur
{
	float: left;
	width: 218px;
	height: 160px;
	
}

.kr
{
	width: 15px;
	margin-top: 3px;
	float: left;
	padding-left: 5px;
}

.opt
{
	border: none;
	background-color: #383838;
	color: #a8a8a8;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.postnr
{
	width: 62px;
	height: 16px;
	border: 1px solid #838383;
	background-color: #383838;
	margin-bottom: 7px;
	color: #a8a8a8;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left: 3px;
}

.by
{
	height: 16px;
	width: 132px;
	border: 1px solid #838383;
	background-color: #383838;
	margin-bottom: 7px;
	color: #a8a8a8;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left: 3px;	
}



 /* Klasser til fejlmeddelelser - Orange border ##start##  */
 
 
 .postnrError
{
	width: 65px;
	height: 16px;
	border: 1px solid #ff6000;
	background-color: #383838;
	margin-bottom: 7px;
	color: #a8a8a8;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.byError
{
	height: 16px;
	width: 135px;
	border: 1px solid #ff6000;
	background-color: #383838;
	margin-bottom: 7px;
	color: #a8a8a8;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.enspalteError
{
	width: 214px;
	height: 16px;
	border: 1px solid #ff6000;
	background-color: #383838;
	margin-bottom: 7px;
	color: #a8a8a8;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

/* Klasser til fejlmeddelelser - Orange border ##slut##  */


.textfield
{
	width: 458px;
	height: 194px;
	padding: 5px;
	border: 1px solid #838383;
	background-color: #383838;
	margin-bottom: 7px;
	color: #a8a8a8;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.divtextfield
{
	width: 458px;
	height: 190px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #383838;
	color: #a8a8a8;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.submit470
{
	float: left;
	width: 470px;
	text-align: right;
}

.submit218
{
	float: left;
	width: 218px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

.divpost
{
	float: left;
	width: 65px;

}

.divby
{
	float: right;
	width: 139px; 
}


.divLsend
{
	float: left;
	width: 148px;

}

.divRsend
{
	float: right;
	width: 56px; 
}

.divLtilmeld
{
	float: left;
	width: 133px;

}

.divRtilmeld
{
	float: right;
	width: 71px; 
}

.textfieldFinans
{
	width: 458px;
	height: 194px;
	padding: 5px;
	border: 1px solid #838383;
	background-color: #383838;
	margin-bottom: 7px;
	color: #a8a8a8;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
}



/* klasser til feedback på finansierings formularen*/

.feedback
{
	float: left;
	width: 458px;
	height: 15px;
}


.fbackHeader
{
	float: left;
	width: 205px;
	height: 15px;
	color: #fff;	
	font-size: 11px;
	font-weight: bold;
	
}

.fback1
{
	float: left;
	width: 145px;
	height: 15px;
	color: #fff;	
	font-size: 11px;
}

.fback2
{
	float: left;
	width: 60px;
	height: 15px;	
	text-align: right;
	color: #fff;	
	font-size: 11px;
}

.fback3
{
	float: left;
	width: 28px;
	height: 15px;	
}


.WhiteTxt
{
	float: left;
	color: #fff;	
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}



/* Til udskiftning af checkbokse og radiobuttons */

.pc_checkbox, .pc_radiobutton {
   background-position: 0px center;
   background-repeat:   no-repeat;
   padding-left:        18px;
   cursor: pointer;
}
.pc_check_unchecked {
   background-image:    url(../img/chkInactive.gif);
}
.pc_check_checked {
   background-image:    url(../img/chkActive.gif);
}
.pc_radio_unchecked {
   background-image:    url(../img/radioInactive.gif);
}
.pc_radio_checked {
   background-image:    url(../img/radioActive.gif);
}
.pc_check_checked_disabled {
   background-image:    url(images/check_off_disabled.gif);
}
.pc_check_unchecked_disabled {
   background-image:    url(images/check_on_disabled.gif);
}
.pc_radio_checked_disabled {
   background-image:    url(images/radio_off_disabled.gif);
}
.pc_radio_unchecked_disabled {
   background-image:    url(images/radio_on_disabled.gif);
}
.pc_focus {
}




/* Ekstra valg ved brochurer*/ 

#valg
{
	float: left;
	width: 218px;
	
}

.etValg
{
	display:block;	
	margin:5px 5px 0px 0px;	
}

.inputValg
{
	width:218px;

	border:0;
}
