/* Design: Nurullah Damla, B7I1 */

div.eins
{
   float: left;
   margin-top: 10px;
   margin-bottom: 25px;
     
   
   width: 950px;
   min-height: 620px;   
    
   border: solid 5px black;

   background: -webkit-linear-gradient(top, black, blue);  
   background: -moz-linear-gradient(top, black, blue);  

   box-shadow: 2px 15px 15px 1px black;
   
   border-top-right-radius: 100px 100px;
   border-top-left-radius: 100px 100px;
   border-bottom-left-radius: 100px 100px;
   border-bottom-right-radius: 100px 100px;
}



div.zwei
{
   float: left;

   width: 180px;
   height: 180px;
   
   border: solid black 5px;
   background-color: white;
     
   box-shadow: 2px 15px 15px 1px black;
   
   border-top-right-radius: 200px 200px;
   border-top-left-radius: 200px 200px;
   border-bottom-left-radius: 200px 200px;
   border-bottom-right-radius: 200px 200px;
}

td.big
{   
   height: 170px;
   width:  170px;
   
   text-align: center;
   
   font-family: fantasy;
   font-weight: bold;
   color: black;
   font-size: 150px;
   text-align: center;
   text-shadow: 2px 5px 8px black;
}

a
{
   color: white;
	}

s1
{
   margin-top: 5px;
   font-size: 30px;
   color: white;
}

div.drei
{
   float: left;
   width: 690px;
   margin-top: 80px;
   margin-left: 10px;

   line-height: 0.5;
   font-family: fantasy;
   font-size: 80px;
   color: white;
   text-align: left;
   text-shadow: 2px 5px 8px black;
}

div.navigation
{
   position: absolute;
             
   margin-top: 210px;
   margin-left: 10px;
   margin-right: 1px;
     
   background: #FFFFFF;
   padding: 25px;
   
   font-family: fantasy;
   font-size: 20px;
   font-weight: normal;
   color: black;
   text-align: left;
   text-shadow: none;
   
   box-shadow: 2px 15px 15px 1px black;

   border-top-right-radius: 10px 10px;
   border-top-left-radius: 10px 10px;
   border-bottom-left-radius: 10px 10px;
   border-bottom-right-radius: 10px 10px;
}


h2
{
   font-family: fantasy;
   font-size: 30px;
   font-weight: bold;
   color: black;
   text-align: left;
   text-shadow: none;
   margin-top: 0px;
   margin-bottom: 0px;
}

div.alteProjekte
{
   position: relative;

   margin: 10px;

   font-family: fantasy;
   font-size: 20px;
   font-weight: bold;
   color: white;
   text-align: right;
   text-shadow: 2px 15px 15px black;
}


div.inhalt
{
   float: right;
   width: 650px;
   min-height: 300px;
   
   margin-top: 20px;
   margin-left: 35px;
   margin-right: 30px;
   margin-bottom: 35px;

   background: #FFFFFF;
   padding: 25px;
   padding-bottom: 60px;

   font-family: fantasy;
   font-size: 20px;
   font-weight: normal;
   color: black;
   text-align: left;
   text-shadow: none;
   
   box-shadow: 2px 15px 15px 1px black;

   border-top-right-radius: 10px 10px;
   border-top-left-radius: 10px 10px;
   border-bottom-left-radius: 10px 10px;
   border-bottom-right-radius: 70px 70px;  
}

div.inhalt2
{
   float: right;
   width: 840px;
   min-height: 300px;
   
   margin-top: 20px;
   margin-left: 35px;
   margin-right: 30px;
   margin-bottom: 35px;

   background: #FFFFFF;
   padding: 25px;
   padding-bottom: 60px;

   font-family: fantasy;
   font-size: 20px;
   font-weight: normal;
   color: black;
   text-align: left;
   text-shadow: none;
   
   box-shadow: 2px 15px 15px 1px black;

   border-top-right-radius: 10px 10px;
   border-top-left-radius: 10px 10px;
   border-bottom-left-radius: 70px 70px;
   border-bottom-right-radius: 70px 70px;  
}

input.ausgabe1
{
   width: 180px;
   padding: 3px;
   margin-left: 1px;
   
   border: none;
   /*border-top: 1px dotted #0050A0;
   border-bottom: 1px dotted #0050A0;*/
   background-color: #FFFFFF;
   
   font-family: fantasy;
   font-size: 20px;
   font-weight: normal;
   color: black;

}

input.ausgabe2
{
   width: 40px;
   padding: 3px;
   margin-left: 3px;
   
   border: none;
   /*border-top: 1px dotted #0050A0;
   border-bottom: 1px dotted #0050A0;*/
   background-color: #FFFFFF;
   
   font-family: fantasy;
   font-size: 20px;
   font-weight: normal;
   color: black;

}

input.ausgabe3
{
   width: 280px;
   padding: 3px;
   margin-left: 3px;
   
   border: none;
   /*border-top: 1px dotted #0050A0;
   border-bottom: 1px dotted #0050A0;*/
   background-color: #FFFFFF;
   
   font-family: fantasy;
   font-size: 20px;
   font-weight: normal;
   color: black;

}

input.ergebnisAusgabe
{
   font-family: fantasy;
   font-size: 20px;
   font-weight: normal;
   color: black;
   border: none;

   background-color: #FFFFFF;
   width: 57px;
   padding: 3px;
}
