#newsticker {
	position: absolute;
	top: 10px;
	left: 695px;
	height: 39px;
	width: 161px;
	overflow: hidden;
	font-family: verdana, sans-serif;
	font-size: xx-small;
	color: #e1e1e1;
	padding: 2px;
	z-index: 2;
}

.newstickerleft {
	position: relative;
	top: -26px;
	left: 690px;
}

.newstickerright {
	position: relative;
	top: -26px;
	left: 801px;
}

.newstickerpil {
	position: relative;
	top: -47px;
	left: 815px;
}

#toprowcontainer {
	width: 930px;
	position: relative;
	height: 200px;
}

#topmenu {
	position: absolute;
	top: 55px;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}

#topmenu li {
	float: left;
	padding: 12px 20px 20px;
	cursor: pointer;
	font-family: verdana, sans-serif;
	font-size: 11px;
	height: 10px;
}

.condiv {
	position: relative;
	top: 14px;
	width: 930px;
}

#menu {
	z-index: 8000;
}

#menu ul {
	position: absolute;
	z-index: 8000;
}

#menu ul li:hover ul, .menu ul a:hover ul, #menu ul li:hover ul li{
	display: block;
	background: none;
}

#menu ul li {
	cursor: pointer;
	list-style-type: none;
	float: left;
	position: relative;
}

#menu ul li, #menu a, #menu a:visited {
	text-decoration: none;
}

#menu ul li, #menu a, #menu a:visited, #menu a:hover {
}

#menu a:hover {
}

#menu ul li ul {
	min-width: 140px;
	position: absolute;
	display: none;
	top: 22px;
	left: -60px;
}

#menu ul li ul li {
	list-style-type: none;
	float: none;
	min-width: 140px;
}

/* Højresiden af topmenuen */
#topmenu_right {
	position: absolute;
	top: 58px;
	left: 734px;
	width: 175px;
	color: white;
	font-size: x-small;
	padding: 3px 0px 0px 0px;
	text-align: right;
	z-index: 8000;
	height: 30px;
}

#topmenu_right:hover #abonnementsboks {
	display: block;
	z-index: 8000;
}

/* Indholdsrammen der holder på selve hovedframen */
.content {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* Indholdsrammen til statusbar mv. */
#status {
	position: absolute;
	left: 770px;
	float: left;
	z-index: 1;
}

.status_bar ul {
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 8000;
}

.status_bar li {
	padding: 0px 0px 6px 0px;
}

#postikon {
	display: none;
}

#status_update_on, #status_update_off {
	text-align: right;
	padding: 3px 10px 0px 10px;
	height: 14px;
}

.dragclass{
	position : relative;
	z-index: 9999;
}

#billedboks {
	cursor : pointer;
	width: 1px;
	height: 1px;
	border: 2px solid #535353;
	background-color: white;
	padding: 20px;
	display: none;
	position: absolute;
	z-index: 9999;
}

#profilpic {
	border: 1px solid black;
}

#status_box {
	position: absolute;
	left: 940px;
	float: left;
}

/* Factboks på profiler */
#fact_container {
	width: 725px;
	margin: 3px 0px 0px 2px;
}

#fact_container #boundingbox {
	float: left;
	width: 174px;
	margin: 0px 3px 3px 0px;
}

#fact_container #boundingbox #left {
	float: left;
	width: 70px;
	padding-right: 5px;
}

#fact_container #boundingbox #right {
	float: left;
	font-weight: bold;
}

#fact_container #boundingbox_long {
	float: left;
	width: 355px;
	margin: 0px 3px 3px 0px;
}

#fact_container #boundingbox_long #left {
	float: left;
	padding-right: 5px;
	min-width: 70px;
	max-width: 110px;
	white-space: nowrap;
}

#fact_container #boundingbox_long #right {
	float: left;
	font-weight: bold;
}

#abonnementsboks {
	height: 60px;
	position: absolute;
	top: 29px;
	left: 20px;
	border: 2px solid white;
	display: none;
	z-index: 9999;
	text-align: left;
	padding: 10px;
	width: 150px;
	line-height: 20px;
}

/* Pager */
#pager_text {
	float: left;
	padding: 4px 3px 0px 3px;
	line-height: 12px;
	height: 15px;
	width: 130px;
	text-align: center;
	cursor: pointer;
}

#pager_selection {
	position: absolute;
	top: -68px;
	left: 134px;
	height: 50px;
	width: 15px;
	padding: 8px;
	border: 2px solid white;
	z-index: 9000; 
}

#pager_text:hover #pager_selection  {
	display: block;
}

/* Formatering til galleribilleder */
.gallery_picture {
	height: 130px;
	padding: 5px 5px 2px 5px;
	text-align: center;
	border-style: solid;
	border-width: 2px;
}

#gallery_picture_container {
	position: relative;
}

#gallery_picture_edit {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	text-align: center;
	background-color: white;
	width: 155px;
	height: 20px;
}

#gallery_picture_container:hover #gallery_picture_edit {
	display: block;
}

#gallery_picture_date {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 159px;
	text-align: right;
	font-size: xx-small;
}

#gallery_picture_text {
	font-size: x-small;
	padding: 3px 2px 10px 2px;
}

#gallery_picture_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
}

.gallery_picture_frame {
	border: 1px solid gray;
}

#gallery_picture_container_frame {
	width: 170px;
	margin: 5px;
	float: left;
	height: 180px;
	text-align: center;
}