html, body {
	font-family         : verdana, arial, helvetica;
	color               : #000066;
	font-size           : 85%;
	line-height         : 1.3;
}
body {
	margin              : 0px;
	background-color    : #ffffff;
}
input, textarea, select {
	font-family         : verdana, arial, helvetica;
	color               : #333333;
	font-size           : 1.0em;
	line-height         : 1.3;
}
input[type=text], input[type=file], input[type=submit], textarea, select {
	width               : 100%;
}

.font_xxxs       {font-size : 0.6em !important;}
.font_xxs        {font-size : 0.7em !important;}
.font_xs         {font-size : 0.8em !important;}
.font_s          {font-size : 0.9em !important;}
.font_m          {font-size : 1.0em !important;}
.font_l          {font-size : 1.2em !important;}
.font_xl         {font-size : 1.4em !important;}
.font_xxl        {font-size : 1.6em !important;}
.font_xxxl       {font-size : 2.0em !important;}

.bold          {font-weight : bold !important;}
.normal        {font-weight : normal !important;}
.plain     {text-decoration : none !important;}
.underline {text-decoration : underline !important;}

.left                {float : left;}
.right               {float : right;}
.top                 {vertical-align : top;}
.middle              {vertical-align : middle;}
.bottom              {vertical-align : bottom;}
.clear               {clear : both;}

.white               {color : #ffffff !important;}
.black               {color : #666666 !important;}
.grey                {color : #999999 !important;}
.blue                {color : #1e60b1 !important;}
.red                 {color : #e70e00 !important;}
.highlight           {color : #990000 !important;}

.visible {
	visibility          : visible;
	position            : relative;
}
.hidden {
	visibility          : hidden;
	position            : absolute;
}
.space {
	padding-bottom      : 2ex;
}

p {
	margin              : 0;
	margin-top          : 1.5ex;
}
p.start {
	margin-top          : 0;
}
p.formular {
	margin              : 0;
	margin-top          : 0.5ex;
}

a:link, a:hover, a:active, a:visited, a:focus {
	color               : #009900;
	text-decoration     : underline;
}
a:hover, a:focus {
	color               : #009900;
	text-decoration     : underline;
}

img {
	border              : 0px;
}
img.hidden {
	width               : 0px;
	height              : 0px;
	visibility          : hidden;
}

ul, ol {
	margin              : 0;
	list-style-position : outside;
}
ul, ol {
	padding             : 0;
	padding-left        : 1.5em;
}
ol {
	padding-left        : 2.0em;
}
ul li {
	list-style-type     : square;
	list-style-image    : url('images/list.gif');
}

@media print {

.noprint {
	visibility          : hidden;
	display             : none;
	position            : absolute;
}

}

