body {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #fff;
	color: #000000;
	height: 100%;
	width: 100%;
	position:absolute;
}
#screen {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	width: 1060px;
	height: 100%;
	background: #fff;
}
#side_left {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	width: 40px;
	float: left;
	padding-top:36px;
}
#site {
	float: left;
	margin: 0 auto;
	padding-top:36px;
	width: 980px; /* using 20px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#side_right {
	margin: 0 auto;
	float: left;
	width: 40px;
	padding-top:36px;
}
#pane_top {
	background: #fff;
	height: 120px;
	width:100%;
	top:0px;
	clear: both;
}
#pane_menu {
	float:left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background:url(../imgs/bg_pane_menu.jpg) #fff repeat-x;
	height: 30px;
	width:750px;
}
#pane_search {
	float:left;
	background:url(../imgs/bg_pane_menu.jpg) #fff repeat-x;
	height: 30px;
	width:170px;
	padding-top: 2px;
	padding-right: 10px;
}
#pane_languages {
	float:left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background:url(../imgs/bg_pane_menu.jpg) #fff repeat-x;
	height: 30px;
	width: 50px;
	padding-top: 8px;
}
#pane_middle {
	margin: 0 auto;
	padding-left:15px;
	padding-right:15px;
	background: #fff;
	height: 154px;
	width:100%;
	text-align: center;
}
#pane_content {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #fff;
	float:left;
	width:100%;
	height: 100%;
}
.pane_content_left {
	background: #fff;
	width: 180px;
	padding-right: 5px;
}
.pane_content_main {
	background: #fff;
}
#pane_content_welcome {
	float:left;
	background: #fff;
	width: 100%;
}
.pane_content_right {
	background: #fff;
	width: 180px;
	padding-left: 5px;
}
#pane_bottom {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	bottom:0px;
	background: #fff;
	height: 100px;
	width:100%;
	float:left;
}
#menu_left {
	background: #fff;
	height: 30px;
	width:4px;
	float:left;
}
#menu_right {
	background: #fff repeat-x;
	height: 30px;
	width:4px;
	float:right;
}
#menu_div {
	height: 30px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:5px;
	text-align:center;
}
#menu_sep {
	height: 30px;
	padding-top:6px;
	padding-bottom:2px;
	font-weight:bold;
	width:1px;
	float:left;
	color:#fff;
}
.menu_link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.menu_link:hover{
	text-align:center;
	text-decoration:none;
	color:#ff9c3e;
}

.pages_header{padding-left:10px;font-weight:bold;color:#000;}
td,div{font-family:Verdana,Tahoma,Arial;font-size:11px;}
a{font-size:11px;color:#000000;text-decoration:none;}
textarea{width:100%;font-size:11px;height:100%;color:#000000;border:1px solid #A0A0A0;}
.text,.input,.select,.date,.number,.checkbox{font-size:11px;color:#000000;border:1px solid #A0A0A0;}
.checkbox{border:0;}
.multiselect{font-size:11px;height:60px;width:100%;color:#000000;}

.menu{font-weight:bold;color:#E0E0E0;text-decoration:none;cursor:pointer;}
.tMenu .item{color:#37649D;font-weight:bold;text-decoration:none;border:none;cursor:pointer;}
.tMenu .item.hover{background:#37649D;color:#E0E0E0;}

.header{font-weight:bold;padding-left:10px;padding-bottom:5px;border-bottom:1px solid #ffffff;}

.topbasket{font-weight:bold;color:#004080;}

.navn,.navs{color:#202020;text-decoration:none;padding-left:5px;font-weight:bold;}
.navs{color:#BF0618;}
.copy,.copydot{color:#29353b;text-decoration:none}
.copy{cursor:pointer}

