html{ 
background-color: #FFFFFF;
font-family: Calibri;
font-size:12px;
} 

h1{ display: inline; font-size:25px; color:blue }
h2{ display: inline; font-size:25px; color:red}
h3{ display: inline; font-size:25px}


#table {
border-width:1px;
border-style:solid;
border-color:black;
padding: 10px;
    width:550px;
    /*min-height:400px;*/
	height:370px;
    background-color:#F9F9F9;
    position:fixed;
    margin-left:0px; /* half of width */
    margin-top:20px;  /* half of height */

}

#table1 {
border-width:0px;
border-style:solid;
border-color:#404040;
padding: 5px;
    width:200px;
    /*min-height:350px;*/
	height:330px;
    background-color:#FFFFFF;
    position:fixed;

}

#zeit {
background-color:#8dd7f0;
text-align:right;
border-width:1px;
border-style:solid;
border-color:black;
}
#senden {
text-align:right;
}
#sendenbutton{
font:14px;
color:#000000;
border: 1px solid #000000;
background-color:#8dd7f0;
width:120px;
}
#inputtime{
color: #000000;
font-size: 12px;
border: 1px solid #000000;
background-color: #8dd7f0;
margin-top: -2.5px;
margin-bottom: -2px;
margin-right: -1.5px;
height: 35px;
width: 100px;
}

#inputBoxnr{
color: #000000;
font-size: 12px;
border: 1px solid #000000;
background-color: #8dd7f0;
margin-top: -2.5px;
margin-bottom: -2px;
margin-right: -1.5px;
height: 35px;
width: 100px;
}

table#rundetable{
width:100%;
padding-top: 5px;
padding-bottom: 5px;
margin-top:20px;
background-color: #8dd7f0;
border: 1px solid #000000;
}

table#boxentable{
width:100%;
padding-top: 5px;
padding-bottom: 5px;
margin-top:20px;
background-color: #8dd7f0;
border: 1px solid #000000;
}

table#infos{
width:100%;
padding-top: 5px;
padding-bottom: 5px;
background-color: #8dd7f0;
border: 1px solid #000000;
margin-top: 27px;
}