/* indstillinger for kontaktpersonerne START */

.kontaktcontainer {
	font-size: 12px;
	border: solid 1px #036;
	background: #E6E6E6;
	width:95%;
	height:150px;
	padding: 7px;
	margin-top: 7px;
	margin-bottom: 15px;
	clear: both;

}

/* kontaktformularen*/
.kontaktcontainer2 {
	font-size: 12px;
	border: solid 1px #036;
	background: #E6E6E6;
	width:95%;
	height:280px;
	padding: 7px;
	margin-top: 7px;
	margin-bottom: 15px;
	clear: both;
}


.leftkontaktinfo {
	float:left;
	width:210px;
}


.kontaktfoto {
	border: 1px solid #000;
	display:block;
	float: right;
	width:100px;
	height:150px;
}

.kontaktnavn {
	font-size:14px;
	font-weight:bold;
}

.kontakttitel {
	font-size:10px;
}

/* indstillinger for kontaktpersonerne SLUT */


.box {
width: 100%;
height: 210px;
border: dotted 5px #036;
padding: 0px;
margin-bottom: 10px;
}

