body
{
  font-family:arial;
  font-size:12px;
  margin:0px;
  }
/* content  */
#wrap
{
  width:100%;
  float:left;
  }

/* page area - positioned in center */
#page
{
  width:760px;
  margin:0 auto;
 }
/* header with background image beyond title */
 #header
 {
   background-image: url(img/img1.gif);
   background-repeat: no-repeat;
   height: 133px;

 }
 /* propreties of h1 tag*/
 #header h1  {
 color:#ff7f01;
 font-family: Trebuchet MS;
 font-size: 30px;
 padding-top: 72px;
 padding-left: 45px;      }

  /* propreties of h2 tag*/

  #header h2  {
 color:#54b4da;
 font-family: Trebuchet MS;
 font-size: 18px;
 margin-top: -20px;
 padding-left: 50px;      }
 
 /* the two lines from header */
 #line
 {
   margin: 3px;
   height:13px;
   background-image: url(img/line.jpg);
   background-repeat:repeat-x;

 }
 
  /* the text properties */
 #text
   {
     padding-top: 10px;
     font-size: 15px;
	 color: #5F5F5F;

   }
   #text h1
   {
     color:#54b4da;
     font-size: 20px;
   }
   #text h2
   {
   color: #ff7f01;
   font-size:17px;
   }
/* footer line */
#footer
{
  background-color: #7D7D7D;
  height: 3px;
  margin-top: 15px;
  margin-bottom:20px;
}
/* impressum button */
#imp
{
float:right;
margin-top:74px;
}

a {  color:#54b4da; }
a:hover {color:#333333;}
a:visited {color:#333333;}


