/* Formatierung der Seiten zur Schullaufbahn */

p.ansprechpartner  {
           font-size:0.8em;
           color:#A52A2A;
           background-color:#F7ECC9;  /* #D8F3DA */
           padding:2px;
           text-align:right;
         }

.text    { font-family: Arial,Verdana;
           font-weight:normal;
           color:#555;
           font-size:0.9em;
         }


h1       { font-family: Arial,Verdana;
           font-size: 25px;
           font-weight:normal;
           color:#330099;
           text-align: center;
           background-color:#E5E5E5;
         }

a             { color: black;  text-decoration:underline; font-style:italic; font-size:1.0em; }
a.hover       { color: red;    text-decoration: underline; font-style:italic; }
a.men:link    { color: white;  text-decoration: underline; font-style:normal; }
a.men:visited { color: white;  text-decoration: underline; font-style:normal; }
a.men_aktiv:link    { color: black; background-color:#FBFBB9; text-decoration: underline; font-style:normal;}
a.men_aktiv:visited { color: black; background-color:#FBFBB9; text-decoration: underline; font-style:normal;}

.aktiv {color: black; background:#FFC6C1}

td       { font-family: Arial,Times,Verdana,"Times New Roman";
           font-size: 1em;
           font-weight:normal;
           color:#666;
           vertical-align:top;
         }

.titel   { font-size: 2em;
           font-family:Verdana,Arial,"Times New Roman";
           font-family: Arial,Verdana;
           font-weight:normal;
           color:#A52A2A;
           text-align: center;
           padding:10px;
           padding-bottom: 10px;
           padding-top:10px;
           /* background-color:#E5E5E5; */
         }

.horizmenu{
           font-size: 0.9em;
           font-family: Arial,Verdana;
           font-weight:normal;
           color:white;
           text-align: center;
           background-color:#A52A2A;
           padding:5px;
         }

div.box1 { border: 1px solid gray;
           width:700px;
           background-color:white;
         }

div.box2 { border:1px solid lightgray;
           padding:4px;
         }

div.content {
           padding:20;
           text-align:left;
         }
         

body     { font-size: 1.0em;
           font-family: Arial, Verdana;}

div#pns100 {
   /* width:800px; */
   /* border:1px solid silver; */
   border-left:1px solid silver;
   border-right:1px solid silver;
   border-bottom:1px solid silver;
   /* float:left; */
   /* margin-left: 10px; */
   /* text-align:right; */
   /* padding-right:10px; */
   color:#A9A9A9;
   background-color: #F3F3F3;
}

div#pns100content {
   width:625px;
   /* border:1px solid silver; */
   float:left;
   /* margin-left: 10px; */
   /* text-align:right; */
   padding:10px;
   color:#797979;
   background-color: white;
   text-align:left;
   font-size: 1.0em;
   line-height: 1.3em;
   /* height: 400px; */
}

div#pns100menu {
   width:130px;
   float:right;
   /* border:1px solid silver; */
   background: #F3F3F3;
   color:darkgray;
   text-align:right;
   padding: 10px 5px;
   font-size:1.0em;
   height: 400px;
   padding-right:10px;
   /* font-family: monospace; */
}

ul {
  /* border: 1px solid #000000; */
  /* border-top: 0px; */
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* width: 8.0em; */
  }
li {
  padding:5px ; margin:-1px 0;
  }

