
* { margin: 0; padding: 0; }


#all{


  width:1200px; height:1200; margin:0px auto; position:relative;


}
#header{


    height:200px;



 }
 #navigation{

background-image: url(navigation.jpg);

     height:50px;


  }

#left{

    margin-top: 5px;

  background-image: url(left.jpg);
  height:400px;
   width:200px;
   position:absolute;


 }
#content{

  position:absolute;
   margin:5 250px 0 200px;


}
#right{
    margin-top: 5px;
  /*background-color:#ffffff;*/
  background-image: url(right.jpg);
  height:600px;
  width:200px;
  position:absolute; right:0;
  color: #150587;
}
#footer{
  background-image: url(footer.jpg);
  position:absolute;

   height:100px;

  bottom:-120px;
   width:100%;

}

.button {
  height: 50px;
/*background-image: url(navigationBtn.jpg);*/
background-color: #150587;

  border: none;
  color: #FFFFFF;

  text-align: center;
  text-decoration: none;
  display: inline-block;
	font-family: sans-serif;
  font-size: 16px;

  cursor: pointer;
}
.buttonfrist {
    width: 160px;
    margin-left: 200px;

}

.buttonfrist:hover {

   background-color: #00aaff;
    color: #000000;
}

.button2 {

      width: 160px;


}

.button2:hover {
    background-color: #00aaff;

  color: #000000;
}

.button3 {

      width: 160px;


}

.button3:hover {
    background-color: #00aaff;

  color: #000000;
}
.button4 {

      width: 160px;


}

.button4:hover {
    background-color: #00aaff;

  color: #000000;
}

.button5 {

      width: 160px;


}

.button5:hover {
      background-color: #00aaff;

  color: #000000;
}

.buttonleft {
  width: 175px;
  height: 50px;
  /*background-image: url(buttonleft.jpg);*/
/*background-color: #150587;*/

  border: none;
  color: #ffffff;

  text-align: center;
  text-decoration: none;
  display: inline-block;

  font-size: 15px;

  cursor: pointer;
}

.buttonleft1 {
  background-image: url(buttonleft.jpg);
  text-align: center;
  text-decoration: none;


}

.buttonleft1:hover {
      background: #00aaff;

}
p{

		font-family: sans-serif;

		text-indent: 70px;


}
