/* filename: standard.css
 * Created on 10.04.2006
 * description: Standard CSS sDatei für Bildschirmausgabe
 * 
 */ 
 /*****************************
   Alle Tags überschreiben
 ******************************/
* {
  margin: 0;
  padding: 0;
  border:none;
}

.clear {
  clear: left;  
}

/*****************************
   Header:
 ******************************/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url(images/body_background.png);
  background-color: #ffffff;
  color: #000000;
  text-align: center; /*Internet Explorer Zentrierung der Seite*/
}

div#page {
  width: 850px;
  background-color: #FFFFFF;
  color: inherit;
  background-image: url(images/page_background.png);
  margin: 0 auto 0 auto; /*standardkonforme Zentrierung der Seite*/
  text-align: left; /*Textfluss wieder normalisieren Zentrierung*/
}
div#mainframe {
  clear: right;
  background-color: #FFFFFF;
  color: inherit;
  width: 800px;
  margin-left: 25px;
}

div#logo {
  float: left;
  padding-left: 20px;
  padding-top: 10px;
}

div#headline {
  float: left;
  padding-left:100px;
  padding-top:50px;
}
#breadcrumb {
  margin-left: 136px;
  padding-top: 15px;
  color: #C2943C;
  font-weight: 600;
  font-size: 8pt;
}
#tools {
  float: right;
}
/*****************************
   Banner
 ******************************/
div#banner {
  float: right;
  width: 30px;
  margin-right: 15px;
}


/*****************************
   Hauptnavigation
 ******************************/
div#navigation {
  height: 400px;
  float: left;
  margin-top: 25px;
  margin-left: 20px;
}



#navigation li {
  width: 110px;
  height: 24px;
  color: #ffffff;
  text-align: center;
  background-image: url(images/navigation_button_gold.png);
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  list-style: none;
  padding-top: 4px;
}

#navigation a {
  text-decoration: none;
  text-align: center; /*nur für IE, wegen falscher Vererbung*/
  color: #ffffff;
}
#navigation img {
  margin-top:20px;
  margin-left: 10px;
  text-align: center; /*nur für IE, wegen falscher Vererbung*/
}
#navigation p {
  margin-top:25px;
  text-align: center; /*nur für IE, wegen falscher Vererbung*/
}
#current_site {
  background-image: url(images/navigation_button_red.png) !important;
}

#current_site a {
  color: #ffffff !important;
}
/*****************************
   Runde Ecken machen:
 ******************************/
#content_border {
  float: left;
  width: 556px;
  color: #FFFFFF;
  background-color: transparent;
  margin-bottom: 5px;
  margin-top: 5px;
}

.b1,.b2,.b3,.b4,.b1b,.b2b,.b3b,.b4b {
  display: block;
  overflow: hidden;
  font-size: 1px;
}

.b1,.b2,.b3,.b1b,.b2b,.b3b {
  height: 1px;
}

.b1,.b1b {
  margin: 0 5px;
  background: #EB4014;
}

.b2,.b3,.b4,.b4b,.b3b,.b2b {
  background: #EB4014;
  border-left: 1px solid #EB4014;
  border-right: 1px solid #EB4014;
}

.b2,.b2b {
  margin: 0 3px;
  border-width: 0 2px;
}

.b3,.b3b {
  margin: 0 2px;
}

.b4,.b4b {
  height: 2px;
  margin: 0 1px;
}

/*****************************
 *  Seiteninhalt:
 ******************************/
#content {
  
  background: #EB4014;
  border-left: 1px solid #EB4014;
  border-right: 1px solid #EB4014;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-position: top center;
  background-image: url("images/contentbg1.png");
  background-repeat: repeat-y;
}

#content a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}
#content h3 {
  color: #ffffff;
  font-size: 12pt;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}
#content h4 {
  color: #ffffff;
  font-size: 8pt;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}
#content h5 {
  color: #ffffff;
  font-size: 8pt;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: left;
}
#content p {
  padding-bottom: 15px;
  color: #ffffff;
  background-image: url(images/vdsth3.png);
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 15px;
}

#content li 
{
  margin-left: 25px;  
  list-style-type: disc;
  color: #ffffff;
}
#content ul
{
  margin-bottom: 10px;  
}
#content input:focus {
  font-size: 1.4em;
  background-color: #ffffff;
  color: #000000;
}
#content p img {
  display: block;
  border: 2px solid #ffffff;
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
}

#content p a img {
  display: inline;
  border: 2px solid #ffffff;
  padding: 4px;
  margin-left: 7px;
  margin-bottom: 10px;  
}
#content span {
  display: block;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
}
#content p a:hover img {
  border: 2px solid #C2943C;
}
#content form p{
  background-image: none; 
}
#content legend {
  font-size: 1em;
  color: #ffffff;
  font-weight: 600;
}
#content fieldset {
  border: 2px solid #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 20px;
}
#content fieldset div {
  float: left;
  width: 5em;
  height: 1.3em;
  font-size: 0.9em;
  
}
#content fieldset p input {
  width: 5em;
  height: auto;
  border: 1px solid #ffffff;
  font-size: 1.2em;
  margin-bottom: 6px;
  background-color: #C2943C;
}
#content fieldset input {
  width: 10em;
  height: auto;
  border: 1px solid #ffffff;
  font-size: 0.9em;
  margin-bottom: 6px;
  font-weight: lighter;
  background-color: transparent;
}
#content fieldset input:focus {
  border: 2px solid #C2943C;
  font-size: 1em;
  margin-bottom: 6px;
  font-weight: lighter;
  background-color: #ffffff;
}
#content fieldset textarea {
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-top: 10px;
}
#content fieldset textarea:focus {
   border: 2px solid #C2943C;
   background-color: #ffffff;
}
#content address{
  font-size: 0.8em;
  font-style: italic;
  color: #ffffff;
}
#content pre{
  font-size: 0.5em;
  font-weight: 800;
  color: #ffffff;
}
.error {
   color: #ff0000 !important;
   background-image: none !important;
}
#content table td {
   padding-left: 2px;
   padding-bottom: 3px;
   color: #ffffff;
  }
/*****************************
   Error Message
 ******************************/

p#error_message{
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  clear: left;
  border: 1px solid #000000;
  
}

/*****************************
   Footer
 ******************************/
div#footer {
  clear: both;
  background-color: #EB4014;
  color: inherit;
  border-top: 3px solid #0166FF;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  font-size: 8pt;
}

#chargia{
  text-align:center;
}
#footer p {
  text-align: center;
  font-weight: 800;
  color: #ffffff;
  background-color: inherit;
}

#footer a {
  color: #ffffff;
  background-color: inherit;
  text-decoration: none;
}

#decoborder_bottom {
 height: 18px;
 background-image: url(images/decoborder_bottom_background.png);
}

