﻿/* CSS-Layout */
#masthead {
	font-family: Arial;
	font-size: medium;
	background-image: url('Bilder/bg-wasser.jpg');
	width: 800px;
	text-align: center;
}
#top_nav {
	font-family: Arial;
	font-size: small;
	background-color: #669999;
	width: 800px;
}
#container {
	position: relative;
	font-family: Arial;
	font-size: medium;
	background-color: #CCCCFF;
	width: 650px;
}
#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #669999;
	font-family: Arial;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}
#page_content {
	margin-left: 160px;
	font-size: small;
	font-family: Arial;
}
#footer {
	font-family: Arial;
	font-size: small;
	background-image: url('Bilder/bg-wasser.jpg');
	width: auto;
}
