*
{
	margin:					0;
	padding:				0;
}
body, textarea, input, select
{
	font-family:			Arial;
	font-size:				12px;
}
h1
{
	font-size:				20px;
	margin:					0;
}
h2
{
	font-size:				18px;
	margin:					0 0 15px;
}
h3
{
	font-size:				16px;
	margin:					0 0 10px;
}
h4
{
	font-size:				13px;
	margin:					0 0 5px;
}
p
{
	margin:					7px 0;
}
img
{
	border:					none;
}
ul
{
	list-style-type:		disc;
	margin-left:			20px;
}
ol
{
	margin-left:			20px;
}
a
{
	text-decoration:		underline;
	cursor:					pointer;
}
a:hover
{
}
:focus
{
	-moz-outline-style:		none;
	outline:				none;
}
:root
{
	overflow-y:				scroll !important;
}
thead td
{
	font-weight:			bold;
}
td
{
	vertical-align:			top;
}
hr
{
	border:					none;
	background:				#000;
	color:					#000;
	height:					1px;
}
.links
{
	float:					left;
	margin:					0 5px 0 0;
}
.rechts
{
	float:					right;
	margin:					0 0 0 5px;
}