
/* ------- COMMON ------- */

a {
	font-weight: normal;
	color: #e95e0f;
	text-decoration: underline;
}

a:visited {
	color: #e95e0f;
	text-decoration: underline;
}

a:hover {
	color: #e95e0f;
	text-decoration: none;
}

.soegeresultater, .soegeresultater:visited {
	font-family: verdana;
	font-size: 10px;
	color: blue;
	text-decoration: none;
}

.soegeresultater:hover {
	font-family: verdana;
	font-size: 10px;
	color: red;
	text-decoration: underline;
}

.soegeresultaterNiveau0 {
	color: #888888;
}

.soegeresultaterNyGruppe {
	color:#666666;
}

.readmore {
	text-decoration: underline;
}

.readmore:visited {
	text-decoration: underline;
}

.readmore:hover {
	text-decoration: none;
}

.navibar {
	color: #999999;
	font-weight: normal;
}

.navibar:hover {
	color: #999999;
	font-weight: normal;
}

.navibar:visited {
	color: #999999;
	font-weight: normal;
}

.postheadline {
	font-size: 18px;
	font-weight: bold;
	color: #e95e0f;
}

.postheadline:visited {
	font-size: 18px;
	font-weight: bold;
	color: #e95e0f;
}

.postheadline:hover {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #e95e0f;
}

.postheadline_editmode {
	font-size: 18px;
	font-weight: bold;
	color: #e95e0f;
	background-color: #eeeeee;
	text-decoration: underline;
}

.postheadline_editmode_highlighted {
	font-size: 18px;
	font-weight: bold;
	color: #e95e0f;
	background-color: #dddddd;
	text-decoration: underline;
}

