/* --- Grundlage Schrift, allgemeiner Hintergrund --- */
body, html
{
  margin:0;
  padding:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  background-color: #B5D0DA;
  background-image:url("bg_gross.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #174C5F;
  height: 100%;
}

/* --- Allgemein --- */
hr
{
  color: #174C5F;
}

pre
{
  font-family:"Courier New";
}

.antwort
{
  padding-top: 10px;
  padding-bottom: 30px;
  display: block;
}

/* --- Überschriften --- */
h1
{
  margin-top: 8px;
  padding-top: 0px;
  font-size: 1.8em;
  font-weight: bold;
}

h2 
{
  margin-top: 10px;
  padding-top: 0px;
  font-size: 1.5em;
  font-weight: bold;
}

h3
{
  margin-top: 0px;
  padding-top: 0px;
  font-size: 1.2em;
  font-weight: normal;
  font-style: italic;
}

h3.askme
{
  margin: 0px;
  padding: 0px;
  margin-bottom: 3px;
  font-size: 1.2em;
  font-weight: normal;
  font-style: italic;
}

/* --- Hyperlinks --- */
a
{
  color: #174C5F;
  font-weight: bold;
  text-decoration: underline;
}

a:hover
{
  color: #53889b;
}

a.menu
{
  color: #174C5F;
  background: transparent;
  padding: 1px 0px 1px 5px;
  border: 0px solid #000000;
  width: 175px;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

a.menuu
{
  color: #174C5F;
  background: transparent;
  padding: 1px 0px 1px 15px;
  border: 0px solid #000000;
  width: 175px;
  display: block;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none;
}

a.menuu:hover, a.aktuellu, a.aktuellu:hover
{
  color: #53889b;  
  background-color: #B5D0DA;
  padding: 1px 0px 1px 15px;
  border: 0px solid #000000;
  width: 185px;
  display: block;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none;
}

a.menu:hover, a.aktuell, a.aktuell:hover
{
  color: #53889b;  
  background-color: #B5D0DA;
  padding: 1px 0px 1px 5px;
  border: 0px solid #000000;
  width: 185px;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

a.menugross
{
  font-size: 1.3em;
  text-decoration: none;
  display: block;
}

a.klein
{
  color: #174C5F;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.8em;
}


/* --- Spezielle Formatierungen --- */
.nodisplay
{
  display: none;
}


/* --- Seitenbereiche --- */
/* --- allgemeine Breite und Position --- */
#layoutbreite
{ 
  width: 85%; 
  background: transparent;
  margin-top:0px;
  margin-bottom: 0px;
  margin-left: 100px;
  margin-right: auto;
  border: 0px solid #174C5F; 
  padding: 0px;
  height: 99%;
}

/* --- Titelzeile, 2 Spalten --- */
#titel
{
  width: 100%; 
  margin: 105px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #174C5F;
  background: transparent;
  text-align: right;
} 

#wrap 
{
  width: 100%;
  margin: 0 auto; 
} 

#mitte
{
  text-align: left;
  margin: 0px; 
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px;
  border: 0px solid;
  background-image:url("bg_mitte.png");
  -moz-border-radius: 20px; 
}

#rechts
{
  float: right;
  width: 180px;
  margin: 0px;
  margin-left: 10px;
  padding: 10px;
  background-color: #9FC2CD;
  border: 0px solid;
  border-right: 0px solid #174C5F;
  color: #174C5F;
  -moz-border-radius: 20px;
  -moz-border-radius-topleft: 0px;
}

/* --- unten --- */
#fussleiste
{
  width: 100%;
  height: 50px; 
  margin: 0px;
  padding: 0px;
  padding-top:10px;
  border: 0px solid #174C5F;
  background: transparent;
  background-repeat:repeat-x;
  text-align:center;  
  font-size: 0.8em;
}

#copy
{
  width: 131px;
  margin: 0px;
  padding: 14px 0px 0px 7px;
  border: 0px solid #ff0000;
  color: #3E4C45;
  font-size: 0.8em;
  text-align: right;
}

/* --- Speziell für PopUps --- */
#popup
{ 
  background: transparent;
  margin-top:20px;
  margin-bottom: 0px;
  margin-left: 240px;
  margin-right: 15px;
  border: 0px solid #174C5F; 
  padding: 0px;
}

/* --- Kleinere Schrift --- */
.klein
{
  font-size: 0.8em;
}

/* --- Formular --- */
textarea.askme
{
  border: 2px solid #86B0BD;
  padding: 5px;
  background-color: #C9E1EA;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #174C5F;
  width: 600px;
  height: 100px;
}

input.askme
{
  border: 2px solid #86B0BD;
  padding: 5px;
  background-color: #C9E1EA;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #174C5F;
  width: 395px;
  height: 15px;
}

input.askmebutton
{
  width: 200px;
}

input.answer
{
  border: 0px solid #AACAD5;
  padding: 2px;
  background-color: #AACAD5;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #174C5F;
  width: 200px;;
  height: 12px;
}

pre
{
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 width: 99%;
}

/**
 * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann
 * (http://qbnz.com/highlighter/ and http://geshi.org/)
 */

.php .de1, .php .de2 {font: normal normal 1em monospace; margin:0; padding:0; background:none; vertical-align:top;}
.php  {font: normal normal 1.2em monospace;}
.php .imp {font-weight: bold; color: red;}
.php ol { background-color: #8FB4BF; font-family: Verdana, Arial, Helvetica; font-weight: bold; margin: 0px; padding: 0px; }
.php li, .php .li1 {font-weight: normal; vertical-align:top; background-color: #B5D0DA; background-image:url("bg_mitte.png"); border-left: 1px solid #174C5F; margin-left: 40px; padding-left: 10px; }
.php .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.php .li2 {font-weight: bold; vertical-align:top;}
.php .kw1 {color: #4E7F00;}
.php .kw2 {color: #000000; font-weight: bold;}
.php .kw3 {color: #990000;}
.php .kw4 {color: #009900; font-weight: bold;}
.php .co1 {color: #666666; font-style: italic;}
.php .co2 {color: #666666; font-style: italic;}
.php .co3 {color: #0000cc; font-style: italic;}
.php .co4 {color: #009933; font-style: italic;}
.php .coMULTI {color: #666666; font-style: italic;}
.php .es0 {color: #000099; font-weight: bold;}
.php .es1 {color: #000099; font-weight: bold;}
.php .es2 {color: #660099; font-weight: bold;}
.php .es3 {color: #660099; font-weight: bold;}
.php .es4 {color: #006699; font-weight: bold;}
.php .es5 {color: #006699; font-weight: bold; font-style: italic;}
.php .es6 {color: #009933; font-weight: bold;}
.php .es_h {color: #000099; font-weight: bold;}
.php .br0 {color: #009900;}
.php .sy0 {color: #339933;}
.php .sy1 {color: #000000; font-weight: bold;}
.php .st0 {color: #0000ff;}
.php .st_h {color: #0000ff;}
.php .nu0 {color: #940BBF;}
.php .nu8 {color: #208080;}
.php .nu12 {color: #208080;}
.php .nu19 {color:#800080;}
.php .me1 {color: #004000;}
.php .me2 {color: #004000;}
.php .re0 {color: #000088;}
.php .ln-xtra, .php li.ln-xtra, .php div.ln-xtra {background-color: #8FB4BF; font-weight: bold; }
.php span.xtra { display:block; }
