html {
    margin:0;
    padding:0;
    height:100%;
    border:medium none;
        color: black;
        text-align: center;
        background: #000000 /*url('grafik/hintergrund.jpg') repeat-y center 50%*/;


}

body {
    margin:0;
    padding:0;
    height:100%;
    border:none;
        color: black;
        text-align: center;
}

body, input, textarea {
        font-size: 12px;
        font-family: Verdana,Helvetica,Arial,sans-serif;
		color: #FFFFFF;
}

#fullsize { height:100%; }

#maintable {
        height:100%;
        border: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
}

a:focus{color:white;outline:0; -moz-outline:0; }
