/***************
*              *
*    Main      * 
*              *
****************/

* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}

body {
	background-image:url(/pictures/background/background.gif);
    padding-top:10px;
	padding-left:0px;
    padding-right:0px;
    padding-bottom:10px;
    margin-top:0px;
	margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
}

img {
border : 0px solid Black;
}

.workarea {
	background-color:#EEEEEE;
	width:770px;
	border-collapse:collapse;
	table-layout:fixed;
}

.nodisplay {
display:none;
}

#content {
	font-family:"Trebuchet MS",verdana,sans;
	font-size:0.7em;
	font-weight:normal;
	text-align:left;
    padding-top:10px;
	padding-left:8px;
    padding-right:8px;
    padding-bottom:10px;
	background-color:white;
}

.table_text {
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
}

.table_style {
	width: 460px;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
	text-align:left;
}

.table_style_mail {
	background-color:#FFFFFF;
	width: 560px;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:0.9em;
	font-weight:normal;
	text-align:left;
	border-collapse:collapse;
	table-layout:fixed;
    padding-top:10px;
	padding-left:20px;
    padding-right:20px;
    padding-bottom:10px;
}

.member_table_style {
	width: 360px;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1,1em;
	font-weight:normal;
	text-align:left;
}

.medium_table_style {
	width: 380px;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
	text-align:left;
}

.small_table_style {
	width: 300px;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
	text-align:left;
}

.printer_friendly {
	width: 650px;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
	text-align:justify;
	background-color:#FFFFFF;

}

.print_table_style {
	width: 770px;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:0.9em;
	font-weight:normal;
	text-align:left;
	background-color:#FFFFFF;
	border-collapse:collapse;
}

.print_td {
	border-style: solid;
	border-width: 1px;        /* sets border width on all sides */
    border-color: black;
}

div.figure {
	float: center;
	width: 100%;
	border: none;
	margin: 0em;
	padding: 0em;
}

div.figure p {
	text-align: center;
	font-style: italic;
	font-size: 0.9em;
	text-indent: 0;
}

.disclaimer {
	font-family:"Trebuchet MS",verdana,sans;
	font-size:0.9em;
	font-weight:none;
	text-align:center;
}

A:link {text-decoration: none; color:#3300FF; font-family:verdana; font-weight:normal;}
A:visited {text-decoration: none; color:blue; font-family:verdana; font-weight:normal;}
A:active {text-decoration: none font-family:verdana; font-weight:normal;}
A:hover {text-decoration: underline; color:red; font-family:verdana; font-weight:normal;}


h1 {
	font-size:1.8em;
	font-family:arial,sans;
	color:black;
	text-align:left;
}
h2 {
	font-size:16px;
	font-family:"Trebuchet MS",arial,sans;
	color:black;
	text-align:center;
	display:inline;
}
h2.left {
	font-size:16px;
	font-family:arial,sans;
	color:black;
	text-align:left;
	padding:10px;
}
h3 {
	font-size:12px;
	font-family:arial,sans;
	color:black;
	text-align:left;
}
h3.center {
	font-size:12px;
	font-family:arial,sans;
	color:black;
	text-align:left;
}

h2 A:link {
	font-size:16px;
	font-family:arial,sans;
	color:black;
	text-align:center;
	font-weight:bold;
}
h2 A:visited {
	font-size:16px;
	font-family:arial,sans;
	color:black;
	text-align:center;
	font-weight:bold;
}
h2 A:active {
	font-size:16px;
	font-family:arial,sans;
	color:black;
	text-align:center;
	font-weight:bold;
}
h2 A:hover {
	font-size:16px;
	font-family:arial,sans;
	color:red;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

hr.jon {
margin-top:10;
margin-bottom:15;
}


.search_button {
	font-family:"Trebuchet MS",verdana,sans;
	font-size: 0.9em;
	margin-left:4px;
	clear: both
	text-align:center;
	width: 50px;
	height: 20px;
} 

.search_textbox {
	background-color: white  ;
	color:black;
	width:60;
	margin-bottom:5px;
	border: #CCCCCC solid 1px;
	maxlength:50;
}

.copyright {
	font-family:"Trebuchet MS",verdana,sans;
	font-size:0.6em;
	font-weight:normal;
	text-align:center;
}

/***************************
*              			   *
*        Left menu         * 
*              		       *
***************************/

#menu_left {
	font-size:0.7em;
	font-family:Trebuchet MS, verdana;
    font-weight: normal;
    padding-top:0px;
	padding-left:7px;
    padding-right:0px;
    padding-bottom:0px;   
}

/***************************
*              			   *
*        Right menu        * 
*              		       *
***************************/

#menu_right {
	font-size:0.7em;
	font-family:Trebuchet MS, verdana;
    font-weight: normal;
    padding-top:0px;
	padding-left:10px;
    padding-right:0px;
    padding-bottom:0px;   
}

