﻿/* CSS-Layout */
#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial;
	font-size: small;
	color: #000000;
	background-image: url('images/uebergang.gif');
	font-style: normal;
	font-variant: normal;
}
#page_content {
	margin-left: 150px;
	font-family: Arial;
	font-size: medium;
	color: #000000;
}

#container {
	position: relative;
	width: 100%;
}
