/*

  Design (c) by BodeMedia
  http://bodemedia.de
  
*/

body {
  font-family: "Trebuchet MS", Verdana, Arial;
  font-size: 9pt;
  color: #667788;
  
  margin: 0;
  padding: 0;

  background-color: #59584e;
  background-image: url('body.jpg');
  background-position: top left;
  background-repeat: repeat-x;
  text-align: center;
}

@media print { body { /* added by PureFan */
  color: #000000;
  
  background-color: #ffffff;
  background-image: none;
} }

#wrapper {
  width: 90%;
  margin: auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  
  text-align: center;
  background-color: #4b4d46;
}

@media print { #wrapper { /* added by PureFan */
  background-color: #ffffff;
} }

#headerarea {
  width: 100%;
  height: 147px;

  overflow: hidden;
  text-align: left;
}

#logo {
  width: 288px;
  height: 80px;

  float: left;
  position: absolute;
}

#logo_right {
  width: 545px;
  height: 147px;

  float: right;

  background-image: url('header.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}

@media print { #logo_right { /* added by PureFan */
  background-image: none;
} }

#headerspace_center {
  width: 100%;
  height: 147px;

  float: left;

  background-image: url('headerarea.jpg');
  background-position: top left;
  background-repeat: repeat-x;
}

@media print { #headerspace_center { /* added by PureFan */
  background-image: none;
} }

/* NAVIGATION TOP */

#navigation_top_area {
  margin: auto;
  position: absolute;
  left: 5%;
  clear: both;

  width: 90%;

  top: 96px;
  *top: 108px;
}

#navigation_top ul {
  padding: 0;
  margin: 0;
}

#navigation_top li {
  list-style-type: none;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#navigation_top a:link, #navigation_top a:active, #navigation_top a:visited {
  font-size: 8pt;
  color: #ffffff;
  text-decoration: none;
}

#navigation_top a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

#navigation_top .language { /* special style für languages */
  list-style-type: none;
  margin-left: 0px;
  margin-right: 2px;
  float: right;
}


#navigation_top .selected:link,
#navigation_top .selected:active,
#navigation_top .selected:visited {
  color: #DAD3BF;
  text-decoration: underline;
}

@media print { #navigation_top a { /* added by PureFan */
  color: #0000FF !important;
  text-decoration: underline !important;
} }

/* NAVIGATION SUB */

#navigation_sub_area {
  margin: auto;

  margin-left: 4px;
  *margin-left: 6px;

  margin-top: -32px;
  *margin-top: -40px;

  clear: both;

}

#navigation_sub ul {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-left: 32px;
}

#navigation_sub li {
  color: #cccec8;
  list-style-type: none;
  float: left;
  margin-left: 4px;
  margin-right: 4px;
}

#navigation_sub a:link, #navigation_sub a:active, #navigation_sub a:visited {
  font-size: 7pt;
  color: #cccec8;
  text-decoration: none;
}

#navigation_sub a:hover {
  text-decoration: underline;
}

#navigation_sub .selected:link,
#navigation_sub .selected:active,
#navigation_sub .selected:visited {
  color: #DAD3BF;
  text-decoration: underline;
}

@media print { #navigation_sub li { /* added by PureFan */
  color: #000000;
} }

@media print { #navigation_sub a { /* added by PureFan */
  color: #0000FF !important;
  text-decoration: underline !important;
} }


/* CONTENT AREA */

#contentarea {
  width: 100%;
  margin: auto;

  margin-top: 32px;
  *margin-top: 40px;

  text-align: center;
}

#contentspace_center {
  width: 100%;

  margin: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  clear: both;
  background-color: #ffffff;
}

.content_entry {
  width: 90%;
  color: #333333;
  margin: auto;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media print { .content_entry { /* added by PureFan */
  color: #000000;
} }

#footer {
  width: 90%;
  font-size: 8pt;
  color: #b1b1b1;
  text-align: center;
  margin: auto;

  padding-left: 12px;
  padding-right: 12px;

  background-color: #4b4d46;
  background-image: url('footer.jpg');
  background-position: top left;
  background-repeat: repeat-x;
}

@media print { #footer { /* added by PureFan */
  color: #000000;
  background-color: #ffffff;
  background-image: none;
} }

#copyright {
  width: 100%;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  margin: 0;
  text-align: left;
}

#links_bottom {
  width: 100%;
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  margin: 0;
}

#footer li {
  float: left;
  padding: 0;
  margin-left: 4px;
  margin-right: 4px;
  text-align: left;
  list-style-type: none;
}

#footer a:link, #footer a:active, #footer a:visited {
  color: #b1b1b1;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

@media print { #footer a { /* added by PureFan */
  color: #0000FF !important;
  text-decoration: underline !important;
} }

p {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 10pt;
  text-align: justify;
}

.content_entry ul, .content_entry li {
  width: 100%;
  font-size: 11pt;
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-align: left;
}

.content_entry ul {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 24px;
}

.list_num li {
  list-style-type: decimal;
}

.list_roman li {
  list-style-type: upper-roman;
}

a:link, a:active, a:visited {
  color: #333333;
}

a:hover {
  color: #694f00;
  text-decoration: none;
}

@media print { a { /* added by PureFan */
  color: #0000FF !important;
  text-decoration: underline !important;
} }

h1 {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
}

h2, h3, h4, h5 {
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  font-weight: bold;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

h4 {
  font-size: 12pt;
}

h5 {
  font-size: 10pt;
}

hr {
  width: 100%;
  border: 1px solid #4b4d46;
  margin: auto;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
}

input {
  color: #634b00;
  border: 1px solid #8d816c;
  background-color: #ffffff;
  background-image: url('input.gif');
  background-position: top left;
  background-repeat: repeat-x;

  padding: 2px;
  margin: 0;
  text-align: left;
}

input[type=submit] { /* added by PureFan */
  border: 1px solid #59584e;
}

@media print { #footer input {
  color: #000000;
  border: 1px solid black !important;
  background-color: #ffffff;
  background-image: none !important;
} }

fieldset { /* added by PureFan */
  background-color: #E9E4DE;
}

@media print { fieldset { /* added by PureFan */
  background-color: #ffffff;
} }

.tableform { /* added by PureFan */
  width: 100%;
  border: none;
  text-align: left;
}


.tableform > tbody > tr > td:first-child { /* added by PureFan */
  width: 200px;
  text-align: right;
}

/* added by PureFan */
.tableform > tbody > tr > td[colspan]:first-child{     width: auto;  }
.tableform > tbody > tr > td[colspan="1"]:first-child{ width: 200px; }

.tableform > tbody > tr > td:first-child + td{ /* added by PureFan */
  padding-left: 20px;
}


textarea, select {
  color: #634b00;
  border: 1px solid #8d816c;
  background-color: #ffffff;
  background-image: url('textarea.gif');
  background-position: top left;
  background-repeat: repeat-x;

  padding: 2px;
  margin: 0;
  text-align: left;
}

@media print { textarea, select { /* added by PureFan */
  color: #000000;
  border: 1px solid black !important;
  background-color: #ffffff;
  background-image: none;
} }

.tablenormal { /* added by PureFan */
  width: 100%;
  border: 1px solid black;
  text-align: center;
}

.tablehidden { /* added by PureFan */
  text-align: left;
}

.listnormal {  /* added by PureFan */
  
  
}

.listhidden li{ /* added by PureFan */
  list-style-type: none;
  }

img{ /* added by PureFan */
  border: none;
  }
  


