* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
}

img {
	margin: 0 auto;
	border: 0;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #DC2222;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 10px;
	font-weight: bold;
	color: #DC2222;
	margin: 12px 0 3px 0;
}

h2.top {
	margin-top: 0;
}

#credit {
	float: right;
	margin: 18px 0 0 0px;
	display: none;
}

#container {
	margin: 0 auto;
	width: 765px;
}

#pagecontainer {
	float: left;
	margin: 0 auto;
	width: 749px;
	background-color: #F6F4F4;
}

#pagecontainer.firstpage {
	background-image: url(../gfx/bkg.jpg);
	background-repeat: no-repeat;
	background-position: left 200px ;
}

#pageheader {
	background-image: url(../gfx/topline.jpg);
	background-repeat: no-repeat;
	height: 159px;
	width: 749px;
}

#referens_area {
	text-align: center;
	clear: both;
	font-weight: bold;
	font-size: 12px;
	color: #888;
}

#referensitem {
	display: inline;
	font-size: 12px;
}

#footer {
	margin: 20px 0 0 0;
	padding: 5px 0;
	clear: both;
	background-color: #A19F98;
	text-align: center;
	color: #444031;
}

#footer .company { letter-spacing: 0.1em; }

#footer a {
	text-decoration: none;
	color: #444031;
}

#credit_footer {
	margin: 4px 2px 10px 0;
	text-align: right;
	font-size: 10px;
	color: #888;
}

#credit_footer a {
	color: #555;
	text-decoration: none;
}

#menu {
	background-image: url(../gfx/nav.jpg);
	background-repeat: repeat-x;
	width: 749px;
	vertical-align: top;
	height: 44px;
}

#menu table {
	margin: 8px 0 0 50px;
}

#menu div.picmenu {
	height: 44px;
	padding: 10px 0 0 0;
	display: inline;
	width: 20px;
	border: 1px solid yellow;
}

#menu ul {
	margin: 0 0 0 25px;
	list-style: none none;
	height: 44px;
	display: inline;
}

#menu ul li {
	padding: 0px 0 12px 5px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: white;
}


#menu a {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: #f12600;		/* #891515; */
}

#leftmenu {
	float: left;
	width: 120px;
	margin: 30px 0 20px 20px;
}

#leftmenu h1
{
	margin: 10px 0 10px 0;
	font-size: 12px;
	color: black;
	font-weight: normal;
}

#leftmenu h1.top {
	margin: 0 0 10px 0;
}

#leftmenu ul {
	list-style: none none;
}

#leftmenu li {
	font-size: 11px;
	color: #DC2222;
}

#leftmenu a {
	color: #DC2222;
	text-decoration: none;
}

#body {
	margin: 30px 0 20px 0px;
	padding: 0 0 0 30px;
	float: left;
	width: 520px;
	background: url(../gfx/leftmenu_divider.gif) no-repeat;
	background-position: left 20px;
}

#body.noleftmenu {
	background-image: none;
	width: 670px;
}

#body.firstpage {
	padding-left: 130px;
	background-image: none;
	height: 300px;
}

.body_pic {
	float: right;
	margin: 0 10px 10px 10px;
}

.body_pic img {
	padding: 10px;
	border: 1px solid black;
}

.body_pic form {

}

.body_pic form label {
	display: block;
	font-size: 10px;
	font-weight: bold;
}

.body_pic form label.top {
	margin-top: 0;
}

.body_pic form input {
	display: block;	
	margin: 1px 0 6px 0;
}

.body_pic form input.submit {
	margin: 12px 0 0 0;
	width: 125px;
}

.linkbox {
	margin: 3px 10px 10px 5px;
	padding: 10px;
	float: right;
	clear: right;
	border: 1px dashed #ccc;
}

.linkbox a {
	color: #DC2222;
	text-decoration: none;	
}

#body p {
	margin: 10px 0 0 0;
}

#body ul.meny {
	list-style: none outside url(../gfx/bullet.gif);
	margin: 0 0 0 15px;
}

