/*----------------------------------------------
css testversion dropdownNavigation Zentrale
Datei: standard-test2.css
Datum: 26.1.2015
erstellt von Judith
---------------------------------------------------*/

/*-------------------------------------------------
Nachladen weiterer css-Dateien
--------------------------------------*/

/* NEUE DROPDOWN Navigationsleiste */
@import url(navi_2ebenen.css);



/*-------------------------------------------------
Grundlegendes
--------------------------------------*/


body {
 background-color: #ffcc00;
 color: #000000;
 font-family: Arial, helvetica, sans-serif;
 font-size: small;
 line-height: 1.3;
 }

address {     
   font-style: normal;  
 }

/*Formateigenschaften der Überschriften*/


h1 {
 color: #006600;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 150%;
 }

h2 {
 color: #006600;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 130%;
 }

h3 {
 color: #006600;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 120%;
}

h4 {
 color: #000000;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 110%;
 font-style: bold;
}




/*Formateigenschaften der Hyperlinks*/

A {
 text-decoration: none;
 color: #000000;
 }

A:link {
 color: #0000cc;
 }

A:hover {
 background-color: #cccccc;
 color: black;
 }
 
A:visited {
 color: #660099;
 }
 
A:active {
 background-color: #cccccc;
 color: grey;
 }
 


/* div-Boxen fürs Positionieren: Layout pixelgenau für 800px Breite */

/*2 div Boxen zum Zentrieren */

#alles-mittig-kopf {
 width: 800px;
 height: 180px;
 margin: 10px auto 0px auto;
 background-color : white; 
  }

#alles-mittig-text {
 width: 800px;
 min-height: 600px;
 margin: 0px auto;
 background-color : white; 
 }


/*2+1 div Boxen für die Kopfzeile */
 
#Kopfzeile-logo {
 margin: 0px;
 padding-left: 60px;
 padding-top: 20px;
 width: 200px;
 }
 
#Kopfzeile-text {
 margin: 0px;
 width: 500px;
 height: 50px;
 position: absolute;
 top: 110px;
 padding-left: 150px;
 text-align: left;
 color: #006600;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 18pt;
 font-weight: bold;
 }
 
#logo-imp {
 margin: 0px;
 width: 200px;
 position: absolute;
 top: 40px;
 padding-left: 500px;
 }


/* Layoutangaben für die Hervorhebung eines Absatzes Bemerkung mit blauen Rahmen 
*/

p.rahmen {
 width: 460px;
 background-color: #cccccc;
 color: #000000;
 border-style: solid;
 border-color: grey;
 border-width-left: 10px;
 border-width-right: 10px;
 border-width-top: 2px;
 border-width-bottom: 2px;
 padding: 8px;
 padding-left: 5px;
 padding-right: 5px;
 }

/* Layoutangaben für die Hervorhebung des Schriftzuges ALAND auf kontakt.htm und die Unterschrift des Lageplans
*/

p.grosseschrift {
 color: #000099;
 font-weight: bold;
 font-size: 14pt;
 }

p.blaueschrift {
 color: #000099;
 font-size: 9pt;
 }



/* Klassen für das "Hauptfeld" der Seite, Bild oder Text */

.bild-komplette-Breite {
 width: 800px;
 padding: 0px;
 margin: 0px;
 }

.box-ganze-Breite {
 margin: 0px 40px;
 width: 720px;
 padding-top: 10px;
 }


.box-bild {
 float: left;
 margin:30px 10px 10px 40px;
 width: 200px;
 }
 
.box-text {
 float: left; 
 margin: 10px 10px 40px 40px;
 width: 470px;
 }

/* Zusatz Rand für Grafiken */

.box-ganze-Breite img {
 border: 1px solid #000099;
 }
.box-bild img {
 border: 1px solid #000099;
 } 


/*2 Boxen für die Fusszeile  */

#fusszeile {
 margin: 40px;
 float: left;
 width: 720px;
 text-align: center;
 font-size: 80%;      
 font-style: normal;  
 letter-spacing: 2px; 
 }
 

 #fusszeile-li {
 width: 300px;
 text-align: left;
 font-size: 9pt;
 }

#link-re {
 text-align: right;
 font-size: 9pt;
 }
