/* DATEI: stragglers.css */



h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Arial,sans-serif; }

h1 { font-size:26px; margin-bottom:18px; }

h2 { font-size:21px; margin-bottom:18px; }

h2.sh2 { font-size:21px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }

h4 { font-size:13px; }



p,ul,ol,li,div,td,th,address,blockquote { font-size:13px; }

li { margin-top:3px; }

pre { font-family:"Courier New",Courier; font-size:13px; color:#0000C0; }

code,kbd,tt { font-family:"Courier New",Courier; color:#0000C0; }

var { font-style:normal; color:#0000C0; }

blockquote,cite { font-style:italic; }

.xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }

.code { background-color:#FFFFE0; }

.tabxpl { background-color:#E4EEFF; }

.doc { background-color:#EEEEEE; }

.nav { background-color:#FFEEDD; }

.qbar { background-color:#FFFFE0; font-size:13px; font-family:Arial,sans-serif; }

.blue { color:#0000C0; }

pre.normal { color:#000000; }

a:link { color:#AA5522; text-decoration:underline; }

a:visited { color:#772200; text-decoration:underline; }

a:active { color:#000000; text-decoration:none; }

a.an { text-decoration:none; }

.unicode { font-size:15px; font-family:"Arial Unicode MS",Arial,sans-serif }

ins { color:#009900; font-weight:bold; text-decoration:none; }

del { color:#990000; font-weight:bold; text-decoration:line-through; }



body {
  color: black; background-color: #EFEFEF;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0;
  min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  text-align: left;  /* Zentrierung im Internet Explorer */
}

/*Kopfzeile*/

div#header {
	background-image:url(worldbackground.gif);
    height: 203px;
    font-size: 50px;
    padding-top: 2px;
    text-align: left;
    width: 960px;
     border-right: 4px ridge silver;
     border-bottom: 4px ridge silver;
}

div#headerinbox {
    margin-left: 250px;
    margin-top: 15px;
    padding: 0;
    /*height: 200px;*/
    width: 710px;
    text-align: left;
}

div#header p {
  font-size: 50px;
  color: Blue;
  font-weight: 900;
  padding-top: 0px;
  text-align: left;
}

/*Seiteeneinrichtung: Größe und Hintergrund */

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 ;      /* standardkonforme horizontale Zentrierung */
    width: 960px;
    padding-bottom: 10px;
    min-height: 750px;
    background: #ffffe0 url(hintergrund3.gif) repeat-y;
    border-right: 4px ridge silver;
}

/* Navigationsleiste */

ul#Navigation {
  font-size: 0.83em;
  float: left;
  width: 200px;
  margin: 0;
  padding:10px 20px 70px 25px;
}

ul#Navigation li {
  list-style: none;
  margin: 0; padding: 0.5em 1.3em 0.5em 0.5em;
}

ul#Navigation h1 {
  font-size: 16px;
  margin: 0; padding: 1.0em 0 0.2em 0 ;
}

ul#Navigation a {
  display: block;
  padding: 0 1em 0 0;
  font-weight: bold;
  border-bottom: solid 1px #efec0e;
}
ul#Navigation a:link {
  color: black;
  text-decoration:none;
}

ul#Navigation a:visited {
  color: #666;
  text-decoration:none;
}

ul#Navigation a:hover {
  color: black; background-color: white;
  text-decoration:none;
}

ul#Navigation a:active {
  color: white; background-color: gray;
  text-decoration:none;
}

/* Info-Box Rechts */

div#Info {
    font-size: 0.9em;
    float: right; width: 150px;
    margin: 0;
    padding:8px 0px 70px 52px;

}

div#Info li {
  list-style: none;
  margin: 0; padding: 0.5em 1.3em 0.5em 0.5em;
  }

div#Info h1 {
  font-size: 16px;
  margin: 0 0 1em;
}

div#Info a {
  display: block;
  padding: 0 1em 0 0;
  font-weight: bold;
  border-bottom: solid 1px #efec0e;
}
div#Info a:link {
  color: black;
  text-decoration:none;
}

div#Info a:visited {
  color: #666;
  text-decoration:none;
}

div#Info a:hover {
  color: black; background-color: white;
  text-decoration:none;
}

div#Info a:active {
  color: white; background-color: gray;
  text-decoration:none;
}

/* Textfeld */

div#Inhalt {
   margin: 0 180px 1em 245px;
   padding: 25px 0px 0 0;
   min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
	width:510px;
 }

div#Inhalt h1 {
  font-size: 1.5em;
  margin: 0 0 1em;
}

div#Inhalt h2 {
  font-size: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}
div#Inhalt p {
  font-size:1em;
 margin: 0em;
  color: black;
}


div#fusszeile {
    clear: both;
	 background-color: #ef880e;
	 border-top: 4px ridge silver;
	 border-right: 4px ridge silver;
	 padding-top: 10px;
	 padding-bottom: 5px;
    text-align: center;
    width: 960px;
}
