a {
	color: #5283f6;
	text-decoration: none;
}
body {
	background: #434343 url(images_grometec/bgmetal.jpg) repeat-y fixed bottom center;
	color: #f1f1f1;
	margin: 30px;
	text-align: center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
}

.klein {
	color: #f1f1f1;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #f1f1f1;
	text-align: center;
	
}

.header {
	background: #515151;
	line-height: 1em;
}


.main {
	background: #515151;
	border-top: 1px solid #b0b0b0; border-left: 1px solid #b0b0b0; 	border-right: 1px solid #b0b0b0;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 690px;
	border-bottom: 0px;
}
.container {
	margin: 30px;
}

.containerfooter {
	margin: -30px;
	background: url(images_grometec/bgfooter.gif) no-repeat center;
	height: 70px;
}


.content {
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #b0b0b0;
}
.content p {
	margin: 3px 0 6px;
	color: #FFFFFF;
}
.item {
	background: #434343 url(images_grometec/metal.jpg) repeat-y;
	border-top: 1px solid #2d5abe;
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
	border-bottom: 1px solid #787878;
	padding: 30px;
	height: 150px;
	color: #f1f1f1;

}

.footer {
	background: url(images_grometec/grometec_footer.jpg) no-repeat;
	padding: 3px;
	color: #FFFFFF;
	vertical-align:middle;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	height:30px;
	font-variant: small-caps;
}
.footer .left, .footer .right {padding: 0 8px;}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #444;}

.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

