@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
/* force vertical scrollbars in Netscape, Firefox und Safari Browsers */
  html {
	height: 100%;
	margin-bottom: 1px;
}
/* fix Opera Browser Bug */
  html * {
	font-size: 100.01%;
}
  body {
    /* vk: this is to strict
	text-align: center;
	*/
	font-family: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	/* this one is bulletproof: */
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
/* this one is pragmatic; please make your choice ...: */
	font-size: 8pt;
	font-size-adjust: none;
	line-height: normal;
	background: #ffffff;
	color: #444444;
	
}
/* change font in textareas... */  
  pre {
	font-family: "Courier New", Courier, monospace;
}
option {
	padding-left: 0.4em;
}
p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
ul, ol {
	line-height: 1.5em;
	margin: 0 0 1em 1em;
}
li {
	margin-left: 1.5em;
	line-height: 1.5em;
}
a:link {
 color: #41A0CF;
}
a:focus,
a:hover,
a:active {
	color: #182e7a;
	text-decoration: underline;
}
img {
	border:0;
	padding:0;
	margin:0;
}
img, input {
 vertical-align: text-bottom;
}