.postlist {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.postlist_date {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.postlist_content {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.postlist_link, .postlist_link:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.postlist_link:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.postlist_pagename, .postlist_pagename:visited {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.postlist_pagename:hover {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.postlist_textarea {
	width: 95%;
}

.post_back_text {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

.post_back_text:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

.post_back_text:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}

.post_date_text {
}

.post_source_text {
}

.searchfield {
	width: 90px;
}
.searchresults_textfield {
}
	
.searchresults_button {
}

.searchresults_found {
	color: #FF0000;
}

.paragraph_editmode {
	background-color: #eeeeee;
}

.paragraph_editmode_highlighted {
	background-color: #d0d0d0;
}

.paragraph_heading {
	font-size: 18px;
	font-weight: bold;
	color: #e95e0f;
}

.paragraph_heading_editmode {
	font-size: 18px;
	font-weight: bold;
	color: #e95e0f;
	background-color: #eeeeee;
}

.paragraph_heading_editmode_highlighted {
	font-size: 18px;
	font-weight: bold;
	color: #e95e0f;
	background-color: #d0d0d0;
}

.rbox, .lbox, .tbox, .bbox, .abox, .cbox, .dbox, .ebox {
	color: #545454;
}

.rbox_editmode, .lbox_editmode, .tbox_editmode, .bbox_editmode, .abox_editmode, .cbox_editmode, .dbox_editmode, .ebox_editmode {
	color: #545454;
	background-color: #eeeeee;
}

.rbox_editmode_highlighted, .lbox_editmode_highlighted, .tbox_editmode_highlighted, .bbox_editmode_highlighted, .abox_editmode_highlighted, .cbox_editmode_highlighted, .dbox_editmode_highlighted, .ebox_editmode_highlighted {
	color: #545454;
	background-color: #d0d0d0;
}

.tilmeldnews {
	color:#000000;
}

.imagetext {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-align : right;
}

.TopLevelSpan {
	background-color: #cccccc;
	border: 1px solid black;
	height: 20px;
}

.TopLevelSpanActive {
	background-color: #eeeeee;
	border: 1px solid black;
	height: 20px;
}

.TopLevelAnchor, .TopLevelAnchor:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

.TopLevelAnchor:hover {
	text-decoration: underline;
	color: #000033;
}

.formThanksText {
}

.formErrorText {
	color: Red;
	font-weight: bold;
}

.calendarDiv {
	border:1px solid #ECE9D8;
}

.navButton{
	border:1px solid #DDDDDD;
	background-color:#CEDEE7;
}

.weekNumberDays {
	background-color:#CEDEE7;
	color:#17518F;
}

.emptyDays {
	background-color:#E7EEEF;
}

.bookedDays {
	cursor:pointer;
	border: 1px solid #DDDDDD;
	padding-left:2px;
	color:#FFFFFF;
}

.excludedDays {
	cursor:default;
	border: 1px solid #DDDDDD;
	padding-left:2px;
}

.freeDays {
	background-color:#FFFFFF;
	cursor:pointer;
	border: 1px solid #DDDDDD;
	padding-left:2px;
}

.freeDaysHover {
	background-color:#F5F5F5;
	cursor:pointer;
	border: 1px solid #DDDDDD;
	padding-left:2px;
}

caption { 
	caption-side: top;
	width: auto;
	text-align: left
}

.RotAlignDiv {
	text-align: left;
}

.searchbox {
	width: 169px;
	height: 30px;
	background-image: url(../design/aftens_searchbg.gif);
}
.searchbuttonbg {
	width: 180px;
	height: 31px;
	background-image: url(../design/aftens_searchbut.gif);
}
.searchbutton {
	padding-top: 5px;
	padding-bottom: 5px;
	color: ffffff;
	font-weight: bold;
	cursor: pointer;
	width: 74px;
	text-align: center;
}

.menubox {
	width: 169px;
	height: 30px;
	background-image: url(../design/aftens_menubg.gif);
	font-weight: bold;
	cursor: pointer;
}
.menubox_h {
	width: 169px;
	height: 30px;
	background-image: url(../design/aftens_menubg_h.gif);
	font-weight: bold;
	cursor: pointer;
}

.dropdown {
	position: absolute;
	left: 100px;
	top: 200px;
	visibility: hidden;
}
.dropdownItem {
	cursor: pointer;
	background-image: url(../design/aftens_selectmenu_bg_u.gif);
	border-bottom: 1px solid #eeeeee;
	padding-left: 17px;
}
.dropdownItem_selected {
	color: #FFFFFF;
	/*background-color: #E95E0F;*/
	background-image: url(../design/aftens_selectmenu_bg_c.gif);
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
	padding-left: 17px;
}

.floatbox_content {
	background-color: #FFFFFF;
}
.floatbox_topleft {
	width: 14px;
	height: 14px;
	background-image: url(../design/aftens_box_topleft.gif);
}
.floatbox_topright {
	width: 14px;
	height: 14px;
	background-image: url(../design/aftens_box_topright.gif);
}
.floatbox_botleft {
	width: 14px;
	height: 14px;
	background-image: url(../design/aftens_box_botleft.gif);
}
.floatbox_botright {
	width: 14px;
	height: 14px;
	background-image: url(../design/aftens_box_botright.gif);
}
.floatbox_top {
	height: 14px;
	background-color: #FFFFFF;
	border-top: 2px solid #EA5E0F;
	border-bottom: 1px solid #EEEEEE;
}
.floatbox_right {
	height: 14px;
	background-color: #FFFFFF;
	border-right: 2px solid #EA5E0F;
}
.floatbox_bottom {
	height: 14px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #EA5E0F;
}
.floatbox_left {
	height: 14px;
	background-color: #FFFFFF;
	border-left: 2px solid #EA5E0F;
}
.floatbox_topleft_g {
	width: 14px;
	height: 14px;
	background-image: url(../design/aftens_box_topleft_g.gif);
}
.floatbox_topright_g {
	width: 14px;
	height: 14px;
	background-image: url(../design/aftens_box_topright_g.gif);
}
.floatbox_botleft_g {
	width: 14px;
	height: 14px;
	background-image: url(../design/aftens_box_botleft_g.gif);
}
.floatbox_botright_g {
	width: 14px;
	height: 14px;
	background-image: url(../design/aftens_box_botright_g.gif);
}
.floatbox_top_g {
	height: 14px;
	background-color: #FFFFFF;
	border-top: 2px solid #87888a;
	border-bottom: 1px solid #EEEEEE;
}
.floatbox_right_g {
	height: 14px;
	background-color: #FFFFFF;
	border-right: 2px solid #87888a;
}
.floatbox_bottom_g {
	height: 14px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #87888a;
}
.floatbox_left_g {
	height: 14px;
	background-color: #FFFFFF;
	border-left: 2px solid #87888a;
}

.invinput {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
	width: 128px;
	border: 0px;
	cursor: pointer;
}

.resultheader {
	background-color: #FFFFFF;
	color: #696969;
	font-weight: bold;
	font-size: 12px;
}
.classrow {
	height: 20px;
	background-color: #E0E9EE;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	color: #696969;
}
.classsubrow {
	background-color: #EEF4F4;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #696969;
}
.classrowSplit {
	background-color: #E8E6E7;
	height: 1px;
}
.classrowSplitW {
	background-image: url(../design/aftens_rowsplit.gif);
	height: 3px;
}

.orangeText, .orangeText:visited, .orangeText:hover {
	color: #EA5E0F;
}

.adminHeader {
	background-color: #E0E9EE;
}
.adminRow {
	border-bottom: 1px solid #E8E6E7;
}
.adminRowGrayed {
	border-bottom: 1px solid #E8E6E7;
	color: #aaaaaa;
	background-color: #f8f8f8;
}

.windowInput {
	width: 300px;
}
.windowSmallInput {
	width: 50px;
}
.windowXSmallInput {
	width: 20px;
}
.windowTextArea {
	width: 300px;
	height: 200px;
	border: 1px solid #000000;
	font-family: verdana;
	font-size: 11px;
}

.adminEditBox {
	background-color: #E0E9EE;
	border: 1px solid #FFFFFF;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	/*width: 350px;
	height: 350px;*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=135,strength=6);*/
  z-index: 5;
}
.adminBackgroundFilter { 
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  background-color: #000000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  z-index: 3;
	visibility: hidden;
} 
.adminInfoBox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  background-color: #ea5e0f;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 5px;
  z-index: 8;
	visibility: hidden;
}

.floatingIcons {
	background-color: #FFFFFF;
	border: 1px solid #888888;
	position: absolute;
	visibility: hidden;
	width: 250px;
	height: 150px;
	z-index: 10;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=135,strength=6);
}

.adminfane_aktiv {
	width: 124px;
	height: 20px;
	background-image: url(../design/aftens_fane_aktiv124.gif);
	cursor: pointer;
}
.adminfane_passiv {
	width: 124px;
	height: 20px;
	background-image: url(../design/aftens_fane_passiv124.gif);
	cursor: pointer;
}
.adminfane_tekst {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
	cursor: pointer;
}
.adminfane_tekst_hover {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: underline;
	cursor: pointer;
}
.adminUnderfaneBlok {
	background-color: #E95E0F;
	color: #ffffff;
	font-weight: bold;
}

.adminEditOk {
	font-weight: bold;
	color: #008800;
}
.adminEditFail {
	font-weight: bold;
	color: #880000;
}

.adminTextEditToolbar {
	/*background-color: #E0E9EE;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;*/
}

.adminTextEditButton {
	background-color: none;
	cursor: pointer;
}
.adminTextEditButton_h {
	background-color: #ffffff;
	cursor: pointer;
}

.adminTextEditDiv {
	border: 1px solid black;
	padding: 3px;
	height: 150px;
	width: 632px;
}

.whiteLink, .whiteLink:visited, .whiteLink:hover {
	font-weight: bold;
	color: #ffffff;
}

.searchLetter {
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../design/aftens_letterbg.gif);
	cursor: pointer;
}
.searchLetterActive {
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../design/aftens_letterbga.gif);
	cursor: pointer;
}

