body{
         background-image:url(Bilder/hintergrund.jpg);
         background-repeat: no-repeat;
         background-attachment: fixed ;
         font-size: 25px;

}

a:link {
         color: #EE365C ;
}

a:visted{
         color: #FF8080;
}

a:hover{
         color: white;
}

#Praktikum{
         width:1200px;
         margin:0 auto;
}
#header{
         width:1200px;
         height:76px;
         background-color:#484848 ;
         border-radius: 5px;
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
         -o-border-radius: 5px;
}
#headerstart{
         width:1200px;
         height:100px;
         background-color:#484848 ;
         text-align: center;
         border-radius: 5px;
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
         -o-border-radius: 5px;
}
#headerstart h1{

         padding-top: 22px;
         font-family: cursive;
         font-size: 56px;
         text-align: center;
         color: white;
         font-weight: bold;
}
#header h1{

         padding-top: 10px;
         font-family: cursive;
         font-size: 56px;
         text-align: center;
         color: white;
         font-weight: bold;
}
#main {
         width:1200px;
         }

#menue{
         float: left;
         width: 290px;
         height:360px;
         background: #73706A;
         text-align: center;
         margin-top:15px;
         margin-bottom:15px;
         border-radius: 2px;
         -moz-border-radius: 2px;
         -webkit-border-radius: 2px;
         -o-border-radius: 2px;

}
#menue table{
         margin-top:10px;
         font-family: cursive;
         font-size: 24px;
         color: white;

       }
#inhalt{
         text-align: left;
         font-size: 20px;
         float:right;
         width: 860px;
         height:800px;
         padding-left:5px;
         padding-right:5px;
         background-color:  #DBDBDB;
         margin-top:10px;
         margin-bottom:10px;
         border-radius: 2px;
         -moz-border-radius: 2px;
         -webkit-border-radius: 2px;
         -o-border-radius: 2px;
}

#inhaltquellen{

         text-align: left;
         font-size: 20px;
         float:right;
         width: 860px;
         height:960px;
         padding-left:5px;
         padding-right:5px;
         background-color:  #DBDBDB;
         margin-top:10px;
         margin-bottom:10px;
         border-radius: 2px;
         -moz-border-radius: 2px;
         -webkit-border-radius: 2px;
         -o-border-radius: 2px;
}

#inhaltmessgerät{

         text-align: left;
         font-size: 20px;
         float:right;
         width: 860px;
         height:1300px;
         padding-left:5px;
         padding-right:5px;
         background-color:  #DBDBDB;
         margin-top:10px;
         margin-bottom:10px;
         border-radius: 2px;
         -moz-border-radius: 2px;
         -webkit-border-radius: 2px;
         -o-border-radius: 2px;
}

#inhaltkühlaggregat{

         text-align: left;
         font-size: 20px;
         float:right;
         width: 860px;
         height:1100px;
         padding-left:5px;
         padding-right:5px;
         background-color:  #DBDBDB;
         margin-top:10px;
         margin-bottom:10px;
         border-radius: 2px;
         -moz-border-radius: 2px;
         -webkit-border-radius: 2px;
         -o-border-radius: 2px;
}

#inhalteindrücke{

         text-align: left;
         font-size: 20px;
         float:right;
         width: 860px;
         height:730px;
         padding-left:5px;
         padding-right:5px;
         background-color:  #DBDBDB;
         margin-top:10px;
         margin-bottom:10px;
         border-radius: 2px;
         -moz-border-radius: 2px;
         -webkit-border-radius: 2px;
         -o-border-radius: 2px;
}



#inhalthausinstallation{

         text-align: left;
         font-size: 20px;
         float:right;
         width: 860px;
         height:950px;
         padding-left:5px;
         padding-right:5px;
         background-color:  #DBDBDB;
         margin-top:10px;
         margin-bottom:10px;
         border-radius: 2px;
         -moz-border-radius: 2px;
         -webkit-border-radius: 2px;
         -o-border-radius: 2px;
}

#inhaltstart{
         float:right;
         width: 860px;
         height:600px;
         padding-left:5px;
         padding-right: 5px;
         background-color:  #DBDBDB;
         margin-top:10px;
         margin-bottom:10px;
         border-radius: 2px;
         -moz-border-radius: 2px;
         -webkit-border-radius: 2px;
         -o-border-radius: 2px;
}
#inhaltstart h2{
         text-align:center;
}
#bilder{
         float: left;
         padding-right: 5px;
}

#inhalt h3{
         font-size: 24px;
         text-decoration: underline;
}

#inhaltquellen h3{
         font-size: 24px;
         text-decoration: underline;
         text-align: left;
         padding-left:30px;
}

#inhaltmessgerät h3{

         font-size: 24px;
         text-decoration: underline;
}

#inhalteindrücke h3{
                    text-align:center;
}



#bilderlinks{
         float:left;
         padding-right:20px;
         padding-left: 5px;
}

#bilderrechts{
         float:right;
}

#text{
         font-size:22px;
         font-weight: bold;
         text-align: center;
}

#footer {
         width:1200px;
         height:30px;
         background:#484848;
         border-radius: 5px;
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
         -o-border-radius: 5px;
         margin-top:20px;
         clear:both;
         font-family: cursive
         font-size:24px;
         color:  white;
         text-align:center;
         margin-top: 2px;


}