body{
/*  background-image: url(../images/degrade_grey.bmp);

  background-position:left top;
  background-repeat:repeat-x;
  background-color:rgb(212,225,187);*/

  background-color:rgb(0,0,150);
/*background-color:rgb(30,42,99);*/

  background-image: url(../images/logo-mahle_45.jpg);
  background-position:right bottom;
  background-repeat:no-repeat;

  font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 12px;
  border: 0;
}

h1 {
	font-size: 3em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 40px 0px 70px;
	text-align: center;
}

h2 {
	font-size: 23px;
	font-weight: bold;
	color: grey;
	/*margin:  40px 0px 0px;*/
  margin-top: 40;
  margin-right: 100;
	text-align: right;
  white-space:nowrap;
  color: rgb(0,72,130);
}
.tsaknaki {
  font-size: 35px;
  font-weight: bold;
  margin: 10px 0px 0px;
  color: lightgrey;
  text-align: left;
  text-shadow: 3px 3px 10px rgb(0,0,0);
}
.tsaknakinew {
  font-size: 35px;
  font-weight: bold;
  margin: 10px 0px 0px;
  color: moccasin;
  text-align: left;
  text-shadow: 3px 3px 1px rgb(200,0,0);
}


/*.border {
	border: solid rgb(0,0,0);
}*/




.img-shadow {
  float:right;
  background: url(../images/trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}
.img-shadow img {
  display: block; /* IE won't do well without this */
  position: relative; /* Make the shadow's position relative to its image */
  padding: 0px; /* This creates a border around the image */
  background-color: #fff; /* Background color of the border created by the padding */
  border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
  margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}
