body {
  background: #EEEEEE url(/opencms/opencms/system/modules/org.opencms.frontend.templatetwo/resources/images/gradient.gif) repeat-x fixed left top
  /**background-color: #CCC;*/
}

#window {
  border: 1px solid #CCC;
}

#header p {
  margin-top: 0;
  line-height: 1em;
}

h2 {
  font-size: 200%;
  margin-bottom: 15px;
  margin-top: 0px;
  /**
  padding-bottom: 5px;
  border-bottom: 1px solid #B31B34;
  */
}

h3,h4 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0.1em;
  margin-top: 1em;
}

h3 {
  font-size: 150%;
  border-bottom: 1px solid #0066FF;
  margin-bottom: 0.5em;
}

#breadcrumb {
  font-size: 90%;
  z-index: 10;
}

/**
#misc {
  text-align:right;
  z-index: 5;
  position: absolute;
  top: 5px;
  width: 97.5%;
  clip:rect(0px, 1000px, 20px, 500px);
}
*/

#nav_main {
  /**font-size: 1.1em;*/
  /**height: 30px;*/
}

#nav_left {
  border-top: 1px solid #999;
}

#nav_left a {
  border-bottom: 1px solid #999;
}

#nav_left a.current {
  background-color: #DDD;
  color: #0066FF;
}

#nav_left a.level_1 {
  font-weight: bold;
}

#nav_left a.level_2 {
  font-size: 90%;
}

#col2_content {
  margin-top: 10px;
  /**border: 2px dotted #999999;*/
  border: 1px solid #999999;
}

#col2_content p {
  margin-bottom: 0.5em;
}

#col2_content ul {
  margin: 0;
  margin-bottom: 0.5em;
}

#col2_content div.image {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

#col3_content div.box li {
  margin-left: 0.5em;
}

/** Web-Form */
#col2_content .formbutton {
  
}

#col2_content .onlineform {
  width: 250px;
}

#col2_content .webform_label{
  width: 85px;
  padding-bottom: 10px;  
}

#col2_content .webform_field{

}
 
#col2_content .webform_msg_error, #col2_content .webform_label_error {
  color: #FF0000;
  font-weight: bold;
} 

#col2_content table.grid {
  border-left: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}

#col2_content table.grid th {
  background: #EEEEEE;
  font-weight: bold;
}

#col2_content table.grid th, table.grid td {
  border-bottom: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  padding: 3px;
}

#footer {
  font-size: 90%;
  padding: 2px;
  height: 19px;
}

.box h4 {
  
}

.bodybox {
  padding: 6px;
}


/** Newsletter */
#col2_content form.newslettersubscription-form {
  margin-top: 20px;
}

#col2_content div.newslettersubscription-radio {
  margin-top: 5px; 
}

#col2_content div.newslettersubscription-email {
  margin-top: 10px; 
}

#col2_content input.newslettersubscription-email {
  width: 300px;
}

#col2_content div.newslettersubscription-buttons {
  margin-top: 15px; 
}

#col2_content p.newslettersubscription-error, ul.newslettersubscription-error {
  color: #FF0000;
  font-weight: bold;
}