/* CSS Document      */
/* A-B Flyttebyrå AS */

body, html { 
	margin : 0; 
	padding : 0; 
	background : #fff url(../images/bg_body.jpg) top left repeat-x;
	}

/*------------------------- Text formatting */

h1 {
	font : normal 22px "Trebuchet MS";
	color : #31a0d9;
	display : block;
	padding : 0.8em 0 0.8em 0.8em;
	border-top : 1px dotted #858585;
	border-bottom : 1px dotted #858585;
	background-color : #ececec;
	}

h2 {
	font : normal 20px "Trebuchet MS";
	color : #31a0d9;
	margin : 0 0 0.5em;
	}

h3 {
	font : bold italic 18px "Trebuchet MS";
	color : #0c4ca4;   
	margin : 0;
	}

h4 {
	font : normal 16px "Trebuchet MS";
	color : #cc1d22; 
	margin : 0;
	}

h5, h6 {
	font : bold 14px/18px "Trebuchet MS";
	color : #3278e0; 
	margin : 0;
	}


p, td {
	font : normal 14px/18px Tahoma;
	color : #3179d9;
	margin : 0 0 1em 0;
	}

a {
	text-decoration : underline;
	color : #c1221e;
	}

a:hover {
	text-decoration : none;
	color : #c1221e;
	}


/*------------------------- Containers */

div#wrap {
	width : 920px;
	float : left;
	}

div#header {
	width : 920px;
	height : 300px;
	}

div#leftcolumn {
	width : 200px;
	padding : 60px 0 0;
	background : #fff url(../images/bg_leftcolumn.jpg) top left no-repeat;
	float : left;
	}

div#menu {
	width : 200px;
	padding : 0;
	margin : 0;
	}

div#leftsupervisor {
	width : 200px;
	height : 200px;
	padding-top : 90px;
	background : url(../images/bg_supervisor.jpg) top left no-repeat;
	}

div#content {
	width : 690px;
	padding : 30px 0 30px 30px;
	float : right;
	}

div#footer {
	width : 660px;
	padding : 15px 0;
	margin-left : 60px;
	float : right;
	border-top : 1px dotted #31a0d9;
	color : #31a0d9;
	font : normal 11px Tahoma;
	text-align : center;
	}

div#tagmark { 
	font : normal 11px Tahoma;
	width : 100%; 
	text-align : center; 
	margin : 0 auto; 
	}

div#tagmark a { 
	text-decoration : none; 
	color : #fff; 
	}

div#tagmark a:hover { 
	text-decoration : underline; 
	color : #fff; 
	}
