/* CSS-Dokument */

html { width:100%; height:100%; };
table.aussen { width:100%; height:100%; border:0;}
table.aussen td  { text-align:center; vertical-align:middle;}

body {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*
	scrollbar-base-color:#fab67e;
    scrollbar-arrow-color:#fbfaee;
    scrollbar-face-color:#fcc89c;
    scrollbar-3dlight-color:#fbfaee;
    scrollbar-highlight-color:#002D73;
    scrollbar-shadow-color:#fe8f39;
    scrollbar-darkshadow-color:#fbfaee;
    scrollbar-track-color:#fbfaee;
	*/
}

.skip {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#062F52;
	text-decoration:none;
	}