body, html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Trebuchet MS;
	font-size: 12px;
	background: #ecebeb;
	overflow-y: scroll;
}
img {
	border: 0px none;
}
p, h1, h2, h3 {
	margin: 10px 0px;
	padding: 0px;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1 {	font-size: 22px; }
h2 {	font-size: 16px; }
h3 {	font-size: 14px; }
del {
	color: #4db5cb;
	font-weight: bold;
	text-decoration: none;
}
a {
	color: #888888;
}
#logo {
	position: absolute;
	left: 50%;
	top: 53px;
	margin-left: -450px;
}
#logo a {
	display: block;
	width: 536px;
	height: 41px;
	background: transparent url(forlaget_textxpressen.png) no-repeat;
}
#logo a span {
	display: none;
}
#menu {
	position: absolute;
	left: 50%;
	top: 98px;
	margin-left: -450px;
	width: 901px;
	height: 47px;
	background: transparent url(menu_bg.png) repeat-x;
}
body.green #menu	{ background: transparent url(menu_bg_green.png) repeat-x; }
body.orange #menu	{ background: transparent url(menu_bg_orange.png) repeat-x; }
body.red #menu		{ background: transparent url(menu_bg_red.png) repeat-x; }
body.purple #menu		{ background: transparent url(menu_bg_purple.png) repeat-x; }
body.gray #menu	{ background: transparent url(menu_bg_gray.png) repeat-x; }
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	float: left;
}
#menu a {
	outline: 0px none;
	display: block;
	line-height: 40px;
	color: white;
	text-decoration: none;
	font-size: 15px;
	margin: 7px 10px 0px 0px;
	padding: 0px 15px;
}
#menu a:hover, #menu a.selected					{ background: transparent url(menu_hover.png) repeat-x; }
body.green #menu a:hover, body.green #menu a.selected		{ background: transparent url(menu_hover_green.png) repeat-x; }
body.orange #menu a:hover, body.orange #menu a.selected	{ background: transparent url(menu_hover_orange.png) repeat-x; }
body.red #menu a:hover, body.red #menu a.selected			{ background: transparent url(menu_hover_red.png) repeat-x; }
body.purple #menu a:hover, body.purple #menu a.selected			{ background: transparent url(menu_hover_purple.png) repeat-x; }
body.gray #menu a:hover, body.gray #menu a.selected	{ background: transparent url(menu_hover_gray.png) repeat-x; }
#submenu h3, #submenu ul, #submenu a { color: #4db5cb; }
body.green #submenu h3, body.green #submenu ul, body.green #submenu a { color: #a8cc49; }
body.orange #submenu h3, body.orange #submenu ul, body.orange #submenu a { color: #e27d3f; }
body.red #submenu h3, body.red #submenu ul, body.red #submenu a { color: #c25481; }
body.purple #submenu h3, body.purple #submenu ul, body.purple #submenu a { color: #5b56a5; }
body.gray #submenu h3, body.gray #submenu ul, body.gray #submenu a { color: #888; }
#main {
	position: absolute;
	top: 153px;
	left: 50%;
	margin-left: -450px;
	width: 901px;
}
#content {
	background: white;
}
#content-left {
	background: white;
	float: left;
	width: 550px;
}
#content-right {
	float: right;
	width: 340px;
}
#footer {
	clear: both;
	margin: 10px 0px;
	color: #acacac;
}
#footer a {
	color: #acacac;
}
#tipprint {
	position: absolute;
	right: 50%;
	top: 10px;
	margin-right: -450px;
}
.productlink {
	background: #d6d6d6;
	padding: 10px 20px 20px 20px;
	border-bottom: 10px solid #ecebeb;
}
body.green .productlink {
	background: #d6dda7 url(prod_corner_green.png) no-repeat left top;
}
body.orange .productlink {
	background: #f0c8af url(prod_corner_orange.png) no-repeat left top;
}
body.red .productlink {
	background: #ce9eb0 url(prod_corner_red.png) no-repeat left top;
}
body.purple .productlink {
	background: #8c89b1 url(prod_corner_purple.png) no-repeat left top;
}
body.gray .productlink {
	background: #cecece url(prod_corner_gray.png) no-repeat left top;
}





@media only screen and (max-device-width: 900px) { 
  #pagecontainer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 901px;
  }
}