#newstickercontainer {
	position: absolute;
	top: 5px;
	width: 161px;
	left: 700px;
}

#newsticker {
	font-family: verdana, sans-serif;
	font-size: xx-small;
	color: #e1e1e1;
	padding: 2px;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 3px;
	width: 150px;
	overflow: hidden;
	height: 41px;
}

.tickerleft {
	float: left;
}

.tickerright {
	float: right;
}

#tickerlinkcontainer {
	position: absolute;
	right: 5px;
	top: 35px;
}

#tickerlink {
	font-size: xx-small;
	color: #e1e1e1;
	text-decoration: none;
}

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

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

#menu {
	z-index: 8000;
}

#menu ul {
	position: absolute;
	z-index: 8000;
	top: 55px;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}

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

#menu ul li:hover ul li {
	background-color: white;
}

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

	padding: 12px 0px 20px 0px;
	cursor: pointer;
	font-family: verdana, sans-serif;
	font-size: 11px;
	height: 10px;
}

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

#menu ul li a {
	outline: none;
	padding: 10px 16px 10px 16px;
}

#menu ul li ul li a {
	outline: none;
	padding: 8px 100px 8px 17px;
}

#menu a:hover {
}

#menu ul li ul {
	position: absolute;
	display: none;
	top: 22px;
	left: 0px;
}

#menu ul li ul li {
	list-style-type: none;
	float: none;
	overflow: hidden;
	width: 120px;
	height: 18px;
	padding: 8px 3px 3px 0px;
	margin: 0px;
	border-width: 0px 3px 3px 3px;
	border-style: solid;
	border-color: white;
	background-color: white;
	left: -10px;
	top: 12px;
	position: relative;
	white-space: nowrap;
}

/* 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;
}

.status_bar_top {
	height: 23px;
	padding: 8px 0px 0px 0px;
	font-size: 11px;
}

.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;
	padding: 10px 0px 0px 0px;
}

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

#profilpic {
	border: 1px solid black;
}

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

/* Factboks på profiler */
#fact_container {
	width: 100%;
	margin: 3px 0px 0px 2px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#fact_container>div {
	width: 23.5%;
	margin: 0px 3px 3px 0px;
	padding: 3px;
	background-color: #EEF3F6;
	border-radius: 3px;
}

#fact_container div div:nth-child(2) {
	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;
	max-width: 270px ! important;
	font-weight: bold;
}

#statusbar_vis {
	position: absolute;
	top: 11px;
	left: -7px;
	border: 2px solid white;
	display: none;
	z-index: 9999;
	text-align: left;
	padding: 10px;
	width: 126px;
	margin: 5px 0px 0px 5px;
	font-weight: normal;
}

#statusbar_edit:hover #statusbar_vis {
	display: block;
}

#abonnementsboks {
	height: 40px;
	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_container {
	padding: 0px 19px 35px 19px; position: relative
}

#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;
}

/* Vælg galleri-boks */
#gallery_choose {
	left: 20px;
	height: 180px;
}

#gallery_choose_thumb_scroll {
	
}

#gallery_choose_thumb_scroll, #picture_choose_thumb_scroll {
	overflow: auto;
	height: 150px;
	border: 0px;
	white-space: nowrap;
}

#gallery_choose_thumb_container td {
	padding: 0px;
}

#gallery_choose_thumb_container_picture {
	height: 120px;
	width: 150px;
}

/* Indbakke i galleriet */
.gallery_inbox_picture_options {
	float: left;
	margin: 10px 5px 5px 5px;
	width: 165px;
}

.gallery_inbox_picture_options div, .gallery_admin_picture_options div {
	font-size: xx-small;
	margin: 2px;
}

.gallery_admin_picture_container_frame {
	font-size: xx-small;
}

/* Til siden hvor man forstørrer et billede i galleriet */
#picture_choose {
	width: 727px;
	height: 180px;
}

#picture_choose_thumb_scroll {
	width: 727px;
}

#picture_zoomed_container {
	
}

