/* Main style sheet.  Author: U. Willmünder, inspired by H. Nagel */

body { 
  margin:0px;
  background: #FCFCFC;
  font-family:ARIAL,HELVETICA,sans-serif;
  color:#000000; 
  font-style:normal; 
  font-weight:400;
  font-size:11pt;
}

#titelBanner {
  position: absolute;
  top: 0px;
  left:0px;
  background: #fcfcfc; 
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  width: 956px;
  padding-top: 72px;
  padding-bottom: 1px;
  padding-right: 3px;
  text-align: right;
  vertical-align: bottom;
  color: #666666;
  font-weight: bold;
  font-size: 13pt;
}

#titelBanner img {
  position: absolute;
  border: 0;
  top: 0px;
  left: 0px;
}

#titelBanner a {
  color: #666666;
  text-decoration: none;
}

#titelBanner a:hover {
  color: #999999;
  text-decoration: none;
}

#linkeSpalte {
  position: absolute;
  left:0px;
  top:120px;
  background: #fcfcfc;
  border-right:2px solid #cccccc;
  width: 190px;
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 13pt;
  font-weight:bold;
}

#linkeSpalte a {
  text-decoration: none;
}

#linkeSpalte a:hover {
  text-decoration: none;
}

div.such-headline{
  color:#cccccc;
  font-weight:bold;
  font-size:12px;
}

.search-form{
  font-size: 8pt;
  color:#666666;
  font-weight:normal;
}

.search-form INPUT { 
   font-size:12px; 
   background-color:#fcfcfc; 
   color:#666666; 
}

.search-form INPUT.search_field { 
   font-size:12px; 
   background-color:#fcfcfc; 
   color:#666666;
   width:130px;
}

.search-form INPUT.search_ok { 
   font-size:12px; 
   background-color:transparent; 
   color:#cc0033; 
}


#contentSpalte {
  position: absolute;
  left:188px;
  top:120px;
  background-color: #fcfcfc;
  border-left:2px solid #cccccc;
  border-right:2px solid #cccccc;
  width: 578px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

#contentSpalte a {
  text-decoration: none;
}

#contentSpalte a:hover {
  text-decoration: none;
}


#rechteSpalte {
  position: absolute;
  left:764px;
  top:120px;
  background: #fcfcfc;
  border-left:2px solid #cccccc;
  width: 190px;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight:normal;
}

#rechteSpalte a {
  color: #666666;
  text-decoration: none;
}

#rechteSpalte a:hover {
  color: #999999;
  text-decoration: none;
}

.gloss_header{
  font-size:13pt;
  color:#cc0033;
  font-weight:bold;
}

p.gloss_entry{
  font-size:11pt;
  color:#000000;
  font-weight:normal;
}

/* Linke Menu-Spalte */
div.menu_border{
  font-size:13pt;
  font-weight:bold;
}

div.menuline{
  text-indent:-1px; 
  padding-left:1px;
  height:15px;
  overflow:visible;
}

div.menu_2_closed {
  padding-left:12px;
  font-size:10pt;
}

div.menu_2_open {
  padding-left:12px;
  font-size:10pt;
}

div.menu_2_plain {
  padding-left:12px;
  font-size:10pt;
}

div.menu_3_closed {
  padding-left:24px;
  font-size:8pt;
}

div.menu_3_open {
  padding-left:24px;
  font-size:8pt;
}

div.menu_3_plain {
  padding-left:24px;
  font-size:8pt;
}

div.menu_4_plain {
  padding-left:36px;
  font-size:8pt;
}

