/* @override http://www.tcm-leibnitz.at/layout.css */

body {	background : #cccccc;	font: normal 12px   Arial, Helvetica, sans-serif;	margin: 0px;}/* @group DIVs */div#shleft {	position:absolute; left:0px; top:10px; width:10px; height:500px; z-index:1;}div#shtop {	position:absolute; left:0px; top:0px; width:720px; height:10px; z-index:1;}div#shright {	position:absolute; left:710px; top:10px; width:10px; height:500px; z-index:1;}div#shbtm {	position:absolute; left:0px; top:510px; width:720px; height:30px; z-index:1;}div#hnav {	position:absolute;	left:10px;	top:124px;	width:700px;	height: 22px;	z-index:4;	background-image: url(images/navbg.jpg);	background-repeat: no-repeat;}div#title {	position:absolute; left:10px; top:10px; width:700px; z-index:1;}div#footer {	position:absolute; left:10px; top:488; width:700px; height: 22px; z-index:4;	background: no-repeat url(images/footer.jpg);	padding-top: 6px;	font-size: 10px;	text-align: left;	padding-left: 20px;}

div#footer a {
	text-decoration: none;
}div#main {	position:absolute;	left:10px;	top: 146px;	width:700px;	height:364px;	z-index:1;	background: url(images/main_bg.jpg) no-repeat;}div#container {	width: 720px;	height: 520px;	margin: auto;	position: relative;}	/* @end */
