

/* Zentrale CSS-Datei für Internet Explorer. Erstellt von Sebastian Opitz */


/* Allgemeine Definitionen */
body      {
          background-color: #eeeefa;
          margin: 0px;
          font-family: Arial;
          color: #eeeefa;
          }

p 	 {
          color: #eeeefa;
          font-family: Arial;
          font-size: 12px;
          }

a:link    {
          font-weight: bold;
	 text-decoration: none;
	 color: #eeeefa;
	 }

a:visited {
	 font-weight: bold;
	 text-decoration: none;
	 color: #eeeefa;
	 }

a:active  {
          font-weight: bold;
	 text-decoration: underline;
	 color: #eeeefa;
          }

a:hover   {
	 text-decoration: underline;
	 color: #eeeefa;
	 }

.h1	 {
          font-family: Arial;
          font-size:16px;
          color: #957783;
          }


.zentriert{
	 text-align: center;
          font-family: Arial;
          font-size:14px;
          color: #eeeefa;
          }

.linksbuendig {
          text-align: left;
          font-family: Arial;
          font-size:14px;
          color: #eeeefa;
          }

.justify {
          text-align: justify;
          font-family: Arial;
          font-size:14px;
          color: #eeeefa;
          }


/* Zentrale Container */
.mainbox  {
          text-align: left;
          width: 1000px;
          margin: 0px auto;
          margin-top: 0px;
          padding: 0px;
          background: #312f33;
          font-family: Arial;
          font-size: 14px;
          color: #eeeefa;
          border: 0px
          }

.logo     {
          width: 1000px;
          height: 317px;
          margin-top: 0px auto;
          margin-left: 0px;
          background-image: url(logo.jpg);
          background-repeat: no-repeat;
          position:absolute;
          z-index: 10;
          }

.navigation1 {
          font-family: Arial;
          font-size: 14px;
          color: #FFFFFF;
          z-index: 20;
          }

.navigation2 {
          font-family: Arial;
          width: 1000px;
          height: 50px;
          margin: 0px auto;
          background: #eeeefa;
          font-size: 14px;
          font-weight: bold;
          margin-bottom: 30px;
          z-index: 20;
          }

