@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_1-3-2"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_1-3-2"
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */
 

/* import core styles | Basis-Stylesheets einbinden */
/* drin @import url(../../../yaml/core/slim_base.css);*/
/* import screen layout | Screen-Layout einbinden */
/* BCS @import url(navigation/nav_slidingdoor.css);*/
/* drin @import url(navigation/nav_vlist-trans.css);*/
/* drin @import url(screen/basemod.css);*/
/* BCS @import url(screen/basemod_1-3-2.css);*/
/* drin @import url(screen/basemod_colored_columns.css);
   @import url(screen/content.css);
   @import url(screen/typo3-RTE.css); */
/* import print layout | Druck-Layout einbinden */
/* drin @import url(print/print_003.css);*/

@charset "UTF-8";
/* import core styles | Basis-Stylesheets einbinden */
@import url(../../../yaml/core/slim_base.css);
/* import screen layout | Screen-Layout einbinden */
@import url(navigation/nav_shinybuttons.css);
/* uncomment the following line to use shinybutton-navigation instead of slidingdoor */
/* @import url(navigation/nav_shinybuttons.css); */
/* BCS @import url(navigation/nav_vlist.css);*/

@import url(screen/basemod.css);
/*@import url(screen/basemod_1-3-2.css);*/
/*@import url(screen/content.css);*/
@import url(screen/typo3-RTE.css);

/* Eigenes CSS */
 /*body {background:#fff;  url("../../../../uploads/media/background.gif") repeat-x top left; padding:0px 0;
	  font-family:Arial, Helvetica, sans-serif;
      font-size:83%;color:black;  }*/
	  
body {background:#fde2b9  url("../../../../uploads/media/background-body.gif") repeat-x top left; padding:0px 0;
	  font-family:Arial, Helvetica, sans-serif;
      font-size:83%;color:black;  }

 
  #page{background:#fde2b9   url("../../../../uploads/media/background-body.gif") repeat-x top left; border:0px #000000 solid;width:1000px;}
  #page_margins {background:#fde2b9  url("../../../../uploads/media/background-body.gif") repeat-x top left; width:1000px;padding-left:0px;padding-right:0px; margin: 0 auto;}
 
  #header {height:131px; width:1000px; color:#fff; background:transparent url("../../../../uploads/media/company-logo1.jpg") 0px 0px no-repeat;}
  
/* #main {width:902px; background:#fff url("images/content_back.gif") repeat-x; padding-left:0px;padding-right:0px;}*/
 /*#main {width:1000px; background:#fff url("../../../../uploads/media/main_background.gif") repeat-x; padding-left:0px;padding-right:0px;}*/
 
  #main {width:1000px;  background:#fde2b9; width: 1000px; padding-left:0px; padding-right:0px}
 
  #nav_main {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
	  width:1000px; 
  	height:24px;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background:#f9a626 url("");
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    line-height: 0;
  }
 

  
  #nav_main ul {
    border-left: 0px #aaa ;
    border-right: 0px #fff solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin-left: 140px;
    margin-right: auto;
    padding: 0;
    width: 1000px;
  }
  
    #nav_main ul li {
    border-left: 0px #446f44 solid;
    border-right: 0px #446f44 solid;
	  background:url("") no-repeat 0 7px;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    padding: 0 20px 0 20px;

  }
  
  #nav_main ul li a,
  #nav_main ul li strong {
    background: transparent;
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }
  
  #nav_main ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: transparent url("") repeat-x center right;
    border-left: 0px #446f44 solid;
    border-right: 0px #446f44 solid;
	  color: #000;
  }
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  {
    background:#fff;
    color: #000;
  }
  
  a {color:black; text-decoration:underline;font-weight:bold;}
  a:focus,
  a:hover,
  a:active {color:black;background-color:#fff ;text-decoration:underline;}
  
  #nav_main ul li#current strong,
  #nav_main ul li#current a {
  font-size:1em;
	padding-top:6px;
	padding-left:12px;
	background:url("") no-repeat 0 7px;
  color: #000;
  text-decoration: none;
  }
  
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active {
  font-size:1em;
	padding-top:6px;
	padding-left:12px;
	background:#fff url("") no-repeat 0 7px;
  color: #000;
  text-decoration: none;
  }
  
  #footer {
