/* A. Definition der Frames --> */
body {
    width: 450px;
    margin: 0 auto; /* auto -> zentriert den body auf dem Bildschirm*/
    font-family: sans-serif;     
} 

h1 { 
    font-size: 24px;     
}  
h3 { 
    font-size: 16px;     
}
p, ul { 
    font-size: 14px;     
} 

fieldset  { 
    height: auto;
    border: 5px solid darkblue;
}

label  { 
    font-weight: normal;
    font-size: 12px; 
    width:130px;
    float:left;
    text-align: left;}
td {
    font-size: 12px; 
    padding-left: 15px;
}
input, textarea{    
    font-family: sans-serif;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
}
/* classes --> */   
#diverrors{
    position: relative;
    top: -200px;
    left: 130px;
    background-color: lightyellow;
    padding: 10px;
    border: 2px solid red;
    width: 250px;
    z-index: 1000;
}
.clerrors  {     
    font-weight: bold; 
    font-style: italic;
    font-size: 12px; 
    color: red;     
    }
.clErrorCloseButton{
    padding: 0px;
    font-family: arial, sans-serif;
    font-style: normal;
    width: 22px;
    height: 22px;
    font-size: 18px;
    text-align: center;
    color: white;
    background-color: red;
    border-radius: 25px;
    border-width: 1px;   
    float: right;
    }

.knopf {
    margin: 15px 70px 10px 5px;
    width: 140px;
    height: 40px;
    font-weight: bold;       
    }
.knopf2 {
    margin: 15px 0px 10px 5px;
    width: 140px;
    height: 40px;
    font-weight: normal;       
    }    
    
.clFeld {
    margin: 0px 5px 10px 0px;
    width: 200px;
    height: 25px;        
    }
    
.clFeld2 {
    margin: 0px 5px 10px 0px;
    width: 280px;
    height: 25px;        
    }

.clArea {
    margin: 0px 5px 10px 0px;
    width: 280px;
    height: 50px;        
    }
    
/* ids --> */  
    
#divregister {
    position: static;
    top: 10px;
    width: 530px;  
    }
.clgeowatt{
    font-size: 10px;
    font-weight: bold;
    color: darkblue;
    text-align: left;
    }   
#sidspracheselect{
    width: 100px;
    margin: 0px 0px 10px 0px;
    text-align: right;
    }   
    
/*  AGB-DSE  */
.clDSEAGBButton{
    border: 0px;
    background-color: #cfd4d3;
    font-size: 12px;
    font-style: italic;
    } 
#divDSEAGBout { 
    width: 640px;
    height: 540px;
    position: fixed;
    top: 11%;
    left: 50%;    
    transform: translate(-50%, 0%);
    background-color: whitesmoke;    
    z-index: 1000;    
    padding: 10px 10px 15px 10px;
    }    
#divDSEAGB { 
    width: 600px;
    height: 500px;
    background-color: white;    
    border: 2px solid darkblue;
    z-index: 1100;
    margin: 10px;
    padding: 10px 10px 15px 10px;
    font-family: arial, sans-serif;
    font-style: normal;
    font-size: 10px;
    color: #003366; 
    text-align: left;
    }
#divDSEAGB1 {
    height: 40px;    
    }  
#divDSEAGB11 {  
    width: 560px;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    float: left;
    }  
#divDSEAGB12 { 
    text-align: right;
    float: right;
    } 
.clDSEAGBCloseButton{   
    padding: 0px;
    font-family: arial, sans-serif;
    font-style: normal;
    width: 25px;
    height: 25px;
    font-size: 18px;
    text-align: center;
    color: white;
    background-color: darkblue;
    border-radius: 25px;
    border-width: 1px;
    }          
#divDSEAGB2 {
    height: 420px; 
    font-family: arial, sans-serif;
    font-style: normal;    
    font-size: 10px;
    padding: 20px;
    overflow-y: auto;
    }   
   
