/* layout */
html, body, input {
	font-family:verdana,arial,helvetica;
	font-size: 10pt;
	line-height: 20px;
	margin: 0px;
	color: #000;
}
a{
	text-decoration: none;
}
img {
	border: 0px;
}

/* content */
#content {
	width: 770px;
	margin: 30px auto 0px auto;
}
#top {
	clear: both;
	width: 770px;
	height: 127px;
	background-image: url('../images/bkgrnd_splash_top.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#main {
	width: 770;
	height: 551px;
	padding: 0px;
	background-image: url('../images/bkgrnd_splash_main.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}
#footer {
	clear: both;
	height: 1px;
}


/* diversen */
#top img {
	margin: 50px 0px 0px 53px;
}