/* Administration af billeder */
.gallery_admin_picture_options {
	margin: 10px 5px 5px 5px;
	width: 165px;
}

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

/* Inline-redigering - links */
.inline_edit_link, .inline_edit_link a {
	font-size: x-small;
	text-decoration: none;
	font-weight: normal;
}

.inline_edit_link a:hover {
	text-decoration: underline;
}


/* Notifier strip */
.notifier_strip {
	padding: 25px;
	border: 1px solid black;
}

/* Inputfelter til forms */
.input_blue {
	border-style: none;
	font-size: x-small;
	font-family: verdana, sans-serif;
	padding: 3px;
}

.input_normal {
	border: 1px solid silver;
	padding: 3px;
	font-size: x-small;
	font-family: verdana, sans-serif;
}

/* Redigeringsboks */
#editboks {
	cursor : pointer;
	width: 1px;
	height: 1px;
	border: 2px solid #535353;
	background-color: white;
	padding: 0px 15px 10px 15px;
	display: none;
	position: absolute;
	z-index: 9999;
}

#edit_content {
	border-style: none;
	border-width: 0px;
}

#slim_innerdiv {
	padding: 0px 12px 6px 12px;
}

.events_container_link a, .events_container_link {
	color: white;
	font-size: 8px;
	text-decoration: none;
}

.events_container_tekst a {
	text-decoration: none;
	font-size: xx-small;
	color: white;
	font-weight: bold;
}

.movebox {
	position: absolute;
	top: 0px;
	left: 0px;
}

#chat_ny_besked {
	display: none;
	padding: 12px 0px 0px 0px;
}

.thumb_link {
	text-decoration: none;
}

.thumb_link:hover {
	text-decoration: underline;
}

.thumb_likeadditional {
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 0px 10px;
}

.thumb_comment_box {
	padding: 10px;
	margin: 4px;
	width: 450px;
	overflow: hidden;
	position: relative;
}

.thumb_comment_box_remove {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 1px 5px 0px 0px;
}

.thumb_textarea {
	border-style: none;
	overflow: hidden;
	width: 450px;
	font-family: verdana, sans-serif;
}

.qsort_optionbox {
	padding: 5px;
	float: left;
	position: relative;
}

.qsort_optionbox:hover div div {
	display: block;
}

.qsort_optionbox_options {
	display: none;
	text-align: left;
	padding: 8px;
	position: absolute;
	border: 3px solid white;
	z-index: 9999;
	left: 20px;
	top: 25px;
	white-space: nowrap;
}

.qsort_optionbox_options a {
	text-decoration: none;
}

.qsort_optionbox_options a:hover {
	text-decoration: underline;
}

/* Punktlister */
ol li {
	margin: 5px;
}

/* Payment */
.buyknap {
	width: 40px;
	background-color: white;
	font-size: xx-small;
}

.smileytable {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.smileytable li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
}

.fb-like {
	padding-top: 5px;
}

.mail_attachments {
	display: table;
	width: 100%;
}

.mail_attachments > div {
	display: table-row;
}

.mail_attachments > div > div {
	display: table-cell;
	padding: 5px;
}

.mail_attachments > div > div:nth-child(2) {
	text-align: right;
}

.mail_attachments > div > div:nth-child(3) {
	text-align: right;
}

.mail_attachments > div[special="header"] > div {
	font-weight: bold;
}

.mail_attachments > div:not([special="header"]) > div {
	border-bottom: 1px dotted gray;
}

.mail_attachments > div[special="footer"] > div {
	text-align: right;
}

/*
	UploadiFive - filupload
*/
.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 3px;
	padding: 15px;
}

.uploadifive-queue-item .close {
	display: none;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	float: right;
	height: 16px;
	width: 16px;
}

.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}

.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}

.uploadifive-button {
	float: right;
	text-decoration: underline;
}
#write_additional a, #write_additional input {
	line-height: 30px;
	padding: 8px 8px 8px 0px;
}

/*
	Anmeld-funktioner
*/
#report_container {
	background-image: url(/static/static/themes/1/profil/home/lysbg.gif);
	clear: both;
}

