﻿.boxes {
	width:800px; 
	float:left; 
	background:#fff;
}

.box {
	background:url(/templates/pages/bilteknik/gfx/bg_box.jpg);
	width:200px;
	height:165px;
	float:left;
}

.boxes .box .boxHead { 
	font-family:Trebuchet MS; 
	font-size:20px; 
	display:block; 
	width:200px; 
	text-align:center; 
	margin-top:15px; 
	margin-bottom:10px;
}

.boxes .box .content {
	height:80px;
}
.boxes .box .boxLink {
	display:block; text-align:center;
}
.boxes .box .boxLink a {
	font-family:Trebuchet MS;
	font-size:13px; 
	text-decoration:none; 
	font-weight:bold; 
	color:#111;
	background:url(/templates/pages/bilteknik/gfx/boxico.jpg) no-repeat 0 0px;
	padding:2px 2px 2px 28px;
} 
.boxes .box .boxLink a:hover { text-decoration:underline;
}

