

html 
	{
	height:100%;
	}
	
td,span,div,b,i,u,li,input,select,textarea
	{
	font-family:Verdana;
	font-size:12px;
	}



/* Schriftsätze allgemein */
/*body,td,th,a,a:active,a:link,a:visited,span,div,b,i,u,li,input,select,textarea
	{
	font-family:Verdana;
	font-size:12px;
	}*/

/* Body-Tag allgemein */
body
	{
	background-color:#ffffff;
	color:#000000;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	}

/* Folgende CSS-Definitionen sorgen für ein einheitlicheres Verhalten der HTML-Tags */
/*table
	{
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
	}

form,td,th,a,a:active,a:link,a:visited,span,div,b,i,u,li,img
	{
	margin:0px;
	padding:0px;
	border:0px;
	}*/
	
input.checkbox
	{
	border:0px;
	padding:0px;
	margin:-2px;
	width:20px;
	}

input.radiobutton
	{
	border:0px;
	padding:0px;
	margin:-2px;
	width:20px;
	}

/*a,a:active,a:link,a:visited,a:hover
	{
	color:#1745AB;
	text-decoration:none;
	}

a:hover
	{
	color:#FF0000;
	text-decoration:underline;
	}
	
.underlinedotted
	{
	border-bottom:1px dotted #000000;
	}*/