/***************************
*                          *
*    Clickdown menu        * 
*                          *
****************************/

.menuOut {
	padding:0px;
	cursor:hand;
}

.menuOver {
	padding:0px;
	cursor:hand;	
}

.submenu {
	color:black;
	text-decoration:none;
	font-weight:normal;
	font-size:0.9em;
	font-family:"Trebuchet MS",Verdana;
}	

.submenu a:link {
	color:black;
	text-decoration:none;
	font-weight:normal;
	font-size:0.9em;
	font-family:"Trebuchet MS",Verdana;
}

.submenu a:visited {
	color:black;
	text-decoration:none;
	font-weight:normal;
	font-size:0.9em;
	font-family:"Trebuchet MS",Verdana;
}

.submenu a:hover {
	color:red;
	text-decoration:none;
	font-weight:normal;
	font-family:"Trebuchet MS",Verdana;
	font-size:0.9em;
}

/***************************
*              			   *
*       Background		   *
*        (workarea)        * 
*              		       *
****************************/

.top {
	background-image:url(/pictures/background/top.gif);
	background-color:none;
}

.top_left_corner {
	background-image:url(/pictures/background/top_left_corner.gif);
	background-color:none;
	height:15px;
}

.top_right_corner {
	background-image:url(/pictures/background/top_right_corner.gif);
	background-color:none;
}

.side_left {
	background-image:url(/pictures/background/side_left.gif);
	background-color:none;
}

.side_left_1 {
	background-image:url(/pictures/background/side_left.gif);
	background-color:none;
	height:70px;
}

.side_right {
	background-image:url(/pictures/background/side_right.gif);
	background-color:none;
}

.bottom {
	background-image:url(/pictures/background/bottom.gif);
	background-color:none;
}

.bottom_left_corner {
	background-image:url(/pictures/background/bottom_left_corner.gif);
	background-color:none;
	height:15px;
}

.bottom_right_corner {
	background-image:url(/pictures/background/bottom_right_corner.gif);
	background-color:none;
}


/***************************
*              			   *
*       Background         *
*        (Content)         * 
*              		       *
****************************/

.top_content {
	background-image:url(/pictures/background/top_content.gif);
	background-color:none;
	height:6px;
}

.top_left_corner_content {
	background-image:url(/pictures/background/top_left_corner_content.gif);
	background-color:none;
}

.top_right_corner_content {
	background-image:url(/pictures/background/top_right_corner_content.gif);
	background-color:none;
}

.side_left_content {
	background-image:url(/pictures/background/side_left_content.gif);
	background-color:none;
}

.side_right_content {
	background-image:url(/pictures/background/side_right_content.gif);
	background-color:none;
}

.bottom_content {
	background-image:url(/pictures/background/bottom_content.gif);
	background-color:none;
	height:6px;
}

.bottom_left_corner_content {
	background-image:url(/pictures/background/bottom_left_corner_content.gif);
	background-color:none;
}

.bottom_right_corner_content {
	background-image:url(/pictures/background/bottom_right_corner_content.gif);
	background-color:none;
}


/***************
*              *
*    forms     * 
*              *
****************/