/*	background:#fff url("images/footer.jpg") no-repeat;*/
	background:#fde2b9;
  padding-top:13px;
	text-align:center;
	font-size:10px;
  border-top:0px #efefef solid;

  }
  
  
  
/*white */
.REboxGreenContent {height:1%}
.REboxGreenContent {overflow:hidden;}
.REboxGreen {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
.REboxGreen p {margin:0 2px; padding:2px 0; border-color:#fff;  line-height:1.2em;}
.REboxGreenContent {display:block; background:#fff; border-color:#fff; border-left:1px solid #fff; border-right:1px solid #fff; padding:0.5em 1em 0.5em 1em;}
.REboxGreenContent h1, .REboxGreenContent h2, .REboxGreenContent h3, .REboxGreenContent h4  { margin-top:0;}
.REboxGreenContent h1 { color:#EC7909;}
.REboxGreenContent h1 a {color:#EC7909; text-decoration:underline;font-weight:bold;}
.REboxGreenContent h1 a:focus {color:#EC7909;background-color:#fff ;text-decoration:underline;}
.REboxGreenContent h1 a:hover {color:#EC7909;background-color:#fff ;text-decoration:underline;}
.REboxGreenContent h1 a:active {color:#EC7909;background-color:#fff ;text-decoration:underline;}
  
.REboxGreenContent h2 { color:black;}
.REboxGreenContent h5 { margin-top:0; color:#EC7909; font-size: 17px; font-weight: bold;}
.rGline1, .rGline2, .rGline3, .rGline4 {display:block; overflow:hidden; font-size:1px;}
.rGline1, .rGline2, .rGline3 {height:1px; border-color:#fff; }
.rGline2, .rGline3, .rGline4 {background:#fff; border-color:#fff; border-left:1px solid #fff; border-right:1px solid #fff;}
.rGline1 {margin:0 5px; border-color:#fff; background:#fff;}
.rGline2 {margin:0 3px; border-color:#fff;  border-width:0 2px 0 2px;}
.rGline3 {margin:0 2px;}
.rGline4 {height:2px; margin:0 1px 0 1px;}

/* orange */
.REboxRedContent {height:1%}
.REboxRedContent {overflow:hidden}
.REboxRed {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
.REboxRed p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxRedContent {display:block; background:#f9a626; border-color:#f9a626; border-left:1px solid #f9a626; border-right:1px solid #f9a626; padding:0.5em 1em 0.5em 1em;}
.REboxRedContent h1, .REboxRedContent h2, .REboxRedContent h3, .REboxRedContent h4, .REboxRedContent h5 {margin-top:0; }
.rRline1, .rRline2, .rRline3, .rRline4 {display:block; overflow:hidden; font-size:1px;}
.rRline1, .rRline2, .rRline3 {height:1px;}
.rRline2, .rRline3, .rRline4 {background:#f9a626; border-left:1px solid #f9a626; border-right:1px solid #f9a626;}
.rRline1 {margin:0 5px; background:#f9a626;}
.rRline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rRline3 {margin:0 2px;}
.rRline4 {height:2px; margin:0 1px 0 1px;}



/* white col3 */
#col3 .REboxGreenContent {height:1%}
#col3 .REboxGreenContent {overflow:hidden; min-height: 650px;}
#col3 .REboxGreen {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
#col3 .REboxGreen p {margin:0 2px; padding:2px 0; border-color:#fff;  line-height:1.2em;}
#col3 .REboxGreenContent {display:block; background:#fff; border-color:#fff; border-left:1px solid #fff; border-right:1px solid #fff; padding:0.5em 1em 0.5em 1em;}
#col3 .REboxGreenContent h1, .REboxGreenContent h2, .REboxGreenContent h3, .REboxGreenContent h4  { margin-top:0;}
#col3 .REboxGreenContent h1 { color:#EC7909;}
#col3 .REboxGreenContent h1 a {color:#EC7909; text-decoration:underline;font-weight:bold;}
#col3 .REboxGreenContent h1 a:focus {color:#EC7909;background-color:#fff ;text-decoration:underline;}
#col3 .REboxGreenContent h1 a:hover {color:#EC7909;background-color:#fff ;text-decoration:underline;}
#col3 .REboxGreenContent h1 a:active {color:#EC7909;background-color:#fff ;text-decoration:underline;}
#col3 .REboxGreenContent h2 { color:black;}
#col3 .REboxGreenContent h5 { margin-top:0; color:#EC7909; font-size: 17px; font-weight: bold;}
#col3 .rGline1, .rGline2, .rGline3, .rGline4 {display:block; overflow:hidden; font-size:1px;}
#col3 .rGline1, .rGline2, .rGline3 {height:1px; border-color:#fff; }
#col3 .rGline2, .rGline3, .rGline4 {background:#fff; border-color:#fff; border-left:1px solid #fff; border-right:1px solid #fff;}
#col3 .rGline1 {margin:0 5px; border-color:#fff; background:#fff;}
#col3 .rGline2 {margin:0 3px; border-color:#fff;  border-width:0 2px 0 2px;}
#col3 .rGline3 {margin:0 2px;}
#col3 .rGline4 {height:2px; margin:0 1px 0 1px;}

/* white col1 */
#col1 .REboxGreenContent {height:1%}
#col1 .REboxGreenContent {overflow:hidden; min-height: 650px;}
#col1 .REboxGreen {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
#col1 .REboxGreen p {margin:0 2px; padding:2px 0; border-color:#fff;  line-height:1.2em;}
#col1 .REboxGreenContent {display:block; background:#fff; border-color:#fff; border-left:1px solid #fff; border-right:1px solid #fff; padding:0.5em 1em 0.5em 1em;}
#col1 .REboxGreenContent h1, .REboxGreenContent h2, .REboxGreenContent h3, .REboxGreenContent h4  { margin-top:0;}
#col1 .REboxGreenContent h1 { color:#EC7909;}
#col1 .REboxGreenContent h1 a {color:#EC7909; text-decoration:underline;font-weight:bold;}
#col1 .REboxGreenContent h1 a:focus {color:#EC7909;background-color:#fff ;text-decoration:underline;}
#col1 .REboxGreenContent h1 a:hover {color:#EC7909;background-color:#fff ;text-decoration:underline;}
#col1 .REboxGreenContent h1 a:active {color:#EC7909;background-color:#fff ;text-decoration:underline;}
#col1 .REboxGreenContent h2 { color:black;}
#col1 .REboxGreenContent h5 { margin-top:0; color:#EC7909; font-size: 17px; font-weight: bold;}
#col1 .rGline1, .rGline2, .rGline3, .rGline4 {display:block; overflow:hidden; font-size:1px;}
#col1 .rGline1, .rGline2, .rGline3 {height:1px; border-color:#fff; }
#col1 .rGline2, .rGline3, .rGline4 {background:#fff; border-color:#fff; border-left:1px solid #fff; border-right:1px solid #fff;}
#col1 .rGline1 {margin:0 5px; border-color:#fff; background:#fff;}
#col1 .rGline2 {margin:0 3px; border-color:#fff;  border-width:0 2px 0 2px;}
#col1 .rGline3 {margin:0 2px;}
#col1 .rGline4 {height:2px; margin:0 1px 0 1px;}

/* white col2 rechts*/
#col2 .REboxGreenContent {height:1%}
#col2 .REboxGreenContent {overflow:hidden; min-height: 285px;}
#col2 .REboxGreen {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
#col2 .REboxGreen p {margin:0 2px; padding:2px 0; border-color:#fff;  line-height:1.2em;}
#col2 .REboxGreenContent {display:block; background:#fff; border-color:#fff; border-left:1px solid #fff; border-right:1px solid #fff; padding:0.5em 1em 0.5em 1em;}
#col2 .REboxGreenContent h1, .REboxGreenContent h2, .REboxGreenContent h3, .REboxGreenContent h4  { margin-top:0;}
#col2 .REboxGreenContent h1 { color:#EC7909;}
#col2 .REboxGreenContent h1 a {color:#EC7909; text-decoration:underline;font-weight:bold;}
#col2 .REboxGreenContent h1 a:focus {color:#EC7909;background-color:#fff ;text-decoration:underline;}
#col2 .REboxGreenContent h1 a:hover {color:#EC7909;background-color:#fff ;text-decoration:underline;}
#col2 .REboxGreenContent h1 a:active {color:#EC7909;background-color:#fff ;text-decoration:underline;}
#col2 .REboxGreenContent h2 { color:black;}
#col2 .REboxGreenContent h5 { margin-top:0; color:#EC7909; font-size: 17px; font-weight: bold;}
#col2 .rGline1, .rGline2, .rGline3, .rGline4 {display:block; overflow:hidden; font-size:1px;}
#col2 .rGline1, .rGline2, .rGline3 {height:1px; border-color:#fff; }
#col2 .rGline2, .rGline3, .rGline4 {background:#fff; border-color:#fff; border-left:1px solid #fff; border-right:1px solid #fff;}
#col2 .rGline1 {margin:0 5px; border-color:#fff; background:#fff;}
#col2 .rGline2 {margin:0 3px; border-color:#fff;  border-width:0 2px 0 2px;}
#col2 .rGline3 {margin:0 2px;}
#col2 .rGline4 {height:2px; margin:0 1px 0 1px;}



/* orange */
#col2 .REboxRedContent {height:1%}
#col2 .REboxRedContent {overflow:hidden; min-height: 650px;}
#col2 .REboxRed {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
#col2 .REboxRed p {margin:0 2px; padding:2px 0; line-height:1.2em;}
#col2 .REboxRedContent {display:block; background:#f9a626; border-color:#f9a626; border-left:1px solid #f9a626; border-right:1px solid #f9a626; padding:0.5em 1em 0.5em 1em;}
#col2 .REboxRedContent h1, .REboxRedContent h2, .REboxRedContent h3, .REboxRedContent h4, .REboxRedContent h5 {margin-top:0; }
#col2 .rRline1, .rRline2, .rRline3, .rRline4 {display:block; overflow:hidden; font-size:1px;}
#col2 .rRline1, .rRline2, .rRline3 {height:1px;}
#col2 .rRline2, .rRline3, .rRline4 {background:#f9a626; border-left:1px solid #f9a626; border-right:1px solid #f9a626;}
#col2 .rRline1 {margin:0 5px; background:#f9a626;}
#col2 .rRline2 {margin:0 3px; border-width:0 2px 0 2px;}
#col2 .rRline3 {margin:0 2px;}
#col2 .rRline4 {height:2px; margin:0 1px 0 1px;}






 


  /* BCS - Höhe der Tabelle vergrößert */
  #c829 {min-height: 356px;}
  #meinIframe1 {min-height: 340px;}

 
  #col1 {width:25%; float: left;}
  #col1_content {padding:10px 5px 10px 10px;}

  #col2 {width:30%;float: right;}
  #col2_content {padding:10px 5px 10px 5px;}


 /* #col3 {width:22%; }  
  #col3 {margin-left:1%;}
  #col3 {margin-right:1%;}
  #col3_content {padding:10px 5px 10px 5px;}*/
  #col3 {margin-left:25%}
  #col3 {margin-right:30%;}
  #col3_content {padding:10px 5px 0px 5px;}

  
  
  
  
  
   
   h1,h2,h3,h4,h5,h6 {
    font-size:13pt;
  	font-weight:bold; 
  	color:black;
  	margin:0 0 0.25em 0; 
  }

  
  h5{
   font-size:9px;
   font-weight:normal;
  }
  
  .textBelowMenu h1{
    font-size:17px;
  	font-weight:bold; 
  	color:#ec7909;
  	margin:0 0 0.25em 0; 
  }

  .floatbox h5{
    font-size:100.01%;
  	font-weight:bold; 
  	color:#ec7909;
  	margin:0 0 0.25em 0; 
  }
  
/* Formatierung der Eingabemodule */
form#mailform fieldset {border:0px; padding:0em; width: 80%; background:#fff;text-align:right;line-height: 25px; text-decoration: none; }
fieldset.csc-mailform .csc-mailform-field a {text-decoration: none; }   
fieldset.csc-mailform .csc-mailform-field label {width:80px;text-decoration: none; text-align:left;background:#fff; padding-right:20px;font-weight: normal;}  
fieldset.csc-mailform .csc-mailform-field label a {width:80px;text-decoration: none; text-align:left;background:#fff; padding-right:20px; font-weight: normal;}  
fieldset.csc-mailform .csc-mailform-field input {width:180px;} 
fieldset.csc-mailform .csc-mailform-field select {width:180px;} 
fieldset.csc-mailform .csc-mailform-field textarea {width:180px;}
input#mailformformtype_mail {margin-left:0em; background:#fff; cursor:pointer;width:80px;}
input#mailformformtype_mail:hover {background:#f0f0f0;}
.csc-mailform-field select {margin-left:1em; border:1px #999 solid; background:#555; color:#000;}
form#mailform fieldset span.csc-mailform-radio fieldset {margin:1em 2em 1em 1em;text-align:left}

#col2 form#mailform fieldset {border:0px; padding:1em; background:transparent;text-align:left}
#col2 fieldset.csc-mailform .csc-mailform-field label {width:0px; text-align:left; background:transparent; padding:2px;width:80px;}  
#col2 fieldset.csc-mailform .csc-mailform-field input, fieldset.csc-mailform .csc-mailform-field select, fieldset.csc-mailform .csc-mailform-field textarea {width:auto;margin-left:0px;}
#col2 input#mailformformtype_mail {margin-left:0px; background:#fff; cursor:pointer;width:80px;}
#col2 input#mailformformtype_mail:hover {background:#f0f0f0;}
#col2 .csc-mailform-field select {margin-left:1em; border:1px #999 solid; background:#555; color:#000;}
#col2 form#mailform fieldset span.csc-mailform-radio fieldset {margin:0;text-align:left;}
.csc-mailform-radio{margin:0;text-align:left;background:transparent}

.tx_mailform_div_label_left {
    float:left;
    width:130px;
    }


.tx_mailform_field_text, 
.tx_mailform_field_textwdesc, 
.tx_mailform_field_textwdesc-anderes_textfeld, 
.tx_mailform_field_textarea, 
.tx_mailform_field_select, 
.tx_mailform_field_radio, 
.tx_mailform_field_password, 
.tx_mailform_field_submit, 
.tx_mailform_field_submitimage, 
.tx_mailform_field_submitextended, 
.tx_mailform_field_file {
overflow:hidden;
width:100%;
padding-top:7px;
}

.tx_mailform_text {
border:1px solid #999999;
color:#000000;
font-size:11px;
height:15px;
}

.tx_mailform_textarea {
background-color:#fafafa;
border:1px solid #999999;
color:#000000;
font-family:Arial;
font-size:11px;
margin-bottom:5px;
}

.tx_mailform_field_captcha {
 text-align:right;
}

table{
 width:100%
}

td{
 padding:0px;
 padding-right:4px;
}

.tx_mailform_captcha {
border:1px solid #999;
color:#000000;
font-size:11px;
height:15px;
width:100px;
padding-top:3px;
}

.tx_mailform_submit {
border:1px solid #999999;
color:#888888;
background:#ffffff;
font-size:13px;
padding-left:6px;
padding-right:6px;
}

label.tx_mailform_cb_label {
color:#000000;
font-size:13px;
}
