*
{
    margin: 0;
    padding: 0;
}
html, body 
{
    width: 100%;
    height: 100%;
    background-color: #fff;
}
body
{
    font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
    font-size: .8em;
    color: #666;
    letter-spacing: .3em;
}
div#main 
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -330px;
    width: 660px;
    height: 250px;
}
div#main-imprint
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -330px;
    width: 660px;
    height: 400px;
}
a 
{
    color: #8fad34;
    text-decoration: underline;
    background-color: #fff;
}
a:hover 
{
    text-decoration: none;
}
a[rel="external"], a.external 
{
    padding-right: 8px;
    background: url(../../ui/images/link-external.gif) no-repeat right center;
}
h1
{
    margin-left: 251px;
	margin-bottom: 60px;
    width: 157px;
    height: 55px;
    text-indent: -9999px;
    background: #fff url(../../ui/images/logo.png) no-repeat top left;
}
p 
{
    text-align: center;
    background-color: #fff;
}
p#info
{
    margin: 100px 0 40px 0;
}
div#imprintInfo
{
    margin: 100px 0 40px 0;
    text-align: center;
}
div#imprintInfo p, address, dl
{
    margin: 1em;
}
div#imprintInfo dt
{
    margin-top: 1em;
}
div#footer
{
    font-size: .7em;
    color: #aaa;
    letter-spacing: .0em;
}
div#footer a
{
    color: #b6d656;
    text-decoration: underline;
}