.input {
	background-color: #FFFFFF;
	width:455px;
	margin-bottom: 10px;
	border: #CCCCCC solid 1px;
	maxlength:300;
}

.input_kort {
	background-color: #FFFFFF;
	width:330px;
	margin-bottom: 10px;
	border: #CCCCCC solid 1px;
	maxlength:300;
}


.input_area {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: #CCCCCC solid 1px;
	height:120px;
	width:330px;
}

.input_membership {
	background-color: #FFFFFF;
	width:230px;
	margin-bottom: 10px;
	border: #CCCCCC solid 1px;
	maxlength:200;
}

.input_membership_postal {
	background-color: #FFFFFF;
	width:40px;
	margin-bottom: 10px;
	border: #CCCCCC solid 1px;
	maxlength:50;
}

.input_readonly {
	background-color: #EEEEEE;
	width:330px;
	margin-bottom: 10px;
	border: #CCCCCC solid 1px;
}

.label_text {
	vertical-align:top;
	width: 64px;
	float:left;
	text-align: right;
    margin-top:2px;
	margin-left:20px;
    margin-right:10px;
    margin-bottom:0px;
	clear: both;
}

.label_news {
	vertical-align:top;
	width: 70px;
	float:left;
	text-align: right;
    margin-top:2px;
	margin-left:20px;
    margin-right:10px;
    margin-bottom:0px;
	clear: both;
}

.label_radio {
	vertical-align:top;
	width: 250px;
	float:right;
	text-align: left;
    margin-top:2px;
	margin-left:10px;
    margin-bottom:0px;
	clear: both;
}

.label_text_membership {
	vertical-align:top;
	width: 110px;
	float:left;
	text-align: right;
    margin-top:2px;
	margin-left:20px;
    margin-right:10px;
    margin-bottom:0px;
	clear: both;
}

.fieldset {
	text-align:left;
	border:#CCCCCC solid 1px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
    margin-top:0px; 
    margin-bottom:10px;
	position:relative;
	background-image: url(/pictures/background/background_form.gif);
}


.legend_form {
	background-color: #FFFFFF;
	border: #CCCCCC solid 1px;
	padding: 1px 10px;
	position:absolute; /* this is used to make the background picture stay inside the fieldset*/
	top:-10px;         /* this is used to make the background picture stay inside the fieldset*/
}

.contact_textbox {
	background-color: #FFFFFF;
	color:black;
	width:330;
	height:200;
	margin-bottom: 10px;
	border: #CCCCCC solid 1px;
}

.contact_textbox_long {
	background-color: #FFFFFF;
	color:black;
	width:330;
	height:250;
	margin-bottom: 10px;
	border: #CCCCCC solid 1px;
}

.popup_textbox {
	background-color: #FFFFFF;
	color:black;
	width:455;
	height:100;
	margin-bottom: 10px;
	border: #CCCCCC solid 1px;
}

.form_text {
	background-color:white;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
	padding-top:0px;
	padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;   	
}


/***************
*              *
*    news box  * 
*              *
****************/

.news_text {
 font-family:"Trebuchet MS",verdana,sans;
 font-size:0.7em;
 font-weight:normal;
 text-align:left;
}

.pics {
  border-style: solid;
  border-width: 0px;
  margin-right:5;
  margin-left:13;
  margin-top:0; 
  margin-bottom:10;
  font-size:0.7em;
  font-family:"Trebuchet MS",verdana,sans; 
}


.news_title {
	color:black;
	font-size:0.8em;
	font-family:"Trebuchet MS",verdana,sans;
	font-weight:bold;
}

.news_title_static {
	color:red;
	font-size:0.8em;
	font-family:"Trebuchet MS",verdana,sans;
	font-weight:bold;
}

/***************
*              *
*    archive   * 
*              *
****************/

.aarstal {
	background-color:#DDDDDD;
	font-size:1.8em;
	font-family:arial,sans;
	color:white;
	text-align:center;
	font-weight:bold;
}

.nummer {
	background-color:#EEEEEE;
	font-size:1.2em;
	font-family:arial,sans;
	color:black;
	text-align:center;
	font-weight:bold;
}