#report_container .report_link {
	float: left;
	line-height: 60px;
	margin-left: 20px;
}

#report_container .report_link a, #report_container .report_link a:link {
	text-decoration: none;
	color: gray;
	font-size: xx-small;
}

.hidden {
	display: none;
}

.mail_attachments {
	display: table;
	width: 100%;
}

.mail_attachments > div {
	display: table-row;
}

.mail_attachments > div > div {
	display: table-cell;
	padding: 5px;
}

.mail_attachments > div > div:nth-child(2) {
	text-align: right;
}

.mail_attachments > div > div:nth-child(3) {
	text-align: right;
}

.mail_attachments > div[special="header"] > div {
	font-weight: bold;
}

.mail_attachments > div:not([special="header"]) > div {
	border-bottom: 1px dotted gray;
}

.mail_attachments > div[special="footer"] > div {
	text-align: right;
}

.mail_write {
	display: table;
}

.mail_write > div {
	display: table-row;
}

.mail_write > div > div {
	display: table-cell;
}

.mail_write #queue {
	margin: 0px 0px 20px 0px;
}

.mail_send_button {
	margin: 0px 0px 0px 40px;
	width: 100px;
	height: 30px;
	padding-top: 17px;
	background-color: #C5D2DA;
	border-radius: 15px;
	cursor: pointer;
	text-align: center;
}

.mail_send_button a:link {
	text-decoration: none;
}

.clear {
	clear: both;
}

.fleft {
	float: left;
}

/*
Undermenu
*/
#menu_sub {
	background-color: #292e32;
	height: 31px;
}

#menu_sub ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 31px;
	display: table;
	table-layout: fixed;
	width: 100%;
	position: absolute;
}

#menu_sub li:first-child {
	border-top-left-radius: 15px;
}

#menu_sub li {
	height: 31px;
	padding: 0px 5px 0px 5px;
	background-color: #c0cad3;
	border-right: 1px solid white;
	display: table-cell;
	line-height: 20px;
	cursor: pointer;
	position: relative;
}

#menu_sub ul li .count {
	background-color: #e2e8eb;
	border-radius: 8px;
	padding: 1px 7px 2px 7px;
	font-weight: bold;
	float: left;
	text-align: center;
	line-height: 13px;
	margin: 8px 0px 0px 5px;
}

#menu_sub ul li .text {
	margin: 6px 0px 0px 0px;
	text-align: center;
}

#menu_sub .selected {
	background-color: white;
}

.chat_line a, .chat_line a:active {
	font-weight: bold;
	text-decoration: none;
}

.chat_line:nth-child(even) {
	background-color: #EEF3F6;
}

.chat_line div:nth-child(1) {
	padding: 5px;
	float: left;
	word-wrap: break-word;
	width: 135px;
}

.chat_line div:nth-child(2) {
	padding: 5px;
	float: left;
	width: 555px;
	word-wrap: break-word;
}

.chat_line .single {
	width: 690px ! important;
}

#item_navn {
	padding-top: 15px;
}

#menu ul li:hover {
	background: url("/static/static/themes/1/top/valgt.gif") repeat-x top left;
}

#menu ul li:hover ul li {
	background: none;
	background-color: #EEF3F6;
}

#menu ul li ul li:hover {
	background-color: #C5D2DA;
}

#pager_selection {
	background-color: #C5D2DA; text-align: right; display: none;
}

.qsort_optionbox_options {
	background-color: #EEF3F6;
}

#pager_text {
	background-image: url(/static/static/themes/1/common/knap/middle.png);
}

.ll{
	overflow:hidden; white-space: nowrap; cursor: pointer;
}

td, div{
	font-family : Verdana,serif;
	font-size : 8pt;
}

.priv {
	Color: #A23A16;
}

.menupunkt {
	height: 31px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	cursor: pointer;
}

.banner_bund {
	background-image: url(/static/static/themes/1/bund/baggrund.gif);
	height: 26px;
	width: 770px;
	line-height: 26px;
	text-align: center;
}

img {
	border: none;
}

