body {

	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #000;
	margin: 0px;
	background-color: #E1F2F2;
/*
scrollbar-face-color:#E1F2F2;
scrollbar-arrow-color:#d15539;
scrollbar-track-color:#fff;
scrollbar-shadow-color:#FFF;
scrollbar-highlight-color:#fff;
scrollbar-3dlight-color:#FFF;
scrollbar-darkshadow-color:#fff;
*/
overflow: auto;
}

table, tr, td  
{ 
color: #000; font-size: 13px; 
font-family: "Courier New", Courier, Monaco, monospace; 
}


a {	
color: #f1461f;
font-size: 13px; font-family: "Courier New", Courier, Monaco, monospace; 
text-decoration: underline;
}

a:hover
{
color: #84d5ea;
text-decoration: underline;
}


li 
{ 
line-height: 18px;
list-style-image: url("../bilder/li.gif") 
}


.head  
{ 
color: #000; font-size: 18px; font-family: "Courier New", Courier, Monaco, monospace; font-weight: 600;  }
}

.small 
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; 
text-align: left;
font-weight: 300;
color : #253658;
}



.imageborder 
{
border-style: solid;
border-width:1;
border-color: #ccc;
margin: 2px;
}

textarea
{
color: #0295D3;
font-family: "Courier New", Courier, Monaco, monospace; 
font-size : 11px;
font-weight : 300;
overflow : hidden;
border : 1px solid  #d15539;
width:250px;
}

 input 
 {
color: #0295D3;
font-family: "Courier New", Courier, Monaco, monospace; 
font-size : 11px;
font-weight : 300;
border : 1px solid  #d15539;
width:250px;
}

.button 
{
	background-color: #d15539;
	width:280px;
	color: #fff;
	font-family: "Courier New", Courier, Monaco, monospace; 
}



