/* CSS Document */

*{margin:0; padding:0; /*border:0;*/ background-color:transparent; font-size:100%; font-style:normal; text-decoration:none;}
img {border:0;}
body {
	background-color: #E0EDF1;
	text-align: center;
}
div#container {
	width: 780px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #99CC00;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../../img/total_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
img#companylogo {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	border: none;
}
div#header {
	height: 65px;
	width: 780px;
	background-image: url(../../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}
p#la_en {
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0.5em 5px 0.5em 0px;
}
p#about_menu {
	font-size: 12px;
	margin-top: 1em;
	margin-right: 2px;
	margin-left: 0px;
	margin-bottom: 0em;
	float: right;
	clear: right;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	background-color: #CCFFFF;
}
a:active {
	color: #6600FF;
}
.hide {
	display: none;
}

div#contents ul{
	list-style-image: url(../../img/list_blue.gif);
	padding-left: 20px;
	list-style-position: outside;
	padding-top: 5px;
}
div#contents a:hover{
	text-decoration: underline;
}
div#news {
	float: left;
	width: 360px;
	height: 200px;
}
dl{
	font-size: 80%;
	margin-top: 10px;
	margin-left: 10px;
}
dt{
	float: left;
	margin-bottom: 5px;
}
dd{
	margin-left: 75px;
	margin-bottom: 5px;
}
div#company {
	float: left;
	background-image: url(../img/bg_company.jpg);
	background-repeat: no-repeat;
	width: 130px;
	height: 200px;
	font-size: 80%;
}
div#company h3{
	margin-top: 7px;
	margin-left: 10px;
}
div#machinetools {
	float: left;
	background-image: url(../img/bg_machine.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 200px;
	font-size: 80%;
}
div#machinetools h3{
	margin-top: 7px;
	margin-left: 10px;
}
div#compressor {
	float: left;
	background-image: url(../img/bg_compressor.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 200px;
	font-size: 80%;
}
div#compressor h3{
	margin-top: 7px;
	margin-left: 8px;
}
li{
	margin-top: 5px;
	margin-bottom: 5px;
}
div#footer {
	background-attachment: scroll;
	background-image: url(../../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	height: 95px;
	width: 780px;
}
