
/* ------- COMMON ------- */

a {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: Black;
	text-decoration: underline;
}

a.visited {
	font-family: verdana;
	font-size: 10px;
	color: black;
	text-decoration: underline;
}

a:hover {
	font-family: verdana;
	font-size: 10px;
	color: black;
	text-decoration: none;
}

.soegeresultater {
	font-family: verdana;
	font-size: 10px;
	color: blue;
	text-decoration: none;
}

.soegeresultater:hover {
	font-family: verdana;
	font-size: 10px;
	color: red;
	text-decoration: underline;;
}

.postheadline {
	font-size: 12px;
}

.readmore {
	text-decoration: underline;
}

.readmore:hover {
	text-decoration: none;
}

.navibar {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}

.navibar:hover {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}

.postheadline {
	font-size:12px;
	font-weight:bold;
}

.postheadline:hover {
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
}

.postheadline_editmode {
	font-size: 12px;
	font-weight: bold;
	color: Black;
	background-color: #eeeeee;
	text-decoration: underline;
}

.postheadline_editmode_highlighted {
	font-size: 12px;
	font-weight: bold;
	color: Black;
	background-color: #d0d0d0;
	text-decoration: underline;
}
.postlist {
	font-size: 10px;
	color: #eeeeee;
	text-decoration: none;
}

.postlist_date {
	font-size: 9px;
	color: #eeeeee;
	text-decoration: none;
}

.postlist_link {
	font-size: 10px;
	color: #eeeeee;
	text-decoration: underline;
}

.postlist_link:hover {
	font-size: 10px;
	color: #eeeeee;
	text-decoration: none;
}

.postlist_textarea {
	width: 95%;
}

.post_back_text {
	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;
}

.searchfield {
	width: 90px;
}

.paragraph_editmode {
	background-color: #eeeeee;
}

.paragraph_editmode_highlighted {
	background-color: #d0d0d0;
}

.paragraph_heading {
	font-size: 14px;
	font-weight: bold;
}

.paragraph_heading_editmode {
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
}

.paragraph_heading_editmode_highlighted {
	font-size: 14px;
	font-weight: bold;
	background-color: #d0d0d0;
}

.rbox {
	color: #ffffff;
}

.rbox_editmode {
	color: #ffffff;
	background-color: #000066; /*eeeeee*/
}

.rbox_editmode_highlighted {
	color: #ffffff;
	background-color: #000000;
}

.lbox {
	color: #000000;
}

.lbox_editmode {
	color: #000000;
	background-color: #eeeeee;
}

.lbox_editmode_highlighted {
	color: #000000;
	background-color: #d0d0d0;
}

.tbox {
	color: #000000;
}

.tbox_editmode {
	color: #000000;
	background-color: #eeeeee;
}

.tbox_editmode_highlighted {
	color: #000000;
	background-color: #d0d0d0;
}

.bbox {
	color: #000000;
}

.bbox_editmode {
	color: #000000;
	background-color: #eeeeee;
}

.bbox_editmode_highlighted {
	color: #000000;
	background-color: #d0d0d0;
}

.tilmeldnews {
	color:#ffffff;
}

.imagetext {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-style : italic;
	text-align : left;
}

.addresslabel {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;	
}
.addresslink,.addresslink:active,.addresslink:visited {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
.addresslink:hover {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

/* ------- EDITOR ------- */

.textarea {
	border: 1 solid black;
	font-family: verdana;
	font-size: 10px;
}

.textfield {
	border: 1 solid black;
	font-family: verdana;
	font-size: 10px;
}

.textbutton {
	border: 1 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: 1 solid black;
	font-family: verdana;
	font-size: 10px;
}