/* ----------------------------------------------------------------------- main stuf - */
html, body     {
	margin:0px; padding:0px; background-color:#000000;
	height: 100%;
}

div#container {
	margin: auto;
	width: 818px;
	height: 100%;
	position: relative;
	background-image: url('img/gloed.jpg');
	background-repeat: no-repeat;
}

div#container_header {
	width: 896px;
	height: 186px;
	left: -38px;
	top: 0px;
	position: absolute;
}

div#container_footer {
	width: 818px;
	height: 50px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	background-image: url('img/footer.gif');
	background-repeat: no-repeat;
	border-bottom: 5px black solid;
}

div#container_menu {
	height: 40px;
	width: 820px;
	position: absolute;
	left: -1px;
	top: 186px;
}

/* ------------------------------------------------------------------- content stuff - */

div#foto1 {
	background-color: #ae0201;
	width: 190px;
	left: 20px;
	position: absolute;
	height: 160px;
	top: 246px;
}

div#foto2 {
	background-color: #ae0201;
	width: 190px;
	left: 20px;
	position: absolute;
	height: 160px;
	top: 430px;
}

#content_scroll {
	top: 246px;
	left: 255px;
	width: 540px;
	position: absolute;
	height: 40%;
	min-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	/* border: 1px solid black; /* */
}

.balk {
	background-color: #ae0201;
	background-repeat: no-repeat;
	width: 550px;
	height: 24px;
	margin-bottom: 1px;
}

#contactform label  {width: 90px; float: left; text-align: left; line-height: 16px; margin: 5px 1px 5px 0px; }
#contactform input, textarea {margin: 3px auto; }
#contacttxt { position: absolute; top: 39px; left: 330px; width: 200px; }

div#container_copy {
	width: 800px;
	height: 22px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	text-align: right;
}

