* {
	font-family:  "Lucida Sans Unicode", "Lucida Grande",  verdana, arial, sans-serif;
	font-size: 12px;
	color: #708182;
}
strong, em {
	font-family: "Lucida Sans", "Lucida Sans Unicode","Lucida Grande", verdana, arial, sans-serif;
}
html,body {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EEF3F3;
}

a {
	color: #003b77;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
.nospam {
	display:none;
}

/* KOLONNE CONFIG */
/* afhænger af content bredde */

/* two col = (width-50)/2 */
.two-col-1, .two-col-2 {
}

.two-col {
 	margin: 0;
}
.two-col p.bodytext {
 	line-height: 10px;
}
.two-col-1 {
	float: left;
	width: 56%;
	margin-right: 8%;
}
.two-col-2 {
	float: left;
	width: 28%;  
}

.two-col-same-width {
 	margin: 0;
}
.two-col-same-width .two-col-1 {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.two-col-same-width .two-col-2 {
	float: left;
	width: 48%;
}

.two-col-alt {
 	margin: 15px 10px 0;
}
.two-col-alt .two-col-1 {
	float: left;
	width: 56%;
	margin-right: 8%;
}
.two-col-alt .two-col-2 {
	float: right;
	width: 158px;
	margin-right: 20px;
}

/* three col = (width-50) / 3 */
.three-col-1,
.three-col-2,
.three-col-3 {
	float: left;
	width: 30%;
}

.three-col-1,
.three-col-2 {
	margin-right: 2%;
}

/* four col */
.four-col-1,
.four-col-2,
.four-col-3,
.four-col-4 {
	float: left;
	width: 22%;
}

.four-col-1,
.four-col-2,
.four-col-3 {
	margin-right: 4%;
}

.employees {
	margin: 77px 0 0 22px;
	width: 426px;
}
.employees h1 {
	margin: 0;
	padding: 0;
}
.employees p.title {
	margin: 0 0 17px;
	padding: 0;
}
.employees a {
	color: #003b77;
	text-decoration: none;
}
.employees .email {
	padding: 0 0 0 12px;
}

.empl-data {
	margin: 17px 0 0;
}
.fulltext-content{
	background-color:#C9D4D6;
	height:373px;
	margin-top:8px;
	overflow:hidden;
	padding:80px 20px 5px 20px;
	position:relative;
	width:716px;
}
.fulltext-content p.bodytext{
	line-height: 14px;
	font-size: 12px;
	margin: 0 0 12px 0;
}

td.empl-label{
	padding-right: 5px;
}

td.vcard{
	padding-left: 10px;
}