html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}


.body {
	background-color: #CCCCCC;
	background-image: url(img/back.gif);
	background-repeat: repeat-y;
}
.body a {
	color: #1F1F85;
	text-decoration: none;
}
.body a:hover {
	color: #610000;
	text-decoration: underline;
}
.logopos {
	position: absolute;
	top: 17px;
	left: 23px;
}
.topanimpos {
	position: absolute;
	top: 65px;
	left: 282px;
}

/* meny */
.menu {
	text-align: right;
	position: absolute;
	width: 235px;
	top: 122px;
	left: 0px;
	list-style:none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:0px;
}
.menu li {
	margin-bottom:19px;
}

.menu li a, .menu li a:visited {
	padding-right:20px;
	background: url('img/dutt_0.gif') no-repeat right 4px;
	display:block;
	height:16px;
}
.menu li a:hover {
	background:url('img/dutt_1.gif') no-repeat right 4px;
}
.menu li a.active {
	background: url('img/dutt_2.gif') no-repeat right 4px;
	display:block;
	height:16px;
}
	
.content {
    color: #333333;
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: normal;
    left: 280px;
    line-height: 16px;
    position: absolute;
    top: 122px;
    width: 340px;
}
	.content h1 {
		font-family: Arial;
		font-size: 15px;
		line-height: 16px;
		font-weight: bold;
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 16px;
		color: #444444;
	}
	.content p {
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 8px;
	}
	.content img {
		float:right;
	}
	.content ul {margin-left: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
	.content li {padding-bottom: 8px; padding-top: 0px;	padding-right: 0px;	padding-left: 0px; list-style-type: square;}
	
.reftitel {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}
.quote {
	font-style: italic;
	line-height:140%;
}
.quotename {
	font-size: 10px;
	line-height: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 8px;
}

.introbox {
	font-family: "Arial, verdana, Trebuchet MS";
	font-size: 15px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #888888;
	border-top: solid 1px #871E46;
	border-bottom: solid 1px #871E46;
/*	background-color: #E5E5E5; */
	width: 180px;
	padding: 3px 5px 3px 6px; 
}

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }


#contact {
	background-color:#ccc;padding:20px;height:66px;
}

#contact.OverContact {
	background-color: #FFFFFF;
	border: 4px solid #CCCCCC;
	height: 66px;
	padding: 16px;
}
