body {
	text-align: center;
	background-color: #ACAFB1;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
}
/*layers*/
#top {
	width:700px;
	margin: 0 auto;
}
#knapper {
	margin-top: 10px;
}
#sideNav {
	padding-top: 20px;
}
#main {
	position: relative;
	text-align: left;
}
#overskrift {
	margin-top: 50px;
	background-color: #336;
	position: relative;
	text-align: center;
}
#sidefod {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #366;
	border-top: solid #336633 1px;
	text-indent: 5px;
	text-align: left;
}


/*links*/

.mail {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #366;
	text-decoration: none;
}
.mail:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.cvlink {
	color: #003366;
	text-decoration: none;
}
.cvlink:hover {
	color: #FF6633;
	text-decoration: none;
}
li {
	list-style-position: outside;
	list-style-type: circle;
}
.cv_sort {
	color: #000;
	line-height: 2;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
}
.cvblue {
	color: #4E6D7D;
}