.oversigt1 {
  background-color:GhostWhite;
}

.oversigt2 {
  background-color:white;
}


/***************
*              *
*    calendar  * 
*              *
****************/

.legend_date {
	background-color: #FFFFFF;
	border: #CCCCCC solid 1px;
	padding: 1px 10px;
	position:absolute; /* this is used to make the background picture stay inside the fieldset*/
	top:-10px;         /* this is used to make the background picture stay inside the fieldset*/
	font-size:1.5em;
}
	


/***************
*              *
*  directory   * 
*              *
****************/

.striped_table_dd_1 {
	background-color: #EEEEEE;
}

.striped_table_dd_2 {
	background-color: #FFFFFF;
}


.striped_table_dd_1 a:link {
	color:black;
	text-decoration:none;
}
.striped_table_dd_1 a:visited {
	color:blue;
	text-decoration:none;
}
.striped_table_dd_1 a:hover {
	color:red;
	text-decoration:none;
}


.striped_table_dd_2 a:link {
	color:black;
	text-decoration:none;
}
.striped_table_dd_2 a:visited {
	color:blue;
	text-decoration:none;
}
.striped_table_dd_2 a:hover {
	color:red;
	text-decoration:none;
}

.table_dd_all {
	width: 680px;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
	text-align:left;
	border-collapse:collapse;
	table-layout:fixed;
}

.table_dd_facts {
	width: 290px;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
	text-align:left;
	background-image:url(/pictures/dd/dd_logo/logo_background.jpg);
    margin-top:0px;
	margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
	padding-top:10px;
	padding-left:10px;
    padding-right:0px;
    padding-bottom:0px;
}

.facts {
  background-color:white;
  color:black;
  font-family: arial;
  font-size: 12;
  font-weight: bold;
  

}


.tekst_billede {
  background-color:white;
  color:black;
  border-right:solid;
  border-color:black;
  border-width:2;
  padding:10;
  font-family:verdana;
  font-size:11;
  text-align:left;
  
}

.name_logo {
  background-color:white;
  color:black;
  font-size:25;
  font-weight:bold;
  font-style:verdana;
}
.underline {
  background-color:white;
  padding:10;
  border-bottom:solid;
  border-color:black;
  border-width:2;
}


/***************
*              *
*  executive   * 
*              *
****************/

.executive_text {
	font-size:0.8em;
	font-family:"Trebuchet MS",verdana,sans;
	padding-top:0px;
	padding-left:7px;
    padding-right:0px;
    padding-bottom:0px;
}


/***************
*              *
*    Forum     * 
*              *
****************/

.forum_header{
	background-color: #E7E7E7;
	height:38;
	text-align:center;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #CCCCCC;
	font-size:0.9em;
	font-weight:normal;
}

.forum_table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px 1px;
	border-style: solid solid solid solid;
	border-color: white #CCCCCC #CCCCCC #CCCCCC;
	border-collapse: collapse;
	width:700px;
}

.forum_form_table {
	width: 475px;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
	text-align:left;
}

.forum_text {
	font-size:0.8em;
	font-family:"Trebuchet MS",verdana,sans;
	color:black;
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: #CCCCCC;

}

.forum_text_small {
	font-size:0.9em;
	font-family:"Trebuchet MS",verdana,sans;
	color:black;
	padding:2px;
	font-style:italic;
}

.fieldset_forum {
	text-align:left;
	border:#CCCCCC solid 1px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
    margin-top:0px; 
    margin-bottom:10px;
	position:relative;
}

.label_forum {
	vertical-align:top;
	width: 100px;
	float:left;
	text-align: right;
    margin-top:2px;
	margin-left:0px;
    margin-right:10px;
    margin-bottom:0px;
	clear: both;
}

.legend_forum {
	background-color: #FFFFFF;
	border: #CCCCCC solid 1px;
	padding: 1px 10px;
	position:absolute; /* this is used to make the background picture stay inside the fieldset*/
	top:-21px;         /* this is used to make the background picture stay inside the fieldset*/
}

