/*body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;

}  *//* === Layouting & Styling === *//* Normalizes font-size for headers */

/* changed by claudius heitz: moved from color.css , use body-selector instead of html *     */
body {
  font-size: 100.01%;
}


h1, h2, h3, h4 {
  font-size: 100%;
  font-weight: normal;
}
/* Normalize font-style and font-weight to normal */


address, caption, cite, code, dfn, em, strong, th, var{
  font-style: normal;
  font-weight: normal;
}
/* Left-align text in caption and th */


caption, th{
  text-align: left;
}
/*------- Main Layout -------*/

/* following three lines are changed by claudius heitz: remove font-size because it's in #container */

body, #table {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}


/* changed by claudius heitz: changed font-size from 10px to 11px */
#container {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
}


/*------- Heading -------*/

h2 {
  font-size: 13px;
}


h3 {
  font-size: 12px;
}


h1, h2, h3, h4 {
  font-family: ITC Avant Garde Std Bk, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}


/*------- style linklist in page content -------*/
/*------- Navigation -------*/


div#top_nav ul li a, div#top_nav2 ul li a, div#top_right_nav2 ul li a {
  font-size: 11px;
  text-transform: uppercase;
}


div#top_right_nav2 ul {
  margin: 0px !important;
}


ul, #drop_down_menu li.menu ul {
  list-style-type: none;
}

/* changed by claudius heitz: deleted line "font-size: 11px" because it's in #container, added   text-transform:uppercase;  */
#top_content ul li a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform:uppercase;
}


#top_nav a, #top_nav2 a {
  font-weight: bold;
  letter-spacing: -0.4px;
}
/*------- NAVIGATION FOR TEMPLATE 2 AND 3 -------*/


#service_nav, #logo {
  text-align: right;
}


#top_right_nav.temp3 {
  border-bottom: dashed 1px #C0C0C0;
  text-align: right;
}
/*------- Table -------*/


#drop_down_menu {
  list-style-type: none;
  text-align: left;
}


#drop_down_menu a {
  text-transform: uppercase;
}


#drop_down_menu li, #drop_down_menu li.home {
  cursor: pointer;
  font-family: "ITC Avant Garde Std Bk", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  letter-spacing: -0.8px;
}


#drop_down_menu li div ul li a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-decoration: none;
  text-transform: uppercase;
}
/*----------- Content Layout -----------*/
/*----------- style for form page -----------*/


#frmfeedback, #frmfeedback input{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
}


/* changed by claudius heitz: added padding-top: 20px because of anker navigation */
h1 {
  font-family: "ITC Avant Garde Std Bk", Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding-top:20px;  
}


h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
}


h3 {
  font-size: 12px;
}


h1, h2, h3, h4, .contenttable tr td.td-0 {
  font-weight: bold;
}

#meta_nav li a{
  text-transform: uppercase;
  text-indent: -999px;
}