										/***************/
										/* PAGE LAYOUT */ 
										/***************/
html {
 height: 100%;
}

body {
 margin: 0;
 background: #000000;
 color: #FFFFFF;
 text-align: center;
 padding: 0;
 height: 100%;
}

#outer {
 text-align:center;
 width: 984px;
 margin: auto;
 height: 100%;
}

#hdr {
 height: 150px;
 background: url("./../design/galerie/banniere.gif") no-repeat center top;
 font-family: Arial, Helvetica, Tahoma;
 font-size: 11px;
 text-align: center;
 margin: auto;
}

#bodyblock {
 font-size: 18px;
 font-weight: bold;
 margin: 0;
 padding: 0;
 height: 75%;
}

#warning {
 color: #FF0000;
}

a:link, a:active,  a:visited, a:hover {
 color: #FFFFFF;
 text-decoration: underline;
}