div.menu_higlight_1 a          { color:#cc0033;}
div.menu_higlight_1 a:visited  { color:#cc0033;}
div.menu_higlight_0 a          { color:#666666;}
div.menu_higlight_0 a:visited  { color:#666666;}


div.menu_1_closed a:hover   { color:#999999;}
div.menu_1_open a:hover     { color:#999999;}
div.menu_1_plain a:hover    { color:#999999;}

div.menu_2_closed a:hover   { color:#888888;}
div.menu_2_open a:hover     { color:#cccccc;}
div.menu_2_plain a:hover    { color:#cccccc;}

div.menu_3_closed a:hover   { color:#888888;}
div.menu_3_open a:hover     { color:#cccccc;}
div.menu_3_plain a:hover    { color:#cccccc;}

div.menu_4_plain a:hover    { color:#cccccc;}


/* Ueberschriften */

h1 { padding-left:70px; font-size:24pt; font-style:normal; font-weight:600; color:#666666;}
h2 { font-size:15pt; font-style:normal; font-weight:600; color:#cc0033;}
h3 { font-size:24pt; font-style:normal; font-weight:600; color:#cccccc;}
h4 { font-size:16pt; font-style:normal; font-weight:400; }
h5 { font-size:15pt; font-style:normal; font-weight:400; }
h6 { font-size:14pt; font-style:normal; font-weight:400; }

div.content_subtitle { font-size:15pt; font-style:normal; font-weight:600; color:#cc0033;}
div.content_subtitle a { color:#cc0033;}
div.content_subtitle a:hover { color:#cccccc;}

/* Content Elemente */
div.content_element {
  font-size:13pt;
}

div.content_element a {
  color: #666666;
  text-decoration: none;
}

div.content_element a:hover {
  color: #999999;
  text-decoration: none;
}

div.img_subtext{
  font-size:9pt;
}

div.img_float_right{
  float:right;
}

div.img_float_left{
  float:left;
}

hr.invis_ruler{
  clear:both;
  visibility:hidden;
  height:1px;
  width:20%;
}

ul.content_style_list_1{
  list-style-type:circle;
}

ul.content_style_list_2{
  list-style-type:decimal;
}

ul.content_style_list_3{
  list-style-type:lower-alpha;
}

dt {
  font-weight:bold;
}

dd {
  margin-bottom:20px;
}

div.content_element input.start_test{
  font-size:12px; 
  background-color:transparent; 
  color:#cc0033; 
  padding-right:5px;
  padding-left:5px;
}

table.content_style_table_1 {
  width:500px;
  text-align:left;
  border-spacing:0px;
}

table.content_style_table_2 {
  width:450px;
  text-align:left;
  border-spacing:0px;
}

table.content_style_table_glosslist {
  width:500px;
  text-align:left;
  border-spacing:0px;
}

table.content_style_table_1 td.cell_odd_line {
  background-color:#dddddd;
}

table.content_style_table_2 td.cell_odd_line {
  background-color:#dddddd;
}

table.content_style_table_glosslist td.cell_even_col {
  border-right:1px solid #aaaaaa;
  border-left:1px solid #aaaaaa;
}

table.content_style_table_glosslist td.cell_even_line {
  border-top:1px solid #aaaaaa;
  border-bottom:1px solid #aaaaaa;
}

table.content_style_table_1 td.cell_first_line {
  background-color:#aaaaaa;
  font-weight:bold;
}

table.content_style_table_2 td.cell_first_line {
  background-color:#aaaaaa;
  font-weight:bold;
}

table.content_style_table_1 td.cell_first_col {
  background-color:#aaaaaa;
  text-align:right;
}

td {
  padding-left:5px;
  padding-right:10px;
}

td.cell_first_line {
  border-top:1px solid #333333;
}

td.cell_first_col {
  border-left:1px solid #333333;
}

td.cell_last_line {
  border-bottom:1px solid #333333;
}

td.cell_last_col {
  border-right:1px solid #333333;
}

table.content_style_table_glosslist td.cell_last_line {
  border-bottom:1px solid #333333;
}

table.content_style_table_glosslist td.cell_last_col {
  border-right:1px solid #333333;
}

.kontakt-form{
  font-size: 8pt;
  color:#666666;
  font-weight:normal;
}

.kontakt-form INPUT { 
   font-size:12px; 
   background-color:#fcfcfc; 
   color:#666666; 
}

.kontakt-form INPUT.kontakt-text { 
   font-size:12px; 
   background-color:#fcfcfc; 
   color:#666666;
   width:350px;
}

.kontakt-form INPUT.kontakt-area { 
   font-size:12px; 
   background-color:#fcfcfc; 
   color:#666666;
   width:350px;
}

.kontakt-form INPUT.kontakt-button { 
   font-size:12px; 
   background-color:transparent; 
   color:#cc0033; 
   width:175px;
}


