/*
Dateiname:  styles.css
Pfad:       kalku/styles.css
Funktion:   Styles, Layout, Textformatierungen
Ersteller:  D.S., M.M., S.R., P.K.
*/

h1{
   font-size: 16px;
   left: 320px;
   top: 110px;
   color: #246490;
   padding: 0;
   margin: 0;
   margin-top:  5px;
   margin-left: 40px;
    }
h3
{
    font-size:11px;
    font-family:Verdana;
    font-weight:bold;
    color:#3070A0;
    padding: 0;
    margin: 0;
}

.beschreibung{
     text-align: left;
     }

.counter{
    margin-top: 70px;
    font-size: 11px;
    font-family: arial;
    }

.counter2{
         font-size: 10px;
         font-family: arial;
    }
     
.calculate {
    text-align: right;
    height: 13px;
    font-weight: bold;
    }
    
.calculate2 {
    text-align: right;
    height: 13px;
    font-weight: bold;
    padding-right:  4px;
    }
    
strong{
    font-weight: 800;
    }

.zergebnis{
          font-size: 11px;
    }
.zergebnis2{
          font-size: 11px;
          text-align: right;
    }

.ergebnis {
          font-size: 12px;
          }

.headerlink {
    height: 73px;
	width: 250px;
    margin-top: 29px;
	margin-left: 670px;
	position: absolute;
	z-index:5;
    background: transparent;
    }

table{
     font-size: 10px;
     line-height: 70%;
     float:left;
     margin: 0;
     margin-left: 50px;
     margin-top: -9px;
     font-size: 10px;
     font-family: arial;
     padding: 0;
     border:  0;
     display: inline;
     }

td {
   padding-left: 5px;
   padding-bottom: 0px;
   vertical-align: middle;
   height: 16px;
   }

legend {
    color:#39fe0b;
    font-weight: bold;
    width:450px;
}

input{
    width: 45px;
    height: 12px;
    font-size: 11px;
    margin-bottom: 0px;
    border-color:#ffffff;
    border: 1px solid black;
    text-align: right;
    padding-top: 0px;
    background-color: #ECEDEE;
    padding-right: 2px;
}
.submit{
    margin: 0;
    padding: 0;
    width: 90px;
    height: 19px;
    border: 1px solid black;
    background-image: url(../pics/button_berechnen.jpg);
    margin-top: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}


.list_nav{
    font-family: arial;
    font-size: 13px;
}

ul{
    margin-top: 0px;
    margin-left: 5px;
    padding: 0;
    font-size: 13px;
    font-family: arial;
}
li{
   list-style-type:none;
   text-indent: 10px;
   margin-top: 5px;
   font-weight: bold;
}

p {
    font-size: 11px;
    font-family: tahoma,verdana;
    color: #888;
}
.impressumlinks {
    width: 180px;
    height: 15px;
    display: block;
    border: 1px solid black;
    background-image: url(../pics/button_berechnen.jpg);
    margin-top: 5px;
    padding: 2px 5px 2px 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 11px;
    font-family:  Tahoma, Verdana;
    text-align: center;
    margin-left:40px;

}

a {
   color: #092D47;
   text-decoration:none;
}
a:hover{
   color: #03720C;
   font-weight:bold;
}

label
{
    float:left;
    display:block;
    width:300px;
}

img.klassenfoto {
    text-align: center;
    border: 1px solid #246490;
    margin: 0;
    margin-left: 85px;
    margin-top: 10px;
    padding: 0;
    margin-left: 40px;
    }
    
p.bilduntertitel {
    width: 400px;
    margin-left: 85px;
    font-size: 11px;
    font-style: oblique;
    font-family: "Times New Roman";
    text-align: center;
    margin-left: 40px;
    }

img.banner {
    width: 87px;
    height: 31px;
    border: 0;
    background: transparent;
    }

a.bannerlink {
    border: 0;
    width: 87px;
    height: 31px;
    }
body{
    margin-left: 3px;
    margin-top: 3px;
    }
.body{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    }
    

.banner {
    background-image: url(../pics/header2.jpg);
    height: 111px;
    width: 1000px;
    }
    
.vbutton {
    margin-bottom: 3px;
    border: 0;
    }

.navigation {
    float: left;
    width: 187px;
    height: 400px;
    padding-top: 28px;
    margin-left: -2px;
    background: url(../pics/nav-back2.jpg) no-repeat;
    display: inline;
    overflow: hidden;
    }

.content{
    height:440px;
    width: 660px;
    font-weight: bold;
    overflow: auto;
    float: left;
    display: inline;
    padding-left: 10px;
    }

.left{
    background-image: url(../pics/left.jpg);
    width:70px;
    height: 440px;
    float: left;
    }
.right{
    background-image: url(../pics/right.jpg);
    width:71px;
    height: 440px;
    float: right;
    }
.footer{
    background-image: url(../pics/bottom.jpg);
    margin-top: -5px;
    height: 50px;
    width:1000px;
    clear:both;
    }
p.hilfetext
{
    font-size:12px;
    font-family:Verdana;
    color:#064662;
}

.pfeil{
    vertical-align: top;
    padding-top: 8px;
    }
    
.info{
      position: relative;  top: 10px;
      padding-left: 10px;
      }

zentriert{
           position:absolute;
           top:0px; left:10%;
           height:800px;
           width:1000px;
           overflow: auto;
           }
.active{
    color: #03720C;
    }

.text{
    margin-left: 40px;
    font-size: 12px;
    line-height: 20px;
    }
.text img {
    margin-top: 50px;
    margin-left: 160px;
    margin-bottom: 50px;
    }
.impr{
    margin-left: 40px;
    }