.body {
	background-color: #292E32;
	margin: 0px;
}

.toprow {
	background-image: url(/static/static/themes/1/top/topmenu.gif);
	height: 89px;
	width: 930px;
	position: relative;
}

table.tbl {
	background-color: #FFFFFF;
	width: 726px;
}

.innerdiv {
	padding: 18px 22px 16px 22px;
}

.mailheader {
	background-color: #C5D2DA;
	height: 20px;
	color: #636363;
	padding: 4px;
}

.m1, .m2, .m3 {
	line-height: 15px;
	padding: 4px;
}

.m1 {
	background-color: #EEF3F6;
}

.m2 {
	background-color: #FFFFFF;
}

.m3 {
	background-color: #DAA1A1;
}

h1{
	font-size : 16px;
	margin: 0px;
	font-weight: bold;
}

.pager, .pager_valgt {
	height: 16px;
	width: 19px;
	text-align: center;
	cursor: pointer; float: left; margin: 1px; padding: 3px 0px 0px 0px;
}

.pager {
	background-image: url(/static/static/themes/1/pager/normal.gif);
}

.pager_valgt {
	background-image: url(/static/static/themes/1/pager/valgt.gif);
}

.gradientbg {
	background-image: url(/static/static/themes/1/common/gradientbg.jpg);
}

.gradientbg_yellow, .notifier_strip {
	background-image: url(/static/static/themes/1/common/gradientbg_yellow.jpg);
}

form {
	margin: 0px;
}

.topbdrl, .topbdrr, .topbdrli {
	border-top: 2px solid white;
	padding-left: 5px;
}

.topbdrr {
	color: #212121;
}

.topbdrli {
	border-left: 2px solid white;
	color: #818181;
}

.topbdrl {
	color: #818181;
	text-decoration: none;
}

.home_link {
	color: #666666;
	text-decoration: none;
}

.lysbg {
	background-color: #EEF3F6;
	padding-left: 10px;
}

.b2, .tma, #toplast, .tm {
	background-color: white;
}

.tl {
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.tma, #toplast {
	border-style: solid;
	border-color: black;
	width: 98px;
}

.tma {
	border-width: 0px 0px 1px 1px;
}

#toplast {
	border-width: 0px 1px 1px 0px;
}

.b2 {
	margin: 0px;
	padding: 0px;
}

h1, h2, p, td, .lister, .fb {
	font-family : Verdana, sans-serif;
}

td, .lister, h2, p {
	font-size : 8pt;
}

h1, h2 {
	font-weight : bold;
}

hr {
 height: 1px; width: 100%;
}

a, hr, .b2, .fb a, .fb a:hover, .fb a:active, .fb a:link {
	color: black;
}

.lister {
	border : 1px solid Black;
}

.fb {
	width: 63px;
	height: 20px;
	font-size: 10px;
	cursor: pointer;
}

.fb a, .fb a:hover, .fb a:active, .fb a:link {
	background-color: inherit;
	text-decoration: none;
}

.fbul, .tm {
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 1px 0px;
}

#fb_html {
	height: 20px;
}

#fb_html {
	position: absolute;
}

#fb_html {
	width: 300px;
	left: 59px;
	top: 98px;
}

#search_suggest {
	position: absolute;
	border: 1px solid #C5D2DA;
	background-color: white;
	width: 535px;
	display: none;
}

.search_suggest_result {
	margin: 4px;
	padding: 3px;
}

.topborder {
	border-top: 2px solid white;
}

.status_search {
	border: 1px solid #737983;
	width: 115px;
	position: relative;
	float: left;
}

.gallery_picture {
	border-color: #EEF3F6;
}

.line_m1, .line_m2, .line_m3 {
	line-height: 15px;
	padding: 3px;
}

.line_m1 {
	background-color: #EEF3F6;
}

.line_m2 {
	background-color: #FFFFFF;
}

.line_m3 {
	background-color: #DAA1A1;
}

.input_blue {
	background-color: #EEF3F6;
}

.input_normal {
	border: 1px solid #737983;
}
