/*------------------------------------------------------------------
basis StyleSheet
datum:   2008-13-04
autor:   Alois C. Kaufmann 
inhalt:  Layout
             Linkformatierungen
             Schriftformatierungen      
             Bildformatierungen     
óóóóóóóóóóóóóóóóóóóóóó*/





/*óóóóóLayoutóóóóó*/

html, body { /* html und body brauchen diese Angabe */
	height:100%;
	}
#space { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* die Hälfte der Inhals's Höhe */
	float:left;
	}
#inhalt {
        width: 600px;
        height:600px;
	background-color: #ffffff;
	border: 1px solid #564b47;
        margin: 0 auto;
        position:relative; /* hebt den inhalt vor den space  */
	clear:left; /* hebt das float vom space auf  */
	}





/*óóóóóLinkformatierungenóóóóó*/
a:link { color: #000000; text-decoration:none; }
a:active { color: #5e65e2; text-decoration:none; }
a:visited { color: #000000; text-decoration:none; }
a:hover { color: #000000; text-decoration:none; }



/*óóóóóSchriftformatierungenóóóóó*/
#normal { 
font-family: Tahoma;
font-size:12px; 
text-align: justify;
color:#767776;
line-height: 1.5;
}

#h1 { 
font-family: Trebuchet MS;
font-size:10px; 
color:#767776;
font-weight:bold;
text-align: justify;
color:#767776;
}

#navigation { 
font:bold;
font-family: Trebuchet MS;
font-size:12px; 
color:black;
vertical-align:middle; 
text-decoration: none;
text-underline: none;
}

#impressum { 
font:normal;
font-family: Trebuchet MS;
font-size:12px; 
color:#767776;
vertical-align:middle; 
text-decoration: none;
text-underline: none;
}



/*óóóóóBildformatierungenóóóóó*/
.bild {border:3pt solid black;  align;left;  margin:15px;}

.bildprojekte {border:0pt solid grey; float:left; margin-right:10px; align;right;



.infobox {
    width: 250px;
    background: #424242;
    padding: 10px 5px 5px 5px;
    margin:10px;
    color: #fff;
    font-size: 90%;

.over {
    background-color: #ffff00;
    color: #ff0000;
    text-align: right;
    font-weight: 400;
    font-family: Verdana, sans-serif;
  }
  .out {
    background-color: white;
    color: black;
    text-align: left;
    font-weight: 900;
    font-family: "Times New Roman", serif;
  }


 div.progress-container {
     border: 1px solid #ccc; 
     width: 100px; 
     height: 20px;
     margin: 2px 5px 2px 0; 
     padding: 1px; 
      
     background: white;
	text-align: center;
   }

   div.progress-container > div {
     background-color: #ACE97C; 
     height: 20px
   }


 div.progress-container {      border: 1px solid #ccc;       width: 300px;       margin: 2px 5px 2px 0;       padding: 1px;       float: left;       background: white;    }   div.progress-container > div {
background-color: grey;
height: 12px
text-align: center;
}

#boxgrey {
width: 300px;
height: 100%;
color: #E0E0E0;
}


