﻿/* CSS-Layout */
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #A41733;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: medium;
	color: #F2CDAC;
}
#page_content {
	margin-left: 210px;
	font-family: "Arial";
	position: absolute;
	width: 700px;
	background-image: url('Bilder/ccd18a4e.jpg');
}
#container {
	position: relative;
	width: 100%;
	font-family: Arial;
	color: #800000;
}
