body {

        background-color: #bba08c; 
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; font-weight: normal;
        scrollbar-face-color: #ccb19d;
        scrollbar-highlight-color: #000000;
        scrollbar-shadow-color: #ccb19d;
        scrollbar-3dlight-color: #ddc2ae;
        scrollbar-arrow-color:  #021A4A;
        scrollbar-track-color: #ddc2ae;
        scrollbar-darkshadow-color: #021A4A;
}

/* Tabellen */
table.main {
        font-size: 14px; font-weight: bold; 
	background-color:#F5CA70; 
	border: px #FF0000 solid 
}

table.home {
        font-size: 13px; font-weight: normal;
        text-align: left;
}

table.itiw {
        font-size: 13px; 
        font-weight: normal;
        text-align: left;
        vertical-align: text-top;
}

/* Leisten */

hr.home {
        font-size: 16px; font-weight: bold;
        border: px #FF0000 solid
        height:10px;
	text-align: left;
}

/* Spalten */
td.header {
        font-size: 12px; font-weight: normal;
        background-color:#ddc2ae; 
        border-color:#FF0000;
	text-align: center;
	vertical-align: text-top;
}

td.footer {
        font-size: 12px; font-weight: normal;
        background-color:#ddc2ae;
        border-color:#FF0000;
}

td.abs1 { height:10px; }
td.abs2 { height:20px; }
td.abs3 { height:30px; }

td.line { height:6px; }

td.sp1 {
        font-size: 18px; font-weight: bold;
        text-align: center;
}

td.sp2 {
        background-color:#FFEBA2;
        font-size: 14px; font-weight: bold;
        text-align: center; 
}

td.c { text-align: center; }
td.t { vertical-align: text-top; }

td.logo {
        background-color:#FFEBA2;
        font-size: 14px; font-weight: bold;
        text-align: right;
        border: px #021A4A solid
}

td.c0 {
        background-color:#F5CA70;
        border-color:#FF0000;
        height:6px;
        font-size: 8px; font-weight: bold;
        border: px #021A4A solid
}

td.c1 {
        background-color:#ddc2ae;
        border-color:#FF0000;
        text-align: center;
        vertical-align: text-middle;
        height:6px;
        border-top: 3px solid #ccb19d;
        border-right:6px outset #ccb19d;
        border-bottom:6px inset #ccb19d;
        border-left:3px solid #ccb19d;
}

.button a {
        font-size: 11px; font-weight: bold;
	background-color: #bba08c;
   	text-align: center;
        vertical-align: text-top;
   	/* padding: 1px; */
        padding:3px 7px;
        margin: 1px;
  	width: 120px; 
   	height 20px;
        display: block;
        border-top: 2px solid #bba08c;
        border-right:4px outset #bba08c;
        border-bottom:4px inset #bba08c;
        border-left:2px solid #bba08c;
        text-decoration:none
}

.button a:hover {
        color:#000000;
        background-color:#ddc2ae;
   	border-top: 2px solid #bba08c;
   	border-bottom: 2px solid #bba08c;
   	border-right: 2px solid #bba08c;
   	border-left: 2px solid #bba08c;
        text-decoration:none
}

a:link { 
	font-weight:bold; 
        color:#000000;
	text-decoration:none 
}

a:visited { 
	font-weight:bold; 
        color:#000000;
	text-decoration:none 
}

a:hover { 
	font-weight:bold; 
	color:#FF0000; 
	text-decoration:none 
}

a:active { 
	font-weight:bold; 
	color:#FF0000; 
	text-decoration:none 
}

a:focus { 
	font-weight:bold; 
	color:#FF0000; 
	text-decoration:none 
}



