/* reset */

body, div { 
	border: 0px solid #fff;
	padding: 0px; 
	margin: 0px; }

/* default */

body {
	color: #333;
	background-color: #ddd;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

/* layout */

body { text-align: center; }
#container { 
	width: 54em; 
	text-align: left;
	margin: 0px auto; 
	height: 100%;
}

#sh1 {border-right: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #999; }
#sh2 {border-right: 1px solid #aaa; border-left: 1px solid #aaa;}
#sh3 {border-right: 1px solid #ccc; border-left: 1px solid #ccc;}

#header #logo { float: left; margin: 2em; margin-top: 0px;}
#header h1 { padding-top: 80px; margin-top: 0; }

#menu{ 
	padding:0px; 
	margin:0px;
	height: 40px;
	white-space:nowrap;
	
}
#menu li { float: left; list-style-type: none;}
#menu li a {
	float:left;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	text-decoration: none;
}

#menu, #content { clear: both; }

#content { padding: 2em;}

/* color */
#container { background-color: #fff; }
#header h1, #header h2 { color: #cb6c18; }
a {			color: #cb6c18; text-decoration: none}
a:hover {	color: #333; }

#menu{ background-color: #cb6c18; }
#menu li a {		color: #ffffff; }
#menu li a:hover {	background-color: #333333; }

/* more style */
#header h1, #header h2 { font-family: "trebuchet ms", arial, helvetica, verdana, sans-serif; }

table.priser { width: 100%; }
table tr td { padding: 0.2em 0.5em; }
table thead tr td { background-color: #ddd; border: 1px solid #ccc;}
table tbody tr td { border: 1px solid #ddd;}