html, body {
	font-family         : verdana, arial, helvetica;
	color               : #555555;
	font-size           : 85%;
	line-height         : 1.4;
}
body {
	background-color    : #ffffff;
	margin              : 0;
	padding             : 30px 10px 10px 10px;
}
input, textarea, select {
	font-family         : verdana, arial, helvetica;
	color               : #555555;
	font-size           : 1.0em;
	line-height         : 1.4;
}
input[type=text], input[type=file], textarea, select {
	width               : 100%;
	border              : 1px solid #999999;
}
input[type=submit] {
	border              : 1px solid #999999;
}
input[type=image] {
	position            : relative;
}

.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.1em !important;}
.font_xl         {font-size : 1.2em !important;}
.font_xxl        {font-size : 1.5em !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 : #000000 !important;}
.grey                {color : #999999 !important;}
.normal              {color : #555555 !important;}
.highlight           {color : #990000 !important;}

.visible {
	visibility          : visible;
	position            : relative;
}
.hidden {
	visibility          : hidden;
	position            : absolute;
}
.oblique {
	opacity             : 0.5;
}
div.space {
	padding-bottom      : 2ex;
}
div.thinspace {
	padding-bottom      : 1ex;
}
div.line {
	padding-top         : 1ex;
	border-top          : 1px solid #aaaaaa;
	padding-bottom      : 1ex;
}

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               : #990000;
	text-decoration     : none;
}
a:hover, a:focus {
	color               : #990000;
	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     : disc;
	list-style-image    : url('images/list.gif');
}

@media print {

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

}
