
a.bold_ref:link {text-decoration: none;}
a.bold_ref:visited {text-decoration: none;}
a.bold_ref:active {text-decoration: none;}
a.bold_ref:hover {text-decoration: underline;}

a:link {}
a:visited {}
a:active {}
a:hover {text-decoration: none;}

a.plain:link {text-decoration: none;}
a.plain:visited {text-decoration: none;}
a.plain:active {text-decoration: none;}
a.plain:hover {text-decoration: underline;}

input,
select,
textarea
{
		border-left: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
		border-top: 1px solid #c0c0c0;
		border-bottom: 1px solid gray;
}

.field_large {
		width: 200px;
}

/**** General containers ****/
div.contain_all {
		clear: both;
		width: 100%;
}

.contain_onethird {
		float: left;
		width: 33%;
		clear: none;
}

.contain_twothirds {
		float: left;
		width: 66%;
		clear: none;
}

.contain_half {
		float: left;
		width: 50%;
		clear: none;
}

div.notice_me_good {
		border: 1px solid green;
		padding: 4px;
		clear: both;
}

div.notice_me_bad {
		border: 1px solid red;
		padding: 4px;
		clear: both;
}

/* Elementer */
/* Fuld bredde */
.content_full_wrap { width: 618px; float: left; color: #001870; font-size: 12px; font-family: "trebuchet ms"; line-height: 13px; text-align: left; margin: 0; margin-top: 4px; padding: 0px;}
* html .content_full_wrap { \width: 617px; } /* IE fix */
/* Split */
.modul_0_leftcol_wrap { width: 480px; overflow: hidden; color: #001870; font-size: 12px; font-family: "trebuchet ms"; line-height: 13px; float: left; margin: 0; padding: 0; margin-top: 4px;}
.modul_0_rightcol_wrap { width: 134px; overflow: hidden; color: #001870; font-size: 12px; font-family: "trebuchet ms"; line-height: 13px; float: left; margin: 0; padding: 0; margin-top: 4px; margin-left: 4px;}
* html .modul_0_rightcol_wrap { \margin-left: 15px; } /* IE fix */
/* Box */
.box_head {float: left; clear: both; width: 600px; border: 1px solid #001870; background-color: #001870; color: white; font-size: 12px; padding: 2px;}
.box_body {float: left; clear: both; width: 600px; border: 1px solid #001870; padding: 2px;}
/* "Dialog"-box */
.box_diag { clear: both; border: 1px solid gray; padding: 4px; margin-top: 4px; background-color: #ccd9ff; float: left;}
