/* CSS Document                */
/* Ytterstad Fiskeriselskap AS */

body, html { 
	margin : 0; 
	padding : 0; 
	background : #fff url(../images/bg_body.gif) top left repeat-y;
	font : normal 13px/19px Tahoma;
	color : #1679bf;
	}

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

h1 {
	font : normal 32px "Trebuchet MS";
	color : #92bad1;
	margin : 0 0 60px;
	}

h2 {
	font : bold 16px Tahoma;
	color : #bf0b30;
	margin : 0;
	}

h3 {
	font : bold 14px Tahoma;
	color : #1679bf;
	margin : 0;
	}
	
h4 {
	font : bold 13px Tahoma;
	text-transform : uppercase;
	color : #fff;
	display : block;
	background-color : #92bad1;
	margin : 0;
	padding : 8px 10px;
	}

p, td, textarea {
	font : normal 13px/19px Tahoma;
	color : #1679bf;
	margin : 0 0 1em 0;
	}

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

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


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

div#wrap {
	width : 960px;
	float : left;
	margin : 0;
	padding : 0;
	}

div#header {
	width : 960px;
	height : 161px;
	background : #fff url(../images/header.jpg) top left no-repeat;
	}

div#menu {
	width : 797px;
	height : 39px;
	background : #fff url(../images/bg_menu.jpg) top left no-repeat;
	}

div#content {
	width : 600px;
	padding : 60px 0 60px 60px;
	text-align : justify;
	float : left;
	}

div#footer {
	width : 600px;
	padding : 10px 0 0;
	border-top : 1px dotted #92bad1;
	color : #92bad1;
	font : normal 11px/15px Tahoma;
	text-align : center;
	margin : 0 0 10px 60px;
	clear : both;
	}

div#leftcolumn {
	width : 163px;
	float : left;
	}

div#rightcolumn {
	width : 797px;
	float : left;
	}

div#languageselect {
	width : 163px;
	height : 27px;
	padding : 12px 0 0;
	margin-bottom : 60px;
	text-align : center;
	background : #fff url(../images/bg_language.jpg) top left no-repeat;
	}

img.language {
	border : 1px solid #fff;
	margin : 0 4px;
	}

img.language:hover {
	border : 1px solid #000;
	}
	
div.leftcontent {
	width : 143px;
	padding : 10px 10px 50px;
	}

div.leftcontent a {
	color : #fff;
	text-decoration : underline;
	}

div.leftcontent a:hover {
	color : #fff;
	text-decoration : none;
	}

div.leftcontent td, div.leftcontent p {
	font : normal 11px Tahoma;
	color : #fff;
	}

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

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

div#tagmark a:hover { 
	text-decoration : none; 
	color : #92bad1; 
	}
