/************************************
* body (body)
************************************/
body {
	font-family: arial;
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(images/2008_bodybg.jpg);
	background-repeat: repeat-xy;
	}
/************************************
* Den tabel som centrerer og indeholder resten
************************************/
.centertable {
	border-left: 1px solid black; 
	border-right: 1px solid black;
	background: white;
	}
/************************************
* main som indeholder bgimg (div)
************************************/
div#main {
	background-image: url(images/2008_bg.jpg);
	background-repeat: no-repeat;
	border: 0px dotted black;
	width: 975px;
	height: 600px;
	}
/************************************
* logo (div)
************************************/
div#logo {
	/*filter: alpha(opacity=50);*/
	border: 0px solid white;
	width: 975px;
	height: 156px;
	/*font-size: 100px;*/
	/*color: lightblue;*/
	/*font-family: impact;*/
	}
/************************************
* menu (div)
************************************/
div#menu {
	float: left;
	border: 0px dotted blue;
	width: 190px;
	padding: 11px;
	padding-left: 20px;
	text-align: left;
	/*background: white;*/
	}
/************************************
* content (div)
************************************/
div#content {
	float: right;
	border: 0px dotted red;
	width: 728px;
	/*height: 500px;
	max-height; 500px;
	overflow: auto;
	overflow-x: hidden;*/
	padding: 11px;
	text-align: left;
	}
/************************************
* google (div)
************************************/
div#google_top {
	border: 0px solid black;
	background: white;
	width: 728px;
	height: 90px;
}

div#google_middle {
	border: 0px solid black;
	width: 728px;
	height: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#google_bottom {
	border: 0px solid black;
	width: 728px;
	height: 90px;
}
div#google_linkunit {
	border: 0px solid black;
	width: 160px;
	height: 90px;
	margin-bottom: 10px;
}
div#google_searchbox {
	border: 0px solid black;
	width: 950px;
	height: 20px;
	text-align: right;
}
div#google_searchresults {
	border: 0px solid black;
	width: 728px;
	padding: 5px;
	background: white;
}
/************************************
* pga firefox skal vi sætte alle nav links ind i en div (div)
************************************/
div#navigation_div {
	float: left;
	width: 120px;
	background: white;
	padding: 1px;
	border-bottom: 1px dotted silver;
}
/************************************
* pga firefox skal vi sætte alle nav amounts ind i en div (div)
************************************/
div#navigation_amount_div {
	float: left;
	width: 40px;
	background: #f8f8f8;
	border-bottom: 1px dotted silver;
	font-size: 11px;
	color: gray;
	padding: 1px;
	text-align: right;
}
/************************************
* det enkelte link i navigationen (a)
************************************/
.navigation {
	text-decoration: none;
	text-align: left;
	color: darkblue;
	font-size: 11px;
	width: 100%;
	padding: 0px;
	padding-left: 5px;
	background: white;
}

/************************************
* navigation mellem kategorier (a)
************************************/
.navigation:a {
	text-decoration: none;
	color: darkblue;
}

a.navigation:link {

	
}
a.navigation:hover {
	background: black;
	color: white;

}
a.navigation:active {
	color: white;
	background: darkblue;

}
a.navigation:visited {
	/*color: darkblue;*/

}
.navigation.selected {
	background: darkblue;
	color: white;

}
/************************************
* antal sider i denne kategori (label)
************************************/
.navigation_amount {
	font-size: 11px;
	background: #f8f8f8;
	color: gray;
	width: 100%;
	padding: 1px;
	padding-right: 5px;
	text-align: right;
}
/************************************
* den div som indeholder pages navigation (div)
************************************/
div#pages_div {
	width: 728px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	}
/************************************
* sidelinks 1, 2, 3, 4 osv (a)
************************************/
.pages {
	color: black;
	background: white;
	font-size: 10px;
	text-decoration: none;
	padding: 5px;
	width: 55px;
	text-align: center;
	}
.pages:a {
	text-decoration: none;
	color: black;
	}

a.pages:link {
	}
a.pages:hover {
	background: blue;
	color: black;
}
a.pages:active {
	color: white;
	background: darkblue;
}
a.pages:visited {
}
.pages.selected {
	background: darkblue;
	color: white;
}
/************************************
* en label der vises hvis side 3, 4, 5 osv ikke eksiteret (label)
************************************/
.pages_empty {
	color: silver;
	background: white;
	font-size: 10px;
	text-decoration: none;
	padding: 5px;
	width: 55px;
	text-align: center;
}
/************************************
* Navnet på den kategori vi ser på nu (label)
************************************/
.pages_sitetitle {
	color: black;
	background: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	width: 125px;
	}
/************************************
* toplist_div indeholder hver enkelt side (div)
************************************/
div#toplist_title_div {
	padding-top: 10px;
	}
/************************************
* toplist_title (a)
************************************/
.toplist_title_a {
	font-size: 12px;
	font-weight: bold;
}
.toplist_title_a:a {
	text-decoration: none;
	color: darkblue;
}

a.toplist_title_a:link {
	color: darkblue;
	
}
a.toplist_title_a:hover {
	/*background: black;*/
	color: black;

}
a.toplist_title_a:active {
	color: black;

}
a.toplist_title_a:visited {
	/*color: darkblue;*/

}
.toplist_title_a.selected {
	/*background: darkblue;*/
	color: white;

}
/************************************
* toplist_desc (div)
************************************/
div#toplist_desc_div {
	color: black;
	font-size: 12px;
	border: 0px dotted blue;
}
/************************************
* toplist_showurl (div)
************************************/
div#toplist_showurl_div {
	color: blue;
	font-size: 10px;
	border: 0px dotted green;
	
}
/************************************
* toplist_inout (label)
************************************/
.toplist_inout {
	color: blue;
	font-size: 10px;
}
/************************************
* toplist_rank (label)
************************************/
.toplist_rank {
	color: green;
	font-size: 10px;
}
/************************************
* 
************************************/