/* global styles */
body { 
  font-family: Verdana, Arial, Helvetica, San-Serif; 
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 16px;
  background-color: #E9F4D3;
  color: #3B3B3B;
  
}  

table {
  font-size: 12px;
  line-height: 16px;
  color: #3B3B3B;

}

form {
  margin: 0px;
}

a {

  color: #60180F;
  text-decoration: none;

}

a:hover {

  text-decoration: underline;

}

.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.strike { text-decoration:line-through; }
.italic { font-style:italic; }
.hr_line { width: 100%; border-bottom: 1px solid #999999 }

.indent { padding-left: 40px; }

.list_item { 
  
  margin-left: 25px; 
  padding-left: 5px; 
  display: list-item; 
  // list-style-type: square; 
    
}

.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }


.h1 {

  font-size: 14px;
  font-weight: bold;
  color: #5D7A0B;
  padding-top: 7px;
  padding-bottom: 7px;

}

.h2 {

  font-size: 14px;
  font-weight: bold;
  color: #5D7A0B;
  padding-top: 16px;
  padding-bottom: 16px;

}

.h3 {

  font-size: 11px;
  font-weight: bold;
  color: #2C480D;

}


/* handholzen kram */

#main_table {
  
  width: 760px;
  border: 1px solid #708348;

}

#head_table {
  
  width: 760px;
  background-color: #ffffff;

}

#content_table {
  
  width: 760px;

}

#side_nav {

  background-color: #7AA128;
  width: 237px;
  vertical-align: top;

}

#side_nav .nav_items {

  border-bottom: 1px solid #8CAE46;

}

#content_container {

  background-color: #ffffff;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 28px;
  padding-right: 20px;
  padding-bottom: 30px;
  
}

.text {

  font-size: 12px;
  line-height: 18px;

}

#adresse { margin-top: 50px; }

#foot_container {

  background-color: #ffffff;
  vertical-align: bottom;
  padding-top: 10px;
  padding-left: 28px;
  padding-right: 20px;
  padding-bottom: 11px;
  font-size: 11px;
  color: #484848;
  
}

#foot_container .foot_link {

  color: #484848;

}

/* handholzen kram */


/* the_content */
.content_heading { padding-top: 18px; font-weight: bold; }
.content_intro_text { }
.content_more_button { }

.print_button {

  color: #484848;
  
}

/* the_top_link */
.top_link_container { }
.top_link { }

/* the_anchor_list */
.anchor_list { }
.anchor_list_link { }

/* the_content_head */
.content_head { }

/* the_content_foot */
.content_foot { }

/* the_login_logout */
.login { }
.login_msg { }
.login_text { }
.login_submit { }
.logout { }
.logout_submit { }

/* the_main_menu */
.main_menu { }
.main_menu_active { }
.main_menu:hover { }
.main_menu_link { }

/* the_tree_menu */
.tree_menu_inactive {

  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 45px;
  padding-right: 4px;  
  border-bottom: 1px solid #8CAE46;
  background-color: #AACA65;
  
}

.tree_menu_active {

  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 45px;
  padding-right: 4px;  
  border-bottom: 1px solid #8CAE46;
  background-color: #AACA65;
  
}

.tree_menu_link_inactive {

  font-size: 11px;
  text-decoration: none;
	color: #495C1F;
	display: block;
	  
}

.tree_menu_link_active {

  font-size: 11px;
  text-decoration: none;
	color: #495C1F;
	display: block;
	  
}