.input_forum {
	background-color: #FFFFFF;
	width:302px;
	margin-bottom: 10px;
	border: #CCCCCC solid 1px;
	maxlength:300;
}

.forum_text A:link {
	color:black;
	text-decoration:none;
}
.forum_text A:visited {
	color:blue;
	text-decoration;
}
.forum_text A:hover {
	color:red;
	text-decoration:none;
}

.input_area_large {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: #CCCCCC solid 1px;
}

.pre_text {
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
	text-align:left;

}


/***************
*              *
*    Search    * 
*              *
****************/

.striped_table_search_1 {
	background-color: #EEEEEE;
}

.striped_table_search_1 A:link {
	color:black;
	text-decoration:none;
}
.striped_table_search_1 A:visited {
	color:grey;
	text-decoration;
}
.striped_table_search_1 A:hover {
	color:red;
	text-decoration:none;
}


.striped_table_search_2 {
	background-color: #FFFFFF;
}

.striped_table_search_2 A:link {
	color:black;
	text-decoration:none;
}
.striped_table_search_2 A:visited {
	color:grey;
	text-decoration;
}
.striped_table_search_2 A:hover {
	color:red;
	text-decoration:none;
}


.search_message {
	text-align:center;
	font-size:1.3em;
	color:black;
}

.search_table_style {
	width: 103px;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
	text-align:left;
	border-collapse:collapse;
	table-layout:fixed;
	background-color:#FFFFFF;
}

.search_button {
	font-family:"Trebuchet MS",verdana,sans;
	font-size: 0.9em;
	margin-left:4px;
	clear: both
	text-align:center;
	width: 50px;
	height: 20px;
}

.label_radio_search {
	font-family:"Trebuchet MS",verdana,sans;
	font-size: 0.8em;
	vertical-align:top;
	width: 66px;
	float:left;
	text-align: left;
    margin-top:2px;
	margin-left:0px;
    margin-bottom:0px;
	clear: both;
}

.search_textbox {
	background-color: white  ;
	color:black;
	width:70;
	margin-bottom:5px;
	border: #CCCCCC solid 1px;
	maxlength:50;
}

/***************
*              *
*    About    * 
*              *
****************/



/***************
*              *
*  Membership  * 
*              *
****************/

.membership_text {
	font-size:0.8em;
	font-family:"Trebuchet MS",verdana,sans;
	color:black;
	padding-left:5px;
}

/***************
*              *
*     Poll     * 
*              *
****************/

.poll_text {
	font-size:0.9em;
	font-weight:normal;
	text-align:left;
	background-color:#EEEEEE;
}

.poll_on {
	margin:0px;
	padding:0px;
	height: 1%
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: #EEEEEE;
	vertical-align: middle;
}

.table_poll {
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
	text-align:left;
	background-color:#EEEEEE;
	table-layout:fixed;
	width:110px;
	margin:0px;
	padding:0px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-style: hidden hidden hidden hidden;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}

.poll_on_done {
	margin:0px;
	padding:0px;
	height: 1%
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: white white white white;
	background-color: #FFFFFF;
	vertical-align: text-middle;
	font-size:1.0em;
}

.table_poll_done {
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1.2em;
	font-weight:normal;
	text-align:left;
	background-color:#FFFFFF;
	table-layout:fixed;
	width:110px;
	margin:0px;
	padding:0px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-style: hidden hidden hidden hidden;
	border-color: white white white white;
	border-collapse: collapse;
}

.poll_table_style {
	width: 300px;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
	text-align:left;
	border-collapse:collapse;
	table-layout:fixed;
}

/********************
*              		*
*     Visitkort     * 
*              		*
********************/

fieldset_visitkort {
	text-align:left;
	border:#CCCCCC solid 1px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
    margin-top:0px; 
    margin-bottom:10px;
	position:relative;
}

div.firma {
	text-align:right;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
}

div.adresse {
	text-align:left;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
}

div.email {
	text-align:left;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1em;
	font-weight:normal;
}