﻿body
{
	background-attachment: fixed;
	background-color: black;
	background-image: url('../Pictures/Geruest/Body.png');
	background-position: left bottom;
	background-repeat: repeat-x;

	font-family: Verdana;
	font-size:small
}
#container
{
	width: 850px;
	
	margin: 20px auto;
}
#masthead
{
	width: 850px;
	height: 68px;

	padding:10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	background-attachment: inherit;
	background-color: inherit;
	background-image: url('../Pictures/Geruest/Masthead.png');
	background-position: left top;
	background-repeat: no-repeat;
}
#navigation
{
	width: 200px;
	height: 484px;

	padding:10px 6px 6px 6px;
	margin: 10px 5px 0px 7px;
	
	background-attachment: inherit;
	background-color: inherit;
	background-image:url('../Pictures/Geruest/Menu.png');
	background-position: left top;
	background-repeat: no-repeat;

	float:left;
}
#content
{	
	width: 615px;
	height: 490px;
	
	margin: 10px 0px 0px 0px;
	padding: 5px;

	background-attachment: inherit;
	background-color: inherit;
	background-image: url('../Pictures/Geruest/Content.png');
	background-position: left top;
	background-repeat: no-repeat;
	
	float:right
}
#Content0
{
	height: 472px;
	width: 455px;
}
#image
{
	width: 123px;
	height: 472px;	
	
	padding:10px 8px 0px 8px;	
	
	background-attachment: inherit;
	background-color:;
	background-image:url('../Pictures/Geruest/PictureBox.png');
	background-position:left top;
	background-repeat:no-repeat;
}
#footer
{
	width: 300px;
	float: right;
	text-align: right;
	font-size:xx-small;
	font-style:normal;
	font-family:"Comic Sans MS";
	color:white;
	margin: 6px 0px 0px 0px;
}
