/* Nullsetzen aller Interpretationen der verschiedenen Browser */
* {
	margin: 0;
	padding: 0;
}

p, li, h1, h2, h3, h4, h5, h6, td, th, font {
	font-size: 1em;
	font-weight: normal;
}

/* Begin of Style-Sheet */
/*  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*   Global                                                                     */
/*  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	margin: 0;
	padding: 25px;
	background-color: #FFFFFF;
}

img {
	border: none;
}

select {
	font-size: 90%;
}

option {
	padding: 0 5px;
}

div, p, li, h1, h2, h3, h4, h5, h6, td, th, textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a:link, a:visited {
	color: #0480B7;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0480B7;
	text-decoration: underline;
}

h2 {
	padding: 14px 0 0px 36px;
	font-weight: bold;
}

p {
	padding: 7px 0 0 36px;
	line-height: 180%;
}

div#content {
	margin-left: 50px;
	margin-top: 50px;
}
