<style type='text/css'>

/* der Bodyeintrag "muss" sein, da sonst border-collapse in .sl nicht geht*/
body{}

.sl 
{ 
  font-family:Arial, sans-serif; 
  background-color:#FAFAFA;
  border-collapse: collapse;
}

.sl th
{
  font-size:2vw;
  padding:10px; 
  
  border-style:solid; 
  border-color:#999999; 
  border-width:1px;
}
.sl td
{
  padding: 10px; 
  
  border-style: solid; 
  border-color: #999999; 
  border-width: 1px;
}

.sl .sl0{background-color:#FAFAFA;}
.sl .sl1{background-color:#EEEEEE;}
.sl .highlight{background-color:#FFFF99; }
.sl td:hover{background-color:#FFCCCC;}


.sl a:link, a:visited, a:active, a:hover
{
  font-size:1vw;
  text-decoration:none;
  /*font-weight:bold;*/
  color:#777777;
}

.sl a:active, a:hover
{
  text-decoration:none;
}
 
h1 {font-size:CLAMP(10px,3vw,40px);color:#990000;margin:0cm;margin-top:10px;}
h2 {font-size:2vw;color:#990000;margin:0cm;margin-bottom:8px;}
h3 {font-size:1vw;color:#990000;margin:0cm;margin-bottom:5px;}
h4 {font-size:1vw;color:#202020;margin:0cm;margin-bottom:3px;}
p  {margin-top:0px;}


#title 
{
width: 80%;
/*
height:20px;
padding:20px;
*/
margin-Left:26px;
/*display:block;*/
/*border:1px solid green;*/

}

#left {
width:15%;
/*height:340px;*/
height: 100%;
float:left;
line-height:18px;
/*border:1px solid black;*/
}

#content {
width:80%;
margin-left:5px;
height: 100%;
float:left;
/*border:1px solid red;*/    
}

#takeaminute {
position: absolute;
bottom: 0;
padding:0px;
margin-bottom:5px;
height:120px;
/*border:1px solid #AAAA00;*/
width: 15%;
}


input.startButton {
   font-size: 12px;
   color: #000000;
   font-weight: bold;
   font-style: normal;
   background-color: #E4E4E4;
   cursor: pointer;
   border: 1px solid #576675;
   height: 30px; width: 130px;
}

input.startButton:hover {
   font-size: 12px;
   color: #FFFFFF;
   font-weight: bold;
   font-style: normal;
   background-color: #3B5998;
   cursor: pointer;
   border: 1px solid #FFFFFF;
   height: 30px; width: 130px;
}

input.searchButton {
   font-size: 12px;
   color: #000000;
   font-weight: bold;
   font-style: normal;
   background-color: #E4E4E4;
   width: 70px;
   cursor: pointer;
   border: 1px solid #576675;
   height: 22px;
}

input.searchButton:hover {
   font-size: 12px;
   color: #FFFFFF;
   font-weight: bold;
   font-style: normal;
   background-color: #AAAA00;
   cursor: pointer;
   border: 1px solid #FFFFFF;
   height: 24px;width: 70px;
}

input.TxtInput {
   font-size: 12px;
   color: #000000;
   font-weight: normal;
   font-style: normal;
   background-color: #E4E4E4;
   width: 130px;
   height: 18px;
}


</style>