/*--------------------------------------------------*/
/*Grundgestaltung                                   */
/*--------------------------------------------------*/

* { }

a {
	text-decoration: none; }

a:link {
	text-decoration: none; }

a:visited {
	text-decoration: none; }

a:active {
	text-decoration: none; }

a:hover {
	text-decoration: none; }

a img {
	border: none; }

body {
	height: 100%;
	margin: 0px; }

html {
	height: 100%; }

div#content { 
	padding: 0px 0px 20px 20px; }

div#contentsection {
	left: 228px;
	position: absolute;
	top: 100px;
	width: 1082px; }

div#main-image img {
	left: 21px;
	position: absolute;
	top: 10px; }

div.clear {
	clear: both; }