﻿body {
    font-family: verdana;
	font-size: 13px;
	color: #7b7b7b;
    margin: 0em;
	background-color: #ffffff;

}

#bgbody {
  position: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  

}

/* Erscheinungsbild der Links inkl. Menü */
a { text-decoration: none;  }
a:link    { color: #000000; }
a:visited { color: #000000; }
a:active  { color: #000000; }
a:hover   { color: #FFFD00; }

/* Überschrift 1 */
h1 {
    font-family: 'Architects Daughter', cursive;
	font-size: 18px;
    color: #0035b8;
}

/* Überschrift 2 */
h2 {
    font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
    color: #2c74cc;
}

/* Horizontale Linien */
hr {
    border: 0px; /* Für Firefox und Opera */
    border-top: solid 1px #6a5039; /* Farbe der Linie */
    border-bottom: transparent;
}

#pagecenter {
    margin: 1em auto 0em auto;
    max-width: 990px; /* Breite der gesamten Seite */
	background-color: #ffffff;

}

#kopfbanner {
    margin: 0em auto 0em auto;
}

/* ----------------------------------------------------- */

#content {
    text-align: justify;
    line-height: 17px;
	float: left;
    max-width: 990px; /* wieviel px hängt von der Menübreite ab */
	background-color: #ffffff;
}

#fusszeile {
    font-size: 0.9em;
    text-align: center;
    color: #2c74cc;
}

.bild-rechts {
    float: right;
    margin-left: 1.5em;
    border: none;
    
}

.bild-links {
    float: left;
    margin-right: 1.5em;
    border: none;
    }
    
.schatten {
    -webkit-box-shadow: 0px 1px 8px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 8px 0px #4a4a4a;
    box-shadow: 0px 0px 0px 0px #4a4a4a;

	
	/*-webkit-box-shadow: 0px 1px 4px 0px #4a4a4a;*/
    /*-moz-box-shadow: 0px 1px 4px 0px #4a4a4a;*/
   /* box-shadow: 0px 1px 4px 0px #4a4a4a;*/

    }
    
.rundung {
    border: 0em;
    border-radius: 10em;
    -moz-border-radius: 1em;
    -webkit-border-top-left-radius: 1em;
    -webkit-border-top-right-radius: 1em;
    -webkit-border-bottom-left-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
}
 
 
.absatz {
	clear:both;
}

/* ----------------------------------- */

#menu-horizontal {
    width: 100%;
    overflow: hidden;
	color: #ffffff; /* Schriftfarbe Menü vertical */
    background-color: #2c74cc; /* Hintergrundfarbe Menü horizontal */
}

#menu-horizontal ul {
	margin: 0em;
    padding: 0em;
     /*list-style-type: none;*/

}

#menu-horizontal li {
	display: inline;
    margin: 0em;
    border: 0.6em; color: #ffffff;

}

#menu-horizontal li a {
	color: #ffffff; /* Schriftfarbe Menü vertical */
	float: left;
    display: block;
    text-decoration: none;
    margin: 0.4em 2em 0.4em 0.4em; /* letzte Wert= abstadn zwischen den Buttons */
    padding: 0.5em;
    background-color: #2c74cc; /* Hintergrundfarbe Menü horizontal */
    border: solid 1px #2c74cc;
}

#menu-horizontal a:hover {
	color: #fffa6f;
	background-color: #2c74cc;
	
}

#content a:hover {
	color: #f0ff00;
	background-color: #2c74cc;
	
}