﻿/* Rozložení CSS */
#left_col {
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#page_content {
	margin-left: 120px;
}

#container {
	position: relative;
	width: 100%;
}
