/* Brødtekster */
.standard
{
	font-family: arial, sans-serif;
	color: #3c4246;
	font-size: 11px;
	line-height: 1.4;
	margin-left: 15px;
	margin-right: 15px;
}

.marked
{
	color: #333333;
	font-size: 11px;
	line-height: 1.4;
	background-color: #C1D4BA;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Link */
a.txtLink
{
	text-decoration: underline;
	color: #3c4246;
}

a.txtLink:hover
{
	text-decoration: underline;
	color: #3c4246;
}

/* Overskrifter */
h1.heading1
{
	
	color: #3c4246;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	
	color: #3c4246;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.textWidth{
	position: relative;
	float: left;
	width: 400px;
	height: 10px;
	
}
html>body .textWidth{
	min-height: 10px;
	height: auto;
}
.textWidthSmall{
	position: relative;
	float: left;
	width: 323px;
	height: 10px;
	
}
html>body .textWidthSmall{
	min-height: 10px;
	height: auto;
}

h2.heading2
{
	
	color: #3c4246;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
h3.heading3
{
	
	color: #3c4246;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
h6.heading3
{
	
	color: #3c4246;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Billede tekst */
.txtImgText
{
	
	color: #3c4246;
	width: auto;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

/* Mail formularen */
div.mailField
{
	background-color: #f0f5fc;
	padding: 10px;
	margin-top: 5px;
	width: 281px;
}
td.mailText
{
	
	color: #3c4246;
	font-size: 11px;
	line-height: 1.4;
	padding-right: 10px;
	margin-top: 5px;
	vertical-align: middle;
	height: 20px;
	width: 75px;
	
}
input.mailText
{
	width: 100%;
	border: solid 1px #C1D4BA;
	
	color: #3c4246;
	font-size: 11px;
	line-height: 1.4;
	padding-right: 10px;
	vertical-align: middle;
	background-color: #FFFFFF;
}
textarea.mailText
{
	width: 100%;
	height: 150px;
}
input.mailSubmit
{
	position: relative;
	float: right;
	right: 0px;
	margin-top: 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	border: solid 1px #3e4248;
	background-color: #3e4248;
	cursor: pointer;
}

input.mailSubmitNews
{
	position: relative;
	float: right;
	right: 0px;
	margin-top: 10px;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	border: solid 1px #3e4248;
	background-color: #3e4248;
	cursor: pointer;
	text-transform: uppercase;
}

.c_spacer
{

	clear: both;
	/*background-color: #369;*/

}


img
{
	margin: 0px;
	border: 0px;
}
a.img{
	border: 0px;
}
.dans
{
	position: relative;
	width: auto;
}.imageHolder
{
	position: relative;
	width: auto;
	width: 100px;
	padding: 10px;
	background-color: #C1D4BA;
}


input.textField
{
	width: 200px;
	padding-top: 2px;
	height: 14px;
	border: solid 1px #D0D2DB;
	
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
}

textArea.textArea
{
	width: 200px;
	padding-top: 2px;
	height: 150px;
	border: solid 1px #D0D2DB;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	overflow: auto;
}




.mailContent_text
{
	font-family: arial;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #3c4246;
}


.attachmentField
{
	width: 200px;
	padding-top: 2px;
	height: 22px;
	border: solid 1px #D0D2DB;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #3c4246;
	margin-bottom: 4px;
	margin-left: 3px;
}

.mailContent_text
{
	width: 210px;
	font-family: arial;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #3c4246;
}

.checkbox{
	border: 1px solid #D0D2DB;
	background-color: #D0D2DB;
	width: 15px;
	height: 15px;
	margin-left: 3px;
}























/* Style til forside bokse*/

/*tre øverste bokse*/

.frontboxContainer{
	width: 100%;
	height: 150px;
}
.frontboxContent{
	position: relative;
	float: left;
	left: 0px;
	padding: 0px;
	height: 255px;
	width: 247px;
	clear: both;
}
.frontboxGreenbar{
	position: relative;
	float: left;
	left: 0px;
	width: 100%;
	background-image: url(../images/frontBox/indexBoxGreenBund.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	height: 40px;
	
}

.frontboxOlivebar{
	position: relative;
	float: left;
	left: 0px;
	width: 100%;
	background-image: url(../images/frontBox/indexBoxOliveBund.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	height: 40px;
	
}

.frontboxGrey
{
	position: relative;
	float: left;
	width: 235px;
	left: 7px;
	top: 8px;
	height: 152px;
	padding-top: 5px;
	color: #fbfcfc;
	background-color: #e7f3fb;
	background-image: url(../images/index/index_2_3.gif);
	background-repeat: no-repeat;
}
.frontboxMidt
{
	position: relative;
	float: left;
	width: 235px;
	left: 7px;
	top: 8px;
	height: 152px;
	padding-top: 5px;
	color: #fbfcfc;
	background-color: #e7f3fb;
	background-image: url(../images/index/index_2_2.gif);
	background-repeat: no-repeat;
}

.frontboxBlue
{
	position: relative;
	float: left;
	left: 7px;
	width: 235px;
	top: 8px;
	padding-top:7px;
	height: 150px;
	color: #fbfcfc;
	background-color: #ffffff;
	background-image: url(../images/index/index_22_22.gif);
	background-repeat: no-repeat;
	
	
	
}

.frontboxProdukt
{
	position: relative;
	float: left;
	left: 7px;
	width: 235px;
	top: 8px;
	padding-top:7px;
	height: 150px;
	color: #fbfcfc;
	background-color: #edefb6;
	background-image: url(../images/index/index_2_1.gif);
	background-repeat: no-repeat;
	
	
	
}
div.frontboxShadow
{

	float: left;
	width: 247px;
	top: 0px;
	height: 173px;
	background-image: url(../images/index/shadow.gif);
	background-repeat: no-repeat;


}
div.detDur
{
	position: relative;
	float: left;
	width: 247px;
	top: 0px;
	height: 159px;
	margin: 0px;
	padding: 0px;
}





.frontboxTxt
{
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 7px;
	height: 84px;
	position: relative;
}

.smallboxTxt
{
	margin-top: 6px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 7px;
	position: relative;
}

.boxDato
{
	position: absolute;
	top:-15px;
	right:7px;
}

.boxHeader
{
	
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
}

div.laesmere
{
	position: relative;
	float: left;
	left: 0px;
	bottom: 0px;
	margin-top: 15px;
	padding-left: 22px;
	margin-bottom:0px;
	background-image: url(../grafik/twoArrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
div.LaesmereBlue
{
	position: relative;
	bottom: 0px;
	padding-left: 22px;
	margin-bottom:10px;
	background-image: url(../grafik/twoArrowsWhite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.LaesmereOlive
{
	position: relative;
	bottom: 0px;
	padding-left: 22px;
	margin-bottom:10px;
	background-image: url(../grafik/twoArrowsWhite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.LaesmereProd
{
	position: relative;
	bottom: 0px;
	padding-left: 22px;
	margin-bottom:10px;
	background-image: url(../grafik/twoArrowsProd.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.BlueLink{
	color: #7c7c7d;	
	text-decoration: none;
	}
a.BlueLink:hover{
	color: #7c7c7d;
	text-decoration: underline;	
}


div.LaesmereGrey
{
	position: absolute;
	bottom: 0px;
	padding-left: 22px;
	margin-bottom:10px;
	background-image: url(../grafik/twoArrowsWhite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


a.GreyLink{
	color: #7c7c7d;	
	text-decoration: none;
	}
a.GreyLink:hover{
	color: #7c7c7d;
	text-decoration: underline;	
}
div.LaesmereGreen
{
	position: relative;
	bottom: 0px;
	padding-left: 22px;
	margin-bottom:10px;
	background-image: url(../grafik/twoArrowsWhite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.GreenLink{
	color: #7c7c7d;	
	text-decoration: none;
	}
a.GreenLink:hover{
	color: #7c7c7d;
	text-decoration: underline;	
}

a.OliveLink{
	color: #7c7c7d;	
	text-decoration: none;
	}
a.OliveLink:hover{
	color: #7c7c7d;
	text-decoration: underline;	
}


div.LaesmerePurpel
{
	position: absolute;
	bottom: 0px;
	padding-left: 22px;
	margin-bottom:10px;
	background-image: url(../grafik/twoArrowsWhite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.PurpleLink{
	color: #7c7c7d;	
	text-decoration: none;
	}
a.PurpleLink:hover{
	color: #7c7c7d;
	text-decoration: underline;	
}




a.LaesmereBlue
{
	color: #7c7c7d;
	text-decoration: none;
}



.LaesmereGreen
{
	position: relative;
	bottom: 0px;
	padding-left: 10px;
	margin-bottom:10px;
	background-image: url(../grafik/twoArrowsWhite.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.LaesmerePurple
{
	position: relative;
	bottom: 0px;
	padding-left: 22px;
	margin-bottom:10px;
	background-image: url(../grafik/twoArrowsWhite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.LaesmereGrey
{
	position: relative;
	bottom: 0px;
	padding-left: 22px;
	margin-bottom:10px;
	background-image: url(../grafik/twoArrowsWhite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.frontboxBluebar
{
	position: relative;
	float: left;
	left: 0px;
	width: 100%;
	background-image: url(../images/frontBox/indexBoxBlueBund.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	margin-top: 1px;
}



.frontboxPurplebar
{
	position: relative;
	float: left;
	left: 0px;
	width: 100%;
	background-image: url(../images/frontBox/indexBoxRedBund.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 40px;
	
}


.boxTxt
{

	color: #3c4246;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	padding-bottom: 10px;
}
.boxText
{
	position: relative;
	float: left;
	left: 0px;
	top: 16px;
	height: 40px;
	width: 200px;
	color: #3c4246;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
html>body .boxText{
	min-height: 30px;
	height: auto;
}


h1.frontbox
{
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 6px;
	padding-left: 15px;
	
}

h1.smallBox
{
	color: #FFFFFF;
	
	font-size: 14px;
	padding-top: 0px;
	padding-left: 15px;
	margin: 0px;
}

h1.smallBoxGrey
{
	color: #fff;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 15px;*/
	margin: 0px;
	
	
}

.frontboxImg
{
	width: 100%;
	height: 100px;
	padding: 0px;
	margin: 0px;
}


.ProdDrop
{
	position:relative;
	width:223px;
	left: 5px;
}

.prodTxt
{
	margin-top: 14px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	color: #3c4246;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}

select.ProdDrop
{
	position: relative;
	margin-top: 5px;
	margin-left: 10px;
	width: 160px;
	height: 17px;
	
	font-size: 11px;
}

.fritextMain{
	position: relative;
	float: left;
	left: 0px;
	width: 100%;


}

input.ProdDrop
{
	position: relative;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	width: 154px;
	height: 13px;
	
	font-size: 11px;
	line-height:11px;
}

.boxSoeg
{
	position: relative;
	float: left;
	margin-top: 7px;
	margin-left: 8px;

}

.boxVote
{
	position: absolute;
	float: right;
	right: 25px;
	top: 100px;
	
}

.runDate
{
	position: absolute;
	float: left;
	left: 15px;
	top: 130px;
	
}

.options
{
	margin-left: -5px;
	position: relative;
}

.optTxt
{
	position: absolute;
	top: 4px;
	left: 25px;
}



/* Cases styles*/


div.cases_light_bg {
	float: left;
	width: 543px;
	background-color: #e3e2e0;
	margin:0px;
	padding: 15px;
	border-top: 1px solid #a0c46f;
}

div.cases_dark_bg {
	float: left;
	width: 543px;
	background-color: #d3d3d4;
	margin:0px;
	padding: 15px;
	border-top: 1px solid #a0c46f;
}

div.caseImg {
	float: left;
	width: 57px;
	padding: 0px;
	height: 44px;
	
}

img.caseImg {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ffffff;
	border: 0px;
}


div.caseTxt {
	margin-left: 67px;
	
	font-size: 11px;
	font-weight: normal;
	color: #4d4d4f;
}
div.caseTxt A {
	color: #4d4d4d;
	text-decoration: none;
}

div.case_paging {
	float: left;
	width: 573px;
	padding-top: 15px;
	border-top: 1px solid #a0c46f;
}

/***************** QuickPoll ********************/
.answerSize
{
	border: 0px solid #000000;
	background-color: #a9cfed;
	height: 8px;
	overflow: hidden;
	margin-bottom: 3px;
}

.procBar
{
	height: 15px;
	width: 100px;
	background-color: #889196;
}

/***************** Login ***********************/

.login_row
{
	margin-bottom: 10px;
}

.login_caption
{
	float: left;
	width: 70px;
}

.login_input
{
	float: left;
}

.submit_login
{
	float: left;
	margin-left: 165px;
}

.login_fejl
{
	color: #FF0000;
	font-weight: bold;
}




#col_table{
	margin-left: 15px;
}

#col_table div.standard {
	margin: 0px;
}


#col_table p {
	margin-top: 0px;
	margin-left: 0px;
}


/* DC Meat Academy Box */
.academy {
	background-color: #d2dadc;
	border: solid 3px #c5ad19;
	padding: 10px;
	padding-top: 45px;
	background-image: url(../images/bd_box/academyBg_i.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.academy a.txtLink{
	color: #c5ad19;
	text-decoration: none;	
}
.academy a.txtLink:hover{
	color: #dccd73;
	text-decoration: underline;	
}

input.button
{
	margin-left: 5px;
vertical-align: bottom;
}

/*kalender*/

.cal_paging{
	position: relative;
	float: left;
	left: 0px;
	width: 100%;
	margin-bottom: 5px;
}
.prevCalender{
	position: relative;
	float: right;
	right: 0px;
	width: 60px;
}
.nextCalender{
	position: relative;
	float: right;
	right: 0px;
	width: 50px;
}
.dateShowCalender{
	position: relative;
	float: right;
	right: 0px;
	width: 60px;
}

