body {
	margin: 0px;
	background-color: #FFFFFF;
}
* {
	font-family: verdana;
	font-size: 10px;
}

a.normal {
	letter-spacing: 0px;
}
.error{
	border: 1px solid #CC0000;
	background-color: #FFDDDE;
	color: #000000;
	padding: 5px;
	font-size: 10px;
}
.maindiv {
	background-color: #FFFFFF;
	padding: 5px;
	height: 100%;
	width: 780px;
}

.menu {
	background-color: #FFFFFF;
	height: 30px;
	width: 100% !important;
	overflow: hidden;
	border-bottom: 1px solid #0C4CA3;
}

.menu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
.menu li {
	width: auto;
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
	list-style-image: none;
	display: inline;
	text-align: center;
}

.menu a {
	color: #0C4CA3;
	margin: 0px;
	margin-right: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-weight: normal;
}

.menu a.active, .menu a.nearactive {
	font-weight: bold;
	background-image: url(../designs/2/graphics/menu/sitemenu_active.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.submenu {
	background-color: #FFFFFF;
}
.submenu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #0C4CA3;*/
	height: 100px;
	margin-right: 10px;
}
.submenu li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	width: 100%;
}
.submenu a {
	color: #000000;
	font-weight: normal;
}

.submenu a.active {
	color: #000000;
	font-weight: bold;
}

.submenu a.nearactive {
	color: #666666;
}




.faktaboxheadline {
	background-color: #0C4CA3;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
	overflow: hidden;
	width: 130px;
	white-space: nowrap;
	margin: 0px;
}
.faktabox {
	position: relative;
	border: 1px solid #0C4CA3;
	background-color: #DAE7F8;
	color: #000000;
	height: 80px;
	overflow: hidden;
	margin-bottom: 5px;
}
.faktabox a {
	color: #000000;
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding-right: 14px;
	background-image: url(graphics/linkarrow.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.faktabox p {
	padding: 5px;
	margin: 0px;
}
.faktabox .subheadline {
	font-weight: bold;
}


/* Tekst box */
.tekst h1 {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.tekst {
	background-color: #0C4CA3;
	color: #FFFFFF;
	padding: 10px;
	height: 100%;
}
.tekst a {
	color: #FFFFFF;
}
.tekstnormal h1 {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.tekstnormal .subheadline {
	color: #000000;
	font-weight: bold;
}
.tekstnormal {
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
	padding-left: 0px;
}
.tekstnormal a {
	color: #000000;
}



.extlink {
	background-image: url(graphics/icons/extlink.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 16px;
}
.person_data {
	width: 150px;
	height: 250px;
	float: left;
	font-size: 9px;
}
.person_data * {
	font-size: 9px;
}
/*************************************************************/
/*BIL VISNING */
.bilvisning_photos {
	width: 350px;
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.billedetekst {
	color: #999;
	font-size: 11px;
	text-align: center;
}
.bilvisning_data {
	width: 160px;
	float: left;
}
.datarow {
	height: 25px;
}
.datarowDivider {
	border-top: 1px dotted;
	height: 4px;
	border-top-color: #666;
}
.bilvisning_data ul {
	line-height: 18px;
}
.modeldata {
	font-size: 12px;
	border: 1px solid #666;
	width: 100%;
	margin-top: 20px;
	clear: left;
}
.modeldata h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: solid 1px #999999;
}
.modeldata_headline {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #999999;
}