body{
	font-family: Arial, Helvetica, sans-serif;
	background: #f1f1f1;
	background-image: url(images/css_grad.jpg);
	background-repeat: repeat-x;
	margin: 0;
	border: 0;
}

div#full {
	width: 920px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -460px;
	background-image: url(images/css_fullpattern.jpg);
	background-repeat: repeat-y;
	padding: 0px;
}

div#content {
	width: 920px;
    position: absolute;
    top: 0px;
	background-image: url(images/css_center.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

div#fejlec {
	border: 0;
	position: relative;
	left: 0px;
	top: 0px;
	width: 920px;
	height: 100px;
	max-height: 100px;
	padding-top: 0px;
	padding-left: 0px;
	overflow: hidden;
}

div#leftcolumn {
	border: 0;
	background-image: url(images/css_rightcolumn.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin-top: 20px;
	width: 616px;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

div#rightcolumn {
	border: 0;
	position: relative;
	float: right;
	width: 280px;
	margin-top: 20px;
	padding-left: 20px;
	overflow: hidden;
}

div#service {
	padding-top: 25px;
	padding-left: 50px;
	line-height: 140%;
}

div#action {
	padding-top: 15px;
	padding-left: 40px;
}

div#contact {
	float: left;
	padding-top: 25px;
	padding-left: 50px;
}
div#map_canvas {
	width: 230px;
	height: 200px;
	border: 1px solid #999999;
	float: right;
	margin-top: 25px;
	margin-right: 25px;
	overflow: hidden;
}

div#leftcolumn table{
	border: 0;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
}

div#liner {
	clear: both;
	background-image: url(images/css_shadowline.jpg);
	background-repeat: repeat-x;
	background-position: center left;
}

#tcoll {
	width: 65px;
	height: 50px;
}

div#leftcolumn .cim {
	font-weight: bold;
	font-size: 22px;
	color: #b6001d;
}

a,  a:link, a:visited, a:active{
	color: #b6001d;
	text-decoration: none;
}
a:hover{
	color: #b6001d;
	text-decoration: underline;
}

div#lablec {
	clear: both;
	width: 920px;
    top: 0px;
	height: 30px;
	background-image: url(images/css_bottom.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}







