/* Schrift-Formatierungen */
/*& Titel 1 */
h1 {
  font-size:18px;color:#CE3100;
}

/* Titel 2 */
h2 {
  font-size:16px;color:#CE3100;
}

/* Titel 3 */
h3 {
  font-size:14px;color:#CE3100;
}

.text {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:14px;
  text-align:justify;
  color: #000000;
  }

.textbold {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:14px;
  text-align:justify;
  color: #000000;
  }

.textsmall {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size:12px;
  text-align:justify;
  color: #000000;
  }

.textitalic {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style:italic;
  text-decoration:none;
  font-size:16px;
  color: #000000;
  }

.textimg {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-style:italic;
  font-size:12px;
  text-align:left;
  color: #000000;
  }

.textgiant {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:24px;
  color: #CE3100;
  }

p {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   -hyphens: auto;
}

/* Seiten-Layout */
body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  background-color:#CC9966;
  text-align:justify;
  margin:0px;
  color: #000000;
  }


#header {
  height:110px;
  background-image: url(pics/bgimage.jpg);
  background-color:#FFFFFF;
  /*border-bottom:1px solid #000;*/
  }

#leftside {                        /* Linke Spalte für Menü */
  width:170px;
  float:left;
  background-image: url(pics/bgimage.jpg);
  }

.menucontainer {
  border:1px solid #000;
  background-color:FFFFFF;
  width:146px;
  margin:10px;
  }

  #content {
  background-image: url(pics/bgimage.jpg);
  /*border:1px solid #efeff7;*/
  background-color:#FFFFCC;
  width:800px;
  float:right;
  padding:0px 10px;
  text-align: justify;
  }

  #imgright {
  float:right;
  }

  #imgleft {
  float:left;
  }


  #finis {
  background-image: url(pics/bgimage.jpg);
  /*border:1px solid #efeff7;*/
  background-color:#FFFFCC;
  width:800px;
  float:right;
  padding:0px 10px;
  text-align: justify;
  }


 /* Links und Verknüpfungen */
 /* Kästcheneinteilung, Hintergrund und Textpostionierung im Menü */
a.menu {
display:block;
padding:3px;
border-top:1px solid #000;
background-image: url(pics/marmor.jpg);
background-color:#948974;
text-align:center;
color:#000000;
text-decoration:none;
}

 /* Formatierung der Menü-Links */
 a.menu:link, a.menu:visited {
color:#000000;
text-decoration:none;
font-weight:bold;
}

a.menu:active, a.menu:hover {
color:#990000;
font-weight:bold;
background-color:#eeeeee;
}

 /* Normale Links */
 a:link {
  text-decoration:underline;
  font-weight:bold;
  color:#99333;
  font-size:14px;
  }

a:active, a:hover {
  color:#009999;
  }

a:visited {
  text-decoration:underline;
  font-weight:bold;
  color:#FF0000;
  font-size:14px;
  }

/* Buttons */

a.button {
 display:block;
 padding:3px;
 border:1px solid #000;
 background-image: url(pics/marmor.jpg);
 background-color:#948974;
 text-align:center;
 color:#000000;
 text-decoration:none;
 width:150px;
 margin-top:50px;
 margin-left:150px;
 }

a.button:link, a.button:visited {
 color:#000000;
 text-decoration:none; font-weight:bold;
 }

a.button:active, a.button:hover {
  color:#990000; font-weight:bold;
  background-color:#eeeeee;
}


/*  Bilder  */

img {
  border:none;
  }

/*      ä ö ü ß    */