﻿/* CSS-elrendezés */
#masthead {
				background-image: url('bor_voros_pohar.jpg');
				background-repeat: repeat-x;
				height: 160px;
				text-transform: uppercase;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
}

#footer {
}
a:hover {
				color: #800080;
}
