/* Allgemeines */
*{
         padding:0;
         margin: 0;
}

body {
font-size: 100%;
line-height: 1.4em;
background-color: #eeeeee;
}


<!--[if lt IE 7]><!--> Anweisungen für IE vor Version 7 und andere Browser <!--<![endif]-->
body {
         behavior:url("csshover.htc");
}



html, div, span, h1, h2, h3,
h4, h5, h6, p, abbr, acronym, del,
em, img, strong, dd, dl, dt, li, ol, ul,
fieldset, form, label,p, input, textarea, select {
        color: #fff;
        font-family:Arial, Verdana, Helvetica, sans-serif;
        text-align: left;
        vertical-align: baseline;
        border: 0px;
        font-weight: normal;
        font-style: normal;
        background: transparent;
}




img, a img, :link img, :visited img {
        border: 0;
}

a  {
       text-decoration:none;
       color:#cc6666;
}


a:hover {
       text-decoration:none;
       color:#ff3333;
}



.leftalign
{
         float:left;
}

.rightalign
{
         float:right;
}

/* Allgemeines End */


/* Basic Layout */

html, body {
        height: 100%;
}

#wrap {  
	 margin: 10% auto;
         width: 1000px;
        background-color:#fff;
}

#content {
       position: relative;
        background-image:url("../pics/image001.jpg");
        background-repeat:no-repeat;
        height:524px;
 }
 
 #h1 {
       position: relative;
       text-align: left;
       font-size: 120%;
       font-weight: bold;
       padding:80px 0 20px 60px;
  }
  
  #h2 {
       position: relative;
       text-align: left;
       font-size: 100%;
       font-weight: bold;
       padding:0px 0 20px 60px;
  }

 .subtext{
         position:relative;
         font-size: 80%;
         font-weight: normal;
         padding:0 0 30px 0;

 }




