html,body {
margin:0;
padding:0;
background-color:#ffffff;
font-family:"Trebuchet MS",arial,sans-serif;
font-size:0.85em;
color:#515151;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 100%; /* width of the layout -- can be set to any value including percentages */
	overflow: hidden;
}
	
#header{
	padding : 0px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
}

#navigation
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

#bugten_logo {
position:absolute;
left:15px;
top:240px;
}

#sidebar-right {
	float: right;
	width: 208px; /* width of the right sidebar -- can be set to any value including percentages */
	margin: 10px;
	padding: 0px;
	overflow: hidden;
}

#sidebar-right-content {
padding:10px;
background:#ffffff url('images/strips_onside.jpg') top left repeat-y;
}

#sidebar-left {
	float: left;
	width: 208px; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 10px;
	padding: 0px;
	overflow: hidden;
}

#sidebar-left-content {
padding:10px;
background:#ffffff url('images/strips_onside.jpg') top left repeat-y;
}

#content {
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
}

#content-inner
{
	width: 100%;
	overflow: hidden;
}
	
#footer{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align:center;
	overflow: hidden;
}

#top_bg {
background:#ffffff url('images/bugten.jpg') top right repeat-x;
height: 204px;
}

#top_bg_logo {
position:absolute;
left:30px;
top:30px;
}

.box_bg {
background:#ffffff url('images/strips_onside.jpg') top left repeat-y;
padding:10px;
}

#context {
height: 30px;
background:#ffffff url('images/bg.jpg') top center repeat-x;
padding:6px 10px 0px 10px;
color:#999999;
}

#context a {
color:#A5CE77;
text-decoration: underline;
}

#context a:hover {
color:#A5CE77;
text-decoration: underline;
}

#venstre_context {
float:left;
}

#hoejre_context {
float:right;
}

#footer {
height:30px;
background:#000 url('images/bg.jpg') top center repeat-x;
text-align: center;
font-size:0.95em;
color:#999999;
}

#footer_inner {
padding-top:8px;
}

#footer a {
color:#999999;
text-decoration: none;
}

#footer a:hover {
color:#A5CE77;
text-decoration: none;
}

#topmenu {
padding-top:10px;
padding-left:240px;
margin: 0 0 50px 0;
line-height:normal;
height: 35px;
}

#topmenu ul {
margin:0;
padding:0px 0px 0 0px;
list-style:none;
}

#topmenu li {
display:inline;
margin:0;
padding:0;
}

a, a:link {
text-decoration:underline;
}

a:hover, a:active {
}

#topmenu a {
float:left;
background:url(images/menuleft.gif) no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}

#topmenu a span {
float:left;
display:block;
background:url(images/menuright.gif) no-repeat right top;
padding:5px 15px 4px 6px;
color:#888;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
/* End IE5-Mac hack */
#topmenu a:hover span {

}
#topmenu a:hover {
background-position:0% -42px;
}
#topmenu a:hover span {
background-position:100% -42px;
}

@media print {

#bugten_logo, #top_bg, #top_bg_logo, #topmenu, #sidebar-left, #sidebar-right {
display:none;
}

}