@charset "UTF-8";

/* Allgemeine Formatierungen*/
/*===============================================================================================================================*/
body
{
    background-color: ButtonFace;
	margin: 1px 0px 0px 2px;
	font-family: Arial, Sans-Serif, verdana; 
	font-size: 0.81em;
    overflow-x: scroll;
	min-width: 800px
}

a
{
    text-decoration:none
}

b
{
	font-weight: 900;
	font-style: italic
}

p 
{ 
    margin: 0
}

ul
{
	list-style: none;
	padding-left: 5px
}

li
{
    margin:5px 0px;
}

tr
{
    white-space: nowrap
}
	
th
{	
    padding: 0px;
	font-weight: normal
}
	
td { padding: 0px} 

input { padding: 0px }

input[type=radio] { margin: 5px 3px 0px }
	
input[readonly=readonly], input[disabled=disabled]
{
    background-color: ButtonFace
}

button, input[type=button], label
{
    cursor: pointer
}

option
{
    margin: 4px 0
}

fieldset.fieldset
{
	margin: 0px;
	padding: 0px
}
table.fixed
{	
    table-layout: fixed;
}
.float { float: left }

.buttonfield { border: 1px inset white }

button, input[type='button']
{
    -webkit-appearance: none;   
}
/*-------------------------------------------------------------------------------------------------------------------------------*/