body{
	color			: #000000;
	font-family		: arial,tahoma,verdana,helvertica;
	text-align		: left;
	font-size		: 10pt;
	text-decoration	: none;
	background-color	: #ffffff;
}

a:link{
	color			: #0000ff;
	text-decoration		: none;
}
a:visited{
	color			: #6a6a6a;
	text-decoration		: none;
}
a:hover{
	color			: #ff0000;
	text-decoration		: none;
}
a:active{
	color			: #ff0000;
	text-decoration		: none;
}

h3 {
	background-color	: #e0e0e0;
	border-width		: thin;
	border-style		: solid;
	border-color		: #000000;
}

ul.circle{
	list-style-type		: circle;
}

p {
	/*text-indent		: 11pt;*/
	text-align		: justify;
	vertical-align		: top;
}

table {
	margin			: left;
}

div {
	border-style		: solid;
	border-width		: 1px;
	border-color		: #505050;
	background-color	: #f0f0f0;
}

td.sub{
	color			: #000000;
	font-family		: arial,tahoma,verdana,helvertica;
	text-align		: left;
	font-size		: 10pt;
	text-decoration	: none;
	background-color	: #ffffff;
}

table.tabelle
{
	color			: #000000;
	background-color	: #ffffff;
	padding			: 0px;
}

input, select {
	background-color        : #f4f4f4;
        color                   : #777777;
        width                   : 220px;
        border                  : solid 1px #c4c4c4;
}

textarea {
        background-color        : #f4f4f4;
        color                   : #777777;
        width                   : 550px;
        border                  : solid 1px #c4c4c4;
}
