body {
 background: silver;
 font-size: 12pt;
 font-family: Verdana, Arial, SunSans-Regular, Helvetica, Sans-Serif;
 color: black;
 padding:0;
 margin:0 auto; 
 text-align: center;
 vertical-align: middle;}

/* ----------center zentriert das layout-------------- */
#center {
 height: 480px;
 width: 640px;
 margin-left: auto;
 margin-right: auto; 
 margin-top: 50px;
 border:2px dashed gray;}

#center2 {
 width: 640px;
 margin-left: auto;
 margin-right: auto; 
 margin-top: 50px;
 border:2px dashed gray;}

/* ----------main-------------- */
#main {
 top: 0px;
 left: 0px;
/* height:200px;*/
 height: 100%;
 width: 640px;
 background: white;
 border:0;}

#slogan {
 height:99px;
 padding: 50px 0 0 230px;
 text-align: left;
 font-size: larger;
 font-weight:bold;
}

*+html #slogan {
 padding: 50px 0 0 50px;
}

/*  ----------------footer---------------------- */
#footer {
 height:300px;
 background: white;
 border:1px solid #FFF;
 font: normal 10pt Verdana, Arial, SunSans-Regular, Helvetica, Sans-Serif;
 text-align: center;
 vertical-align: bottom;
}

#footer a, a:link, a:visited, a:hover, a:active, a:focus {
 color: black;
 background: transparent;
 text-decoration:none;
 border:0; }

#footer p{
 margin-top:100px;}

/*  ----------------copyright---------------------- */
#copyright {
 height: 20px;
 background: white;
 border:0;
 font: normal 6pt Verdana, Arial, SunSans-Regular, Helvetica, Sans-Serif;
 text-align: center;
 vertical-align: middle;
}

#copyright a, a:link, a:visited, a:hover, a:active, a:focus {
 color: gray;
 background: transparent;
 text-decoration:none;
 border:0; }

