#pages { 
background-color: #d0d0d0;
padding:0; 
margin:0; 

} 
#adsenseundermenu {
margin:0px;
padding:0px;
text-align:center;
margin-top:10px;
}

#pages li { 
list-style-type:none; 
padding:5px;
} 
#pages a {
text-decoration:none;
color:#0000ff;
}

#disclaimer {
font-size: 75%;
}
.pageselected { background-color:#a0a0a0; }

/* Nedenstående er indhold og venstremenu */

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#leftcolumn{
float: left;
width: 250px; /*Width of left column*/
margin-left: -100%;
/* background: #C8FC98; */
}

#contentwrapper{
float: left;
width: 100%;
}

td {
font-family: Verdana;
font-size: 75%;
}

#contentcolumn{
font-family: Verdana;
font-size: 75%;
margin-left: 250px; /*Set left margin to LeftColumnWidth*/
}


/* Nedenstående er kategorimenuen (vandret øverst) */
/* APPLIES TO THE FOLLOWING ONLY. */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 11px Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
/* font-size: 85%; */
}


.ubercolortabs a{
float: left;
color: white;
/* 804000 */
background: #0F459F url(/media/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
/* letter-spacing: 1px; */
}

.ubercolortabs a span{
float: left;
display: block;

background: transparent url(/media/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
/* AE5300 */
background-color: #6B9BFD; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 984;
margin-bottom:10px;
height: 5px;
line-height: 5px;
/* 804000 */
background: #0F459F; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


/* FØLGENDE ER VENSTREMENUEN */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 230px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #0F459F;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(/media/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #404040;
}

.arrowgreen li a:hover{
	color: #000000;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}



