/* Stylesheet zu SP-Homepage 
 *
 * CSS-Version: 4
 *
 * 2013-12-03 / schawi	Erstausgabe
*/

@media screen {
/*
  body {
    width: 1000px;
    margin: 0 auto;
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    font-size: 100.1%;
    background: #FFFFFF;
    color: #000000;
    text-align: left;
    margin-top:0px;
    overflow-y: scroll;
  }
*/
  /* Definitionen fŸr das Logo */
  /*
  .logo table {
    position: absolute; top:10px;
	width:400px;
	padding-left:10px;
	font-weight:600;
	font-stretch:narrower;
    color: #000000;
	background: transparent;
    border-top: 0px;
    border-bottom: 0px;
    border-style: none;
    z-index:10;
  }

  /* Definitionen fŸr das Seitenbild */
  /*
   .headerimg {
     position:absolute; top:0px; z-index:-1;
   }

  /* Definitionen fŸr die Sloganzeile 
  .slogan table {
    position: absolute; top:185px;
    width: 980px;
  	padding: 0;
    border-top: 0px;
    border-bottom: 0px;
    border-style: none;
  	background: transparent;
  	color:#FFFFFF;
    font-weight: bold;
    z-index:12;
  }
  .slogan table td {
  	text-align:right;
  }

  /* Definitionen fŸr eine vertikale Navigationsleiste */
  /*
  ul#mainNavUL {
    font-size: 0.9em;
    float: left; width: 22em;
    margin: 0; padding: 0;
    width: 940px;
    overflow: hidden;
    position: absolute; top:210px;
    line-height: 1em;
    padding: 0.5em 1.5em;
    background: #C6CED5;
  }
  ul#mainNavUL li {
    list-style: none;
    margin: 0; padding: 0.5em;
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1;
    list-style-type: none;
    margin: 0 .25em 0 0;
    padding: 0;
  }
  ul#mainNavUL a {
    display: block;
    padding: 0.2em;
    border-radius: 0.2em;
   /* line-height: 2em; 
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: normal;
    background: rgba(204, 204, 204, 0.25);
  }
    ul#mainNavUL a:link {
    color: black; background-color: #C6CED5;
  }
    ul#mainNavUL a:visited {
    color: black; background-color: #C6CED5;
  }
    ul#mainNavUL a:hover {
    color: white; background-color: #788C97;
  }
    ul#mainNavUL a:active {
    color: white; background-color: red;
  }
  ul#mainNavUL li.active {
    display: block;
    padding: 0.2em;
    border-radius: 0.2em;
    background-color: #FF0000;
    /*   background: rgba(255, 255, 255, 0.3); 
    font-weight: bold;
    color: white;
  }

  /* Definitionen fŸr eine vertikale Navigationsleiste 
  ul#Navigation {
    font-size: 0.91em;
    float: left; width: 22em;
    margin: 0; padding: 0;
    border: 1px dashed silver;
  }
    ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: black; background-color: #eee;
  }
  ul#Navigation a:visited {
    color: #666; background-color: #eee;
  }
  ul#Navigation a:hover {
    color: black; background-color: white;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

  div#Inhalt {
    position:relative;
    top:14.5em;
    padding: 6em 0 0 0;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    padding: 0 1em;
    min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern 
  }
  div#Inhalt h1 {
    font-size: 1.5em;
    margin: 1em 0 1em;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 1em 0 1em;
  }
  div#Inhalt p {
    font-size:1em;
    margin: 1em 0;
  }  
  div#Inhalt a:link {
    color: black;
    text-decoration: none;
  }
  div#Inhalt a:hover {
    color: blue;
    text-decoration:underline;
  }

}

 div#Fusszeile {
    clear: both;
    width: 1024px;
    line-height: 1em;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    position:fixed; bottom:0px;
    background-color: #C6CED5;
    border: 0px none;
    border-style: none;
  }

  .footernav a {
    padding: 0.2em;
    border-radius: 0.2em;
    font-weight: 600;
    text-decoration: none;
    color:#000000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    background: rgba(204, 204, 204, 0.25);
  }
  .footernav a:link {
    color: black; background-color: #C6CED5;
  }
  .footernav a:visited {
    color: black; background-color: #C6CED5;
  }
  .footernav a:hover {
    color: white; background-color: #788C97;
  }
  .footernav a:active {
    color: white; background-color: red;
  }

@media print {

  body {
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #FFFFFF;
    color: #000000;
    margin: 0;
    text-align: left;
  }

  /* Definitionen fŸr das Logo 
  .logo table {
	width:400px;
	padding-left:10px;
	font-weight:600;
	font-stretch:narrower;
    color: #000000;
	background: transparent;
    border-top: 0px;
    border-bottom: 0px;
    border-style: none;
  }

  /* Definitionen fŸr das Seitenbild 
  .headerimg {
    display:none;
  }

  /* Definitionen fŸr die Sloganzeile 
  .slogan table td {
	width:100%;
	font-weight:600;
	font-stretch:narrower;
    color: #000000;
	background: transparent;
    border-top: 0px;
    border-bottom: 0px;
    border-style: none;
  	text-align:right;
  }

  ul#mainNavUL {
    display: none;
  }

  div#Inhalt {
    position:relative;
    top:1.5em;
    padding: 6em 0 0 0;
    margin-left: 2em;
    padding: 0 1em;
    min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern 
  }

 div#Fusszeile {
    display: none;
  }

}
