body {
	font-family: Arial, Verdana;
	background-color: white;
	
	font-size: 13px;
}

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

img.logo {
	margin-right: 100px;
}
img.logoleft {
	margin-right: 70px;
	margin-top:  -10px;
}

div.mainContainer {
	width: 800px;
	margin: 50px auto 20px auto;
	border-top: 2px solid #004b8d;
	border-left: 2px solid #004b8d;
	border-right: 2px solid #004b8d;
	padding: 0px 0px;
}

div.header {
	margin: 35px 0px 0px 0px;
	clear: both;
	border-top: 1px solid white;
}

div.middle {
	background-image: url("/images/gfx/red_line_bg.jpg");
	background-repeat: repeat-y;
	background-position: top left;
	
	padding: 0px  0px 0px 50px;
	margin: 0px 0px;
	clear: both;
	
}

div.innholdContainer {
	background-image: url("/images/gfx/content_border_left.jpg");
	background-repeat: repeat-y;
	background-position: top left;
	padding-left: 2px;
	height: 100%;
}

div.footer {
	border-top: 1px solid black;
	height: 25px;
	margin: 10px 30px 0px 30px;
	clear:both;
}

div.colSingle {
	width: 670px;
	padding: 5px 15px;
	clear: both;
}

div.colLeft {
	width: 320px;
	float: left;
	clear: left;
	
	padding: 5px 15px;
}

div.colRight {
	width: 320px;
	float: left;
	clear: right;
	
	padding: 5px 15px;
}

/*
-------------------------
Meny (tabell)
-------------------------
*/

div.menu {
	margin: 0px 0px;
}
/*
---------------------
Javascript ul, li
---------------------
*/
ul.menu {
	padding: 0px 0px;
	margin-left: 0;
}
li.menuActive {
	list-style: none;
	margin: 0;
	text-align: center;
	display: inline;
	line-height: 20px;
	padding: 3px 30px 3px 15px;

	background-image: url("/images/gfx/menu_active_bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

li.menuInActive {
	list-style: none;
	margin: 0;
	text-align: center;
	display: inline;
	line-height: 20px;
	padding: 3px 30px 3px 15px;

	background-image: url("/images/gfx/menu_inactive_bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

li.menuInActiveLeftOf {
	list-style: none;
	margin: 0;
	text-align: center;
	display: inline;
	line-height: 20px;
	padding: 3px 30px 3px 15px;

	background-image: url("/images/gfx/menu_leftofactive_bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

li.menuInActiveEnd {
	list-style: none;
	margin: 0;
	text-align: center;
	display: inline;
	line-height: 20px;
	padding: 3px 30px 3px 15px;

	background-image: url("/images/gfx/menu_inactive_end.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

li.menuActiveEnd {
	list-style: none;
	margin: 0;
	text-align: center;
	display: inline;
	line-height: 20px;
	padding: 3px 30px 3px 15px;

	background-image: url("/images/gfx/menu_active_end.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}
li.menuActiveActive {
	list-style: none;
	margin: 0;
	text-align: center;
	display: inline;
	line-height: 20px;
	padding: 3px 30px 3px 15px;

	background-image: url("/images/gfx/menu_active_active.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

a.menuActive, a.menuActiveEnd {
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
	color: #bf311a;
	line-height: 20px;
}
a.menuInActive, a.menuInActiveEnd {
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
	color: #bf311a;
	line-height: 20px;
}

/*
---------------------
PHP Tabell
---------------------
*/

table.menu {
	width: 700px;
	margin: 0px 0px;
}

td.menuActive {
	background-image: url("/images/gfx/menu_active_bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;

	padding-right: 20px;
	line-height: 20px;
	text-align: center;
}

td.menuInActive {
	background-image: url("/images/gfx/menu_inactive_bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;

	padding-right: 20px;
	line-height: 20px;
	text-align: center;
}
td.menuInActiveLeftOf {
	background-image: url("/images/gfx/menu_leftofactive_bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;

	padding-right: 20px;
	line-height: 20px;
	text-align: center;
}
td.menuInActiveEnd {
	background-image: url("/images/gfx/menu_inactive_end.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	
	padding-right: 20px;

	line-height: 20px;
	text-align: center;
}
td.menuActiveEnd {
	background-image: url("/images/gfx/menu_active_end.jpg");
	background-repeat: no-repeat;
	background-position: top right;

	padding-right: 20px;
	line-height: 20px;
	text-align: center;
}
/*
------------------------
Undermeny
------------------------
*/
div.undermeny {
	padding: 0px 14px;
	clear:both;
}

div.undermeny a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #bf311a;
}
div.undermeny a:hover {
	text-decoration: underline;
}

div.undermeny a.active{
	text-decoration: underline;
}

/**
 *
 * Easy clearing - source: http://www.positioniseverything.net/easyclearing.html
 *
 */
.clearfix:after{ content: "."; display: block; clear: both; font-size: 0; height: 0; visibility: hidden; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
