@charset "UTF-8";
img {
	border:0;
	
}

a {	
	outline: none; 
	color:#000;
	text-decoration:none;
}

a:link {
	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	color:#333;
}
a:active {
	text-decoration: none;
}



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.fcom #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 40px auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
}
.fcom #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.fcom #menue {
	position:relative;
	height:400px;
	
}
.fcom #menue .m1{
	position: absolute;
	height: 280px;
	width: 140px;
	left: 125px;
	top: 60px;
}
.fcom #menue .mt{
	position: absolute;
	height: 322px;
	width: 2px;
	left: 390px;
	top: 40px;
}
.fcom #menue .m2{
	position: absolute;
	height: 206px;
	width: 295px;
	left: 437px;
	top: 77px;
}
.fcom #menue .t1 {
	position:absolute;
	heigth:30px;
	width:300px;
	left:45px;
	top:345px;
	text-align:center;	
}
.fcom #menue .t2 {
	position:absolute;
	heigth:30px;
	width:300px;
	left:435px;
	top:345px;
	text-align:center;	
}

