html,body
{
  margin: 0px;
  padding: 0px;
  border: 0px;
  height:100%;
  max-height: 100%; 
  overflow:none;
}

body   	{
	   	font-family: trebuchet ms;
	   	color: #333333;
	   	font-size: 12px;
	   background:#000000;
	
		scrollbar-track-color: #FFFFFF;
 		scrollbar-arrow-color: #999999;
		scrollbar-base-color: #999999;
		scrollbar-darkshadow-color: #FFFFFF;
		scrollbar-face-color: #FFFFFF;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #999999;
		}
	   
td	   	{
	   	font-family: trebuchet ms;
	   	color: #333333;
	   	font-size: 12px;}
	   
a:link 	{  text-decoration: underline; color: #333333; }
a:visited {  text-decoration: underline; color: #333333; }
a:hover {  text-decoration: underline; color: #990000; }
a:active {  text-decoration: underline; color: #990000; }

.wit {  text-decoration: none; color: #FFFFFF; }
a.wit:link {  text-decoration: underline; color: #FFFFFF; }
a.wit:visited {  text-decoration: underline; color: #FFFFFF; }
a.wit:hover {  text-decoration: underline; color: #B51400; }
a.wit:active {  text-decoration: underline; color: #B51400; }

.licht {  text-decoration: none; color: #B0B0AD; }
a.licht:link {  text-decoration: none; color: #B0B0AD; }
a.licht:visited {  text-decoration: none; color: #B0B0AD; }
a.licht:hover {  text-decoration: underline; color: #B0B0AD; }
a.licht:active {  text-decoration: underline; color: #B0B0AD; }




/* FORMULIEREN */
select
	{font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;}

textarea
 	{font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 10px;
 	background-color: #FFFFFF;
	border: 1px solid #FF6100;
	color: #000000;}

form
 	{border: 0px solid #FF6100;
 	padding: 5px;}

input
	{font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 10px;
	height: 17px;
	color: #000000;
	background-color: #FFFFFF;
	border : 1px solid #A4A5A2;
	zIndex:1;
}

input.unborder
	{border: 0px;
	background-color: #D6DBCE;}
	
.submit 
	{font:10px trebuchet ms, arial, sans-serif; color:#000000; cursor:hand; background:#FFFFFF;}


#maindiv_container
{
  position:absolute;
  margin:0px;
  width:616px;
  margin-top:0px;
  margin-bottom:20px;
  float:left;
  top:144px;
  bottom:0px;
  overflow:auto;
}

#maindiv
{
  margin:0px;
}

* html #maindiv_container
{
  height:expression(parseInt(document.body.offsetHeight)-144-25);
}
