
@font-face {
    font-family: MyHelvetica;
    font-style:  normal;
    font-weight: normal;
    src: url('http://www.tanita-ibiza.com/HELVETI4.eot');
}

body{ 	
	font-family: helvetica, arial, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-color: #142a58;
	text-align: center;
}

#site{
	width: 850px;
	text-align: left;
	margin-top: 70px;
}

#logo{
	position: absolute;
	margin-top: 0px;
	margin-left: 36px;
}

#menu{
	position: absolute;
	margin-left: 38px;
	margin-top: 246px;
	height: 100px;
}

.menu{
			background: url('http://www.tanita-ibiza.com/img/menu_bg.png') center left no-repeat;
	}

.menu img{
			padding-left: 30px;
	}

#content{
	position: absolute;
	margin-top: 1px;
	margin-left: 215px;
	width: 380px;
	height: 400px;
	line-height: 140%;
}

#content p{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 1em;
}

#submenu{
	position: absolute;
	margin-top: 2px;
	margin-left: 618px;
}

#subsubmenu{
	position: absolute;
	margin-top: 2px;
	margin-left: 717px;
}

#footer{
	position: absolute;
	margin-top: 385px;
	margin-left: 618px;
}

a{
	color: #ffffff;
}
a:hover{
	color: #04b4ae;
}

.formlabel{
	width: 100px;
	font-weight: bold;
	font-size: 11px;
	color: #909090;
}
.formelement{
	width: 180px;
	border: 1px solid #ffffff	color: #909090;
}
.formbutton{
	font-size: 12px;
	font-weight: bold;
	color: #909090;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

.whiteborder{
	border: 1px solid #ffffff;
}

.blackborder{
	border: 1px solid #000000;
}
