* { padding: 0; margin: 0; }
html, body, .fullheight {
    min-height: 100% ;
    height: 100%;
    min-width: 100% ;
    width: 100%;
	margin:0px;font-family:tahoma; font-size:14px;
	overflow:auto;
}

th, td {
	margin:0px;font-family:tahoma; font-size:14px;
}

a {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: none;
}


#logoff {
background-color:#FFECCE;
background-image:url(../images/bottom_line.png);
background-repeat: repeat-x;
background-position-y: bottom;
}
/*
#logoff DIV{
    color:#444;
    border:1px solid #CCC;
    background:#DDD;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    padding: 5px;
    float: left;
}*/

.fix_table_top {
	font-size:14px;
	background: #DDD;
background-image:url(../images/bottom_line.png);
background-repeat: repeat-x;
background-position-y: bottom;
font-weight:bold;
padding-left:10px;
}

#typ {
	padding-left: 24px; 
	background-repeat: no-repeat;
	padding-bottom:3px;
	padding-top:3px;
	padding-right:3px;
	background-position:2px 2px;
}

form {
background-color:#FFECCE;
border-radius: 0.5em;box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
top:50%;left:50%;
padding:30px 0px 30px 0px;
}

form INPUT{
padding:5px;
}


