/* ZUNÄCHST ALLGEMEINES ----------------------------------------------------*/

html,body,div,a,img,ul,li,h1,h3,h4,form,p {
padding: 0;
margin: 0;
border: none;
}

html {
width: 100%;
height: 100%;
}

body {
   width: 100%;
   height: 100%;
   font-family: Verdana , Arial, sans-serif;
   font-size: 10pt;
   background-color: #666;
   color: #000;
   text-align: center;
}

/* Startseite -------------------------------------*/

#start_image {
   position: absolute;
   margin-left: -320px;
   margin-top: -170px;
   top: 50%;
   left: 50%;
   width: 640px;
   height: 340px;
   background: #666 url(layout/startbild.jpg) top left no-repeat;
}

#start_image span {
   display: none;
}

#start_image .start_link{
   width: 113px;
   height: 40px;
   position: relative;
   margin: 300px 0 0 527px;
   display: block;
}

h2 {
   font-size: 7pt;
   font-weight: normal;
   color: #630c;
}