/* CSS Document */
/* Posisjon */

body, html {
	padding: 0;
	margin: 0;
}

body { padding-top: 30px; }

body,td,p { font: normal 11px/19px Tahoma,Verdana; color: #333; }

ul {
	padding : 5px 0 5px 30px;
	}

ul li {
	line-height : 15px;
	}

td { vertical-align: top; }

div#page { 
	width: 968px;
	margin: 0 auto;
}

div#header { 
	width: 956px;
	margin: 0 auto;
	background:url(../images/header.png) top left no-repeat #fff;
	height: 232px;
	min-height: 232px;
}	

/* *:first-child+html div#header { width: 955px; } */

div#logo {
	width: 802px;
	margin: 0 auto;
	text-align:right;
}

div#menu {
	height: 40px;
	min-height: 40px;
	padding: 20px 0 0 20px;
	width: 783px;
	margin: 0 auto;
	background: url(../images/menubg.gif) top left repeat-x;
}

div#contentcontainer {
	width: 794px;
	margin: 0 auto;
	border-left: 4px solid #9DC3DD;
	border-right: 4px solid #9DC3DD;
	border-bottom: 4px solid #9DC3DD;
}

/* *:first-child+html div#contentcontainer { width: 795px; } 
* html div#contentcontainer { width: 795px; } */


div#profilearea {
	float: left;
	width: 206px;
	padding: 0 10px;
/*	border-right: 5px solid #9DC3DD;*/
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

div#content {
	float: left;
	border-left: 5px solid #9DC3DD;
	width: 540px;
	padding: 0 10px;
	min-height: 400px;
	height: auto !important;
	height: 400px;

}

div#clearer { clear: both; }

div#adress { 
	background-color: #63a1c4; 
	padding: 10px;
	text-align:center;
	color: #fff;	
}

div#tagmark { padding: 50px 0 0 0; text-align:center; }

img { border: none; }

a { color: #63A1C4; font-weight: 700; text-decoration: none; }
a:hover { color: #DAB251; font-weight: 700; text-decoration: underline; }

input.contact, textarea.contact {
font: normal 12px Verdana, Arial, sans-serif;
color: #000;
border: 1px solid #000;
background-color:#fff;
}

td { vertical-align: top; }

h1 { font: normal 20px Arial,Verdana; color: #35617f; }

h2 { font: lighter 18px Arial,Verdana; color: #4e453a; }

h3 { font: lighter 18px Arial,Verdana; color: #539ad0; }

h4,h5,h6 { font: bold 14px Arial,Verdana; color: #514b4b; }