/* CSS Document   */
/* Nordcarrier AS */

body, html { 
	margin : 0; 
	padding : 0; 
	background : #313a42 url(http://english.nordcarrier.no/images/bg_body.png) top left repeat-x;
}

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

h1 {
	font : bold 15px Tahoma;
	color : #b0d6ff;
	margin : 0 0 1em;
	padding-bottom : 3px;
	text-transform : uppercase;
	border-bottom : 1px dotted #b0d6ff;
	display : block;
}

h2 {
	font : bold 13px Tahoma;
	color : #b0d6ff;
	margin : 0 0 1em;
	text-transform : uppercase;
}

h3 {
	font : bold 11px Tahoma;
	color : #fff;
	margin : 0;
	text-transform : uppercase;
}

p, td {
	font : normal 11px/18px Tahoma;
	color : #fff;
	margin : 0 0 2em 0;
}

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

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


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

div#wrap {
	width : 695px;
	margin : 0 auto;
	padding : 0 14px 0 13px;
	background-color : #162127;
}

div#header {
	width : 695px;
	height : 320px;
}

div#topnav {
	width : 695px;
	height : 30px;
	background : url(http://english.nordcarrier.no/images/bg_topnav.jpg) top left repeat-x;
}

div#subnav {
	width : 695px;
	height : 24px;
	background-color : #313a42;
}

div#flagbox {
	float : right;
	margin-left : 25px;
}

img.flag {
	text-align : right;
	margin : 3px 1px;
	border : none;
}

.clear {
	clear : both;
}

div#content {
	width : 695px;
	padding : 40px 0 80px;
}

div#footer {
	padding-top : 20px;
	width : 695px;
	height : 60px;
	background : #162127 url(http://english.nordcarrier.no/images/bg_footer.jpg) top left repeat-x;
	margin : -80px auto 0;
}

div#tagmark { 
	width : 100%; 
	text-align : center; 
	margin : 0 auto; 
}

div#tagmark a { 
	font : normal 11px Tahoma;
	text-decoration : none; 
	color : #0065b0; 
}

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

div#superlogin { 
	background-color : #fff;
	height : 100%;
}