.greyText {
	color: #999999;
}
.foundString {
	color: #C44C08;
	font-weight: bold;
}

.followusDiv {
	position: absolute;
	left: 100%;
	margin-left: -34px;
	top: 135px;
	z-index: 2;
	background-image: url(../design/aftens_foelgosher.gif);
	width: 34px;
	height: 135px;
	cursor: pointer;
}

.topLogoOverlay {
	position: absolute;
	left: 50%;
	margin-left: 158px;
	top: 135px;
	z-index: 1;
	background-image: url(../design/aftens_toplogo_overlay.png);
	width: 240px;
	height: 45px;
}

#bottomBar {
	background-color: #ed5f00;
}
.whiteText {
	color: #ffffff;
}

.kommentar {
	color: #ffffff;
	font-size: 13px;
}

.newsletterInput {
	color: #999999;
	border: 0px;
	text-align:right;
	background-color: #ffffff;
	font-weight: bold;
	width: 200px;
	padding: 3px;
	height: 19px;
	margin: 1px;
}

.mainDiv {
	height: 100%;
	margin-bottom: -227px;
}

/* ------- EDITOR ------- */

.textarea {
border: 1px solid black;
font-family: verdana;
font-size: 10px;
}

.textfield {
border: 1px solid black;
font-family: verdana;
font-size: 10px;
}

.textbutton {
border: 1px solid black;
font-family: verdana;
font-size: 10px;
background-color: #cccccc;
width: 100;
}

.tjekboks {
border: none;
font-family: verdana;
font-size: 10px;
border:0;
}

input{
border: 1px solid black;
font-family: verdana;
font-size: 10px;
}

