* {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

html {
    margin: 0; 
    height: 100%; 
    background: #909090;
} 

body {
		behavior: url("../js/csshover.htc");
    position: relative; 
    min-height: 100%; 
    _height: 100%; 
    width: 748px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 0;
    margin: 0 auto;
	background: white;
    
}

#container {
    position: relative;
    width: 708 px; 
    padding: 0 15px 38px 15px;
    min-height: 450px;
    _height: 450px;
    text-align: justify;
}

#right-content { 
	text-align: left;
	position: absolute;
	top: 0;
	right: -180px;
	width: 155px;
	padding: 10px;
	color: #006077;
	font-size: 11px;
}

#right-content p, address, #right-content a { font-size: 11px; color: #006077; }
address { font-style: normal; }

#right-content h2 {
	padding-top: 0;
	font-size: 11px;
}



#menu {
	position: relative;
	z-index: 10;
	list-style: none;
	height: 32px;
	padding: 7px 0 0 150px;
	margin: 0 5px 0 5px;
	background: white url("../images/menu-background.gif") repeat-x top left;
	text-align: center;
}

#menu li {
	float: left;
	margin: 0;
	position:relative;
}

#menu li a {
	display: block;
	_display: inline-block;
	height: 17px;
	padding: 3px 10px 0 10px; 
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#menu li a#highlighted, #menu li a:hover { background: #006077; }
#menu li:hover { background: #006077; }

#menu li ul { display: none; list-style: none; border: 2px solid white; border-bottom: 5px solid #E05200;}
#menu li ul { position: absolute; top: 20px; left: -2px;  margin: 0; padding: 0; width: 150px; _left: -3px; _margin: 0 0 0 1px; background: white;  }
#menu li ul li { width: 150px; border-bottom: 2px solid white; }
#menu li ul li a { background: #007E9C; text-align: left; display: block;  }
#menu li ul li a:hover { background: #004657; }
#menu li:hover ul { display: block; }

table.stappen { border-collapse: no-collapse; width: 100%; }
table.stappen td { border: 1px solid #CCCCCC; padding: 2px;}

	
h3, h2, p { margin: 10px 0; }
h2 { font-weight: bold; color: #E05200; font-size: 14px; margin-top: 0; padding-top: 10px; }	
h3 { font-weight: bold; color: #C14900; font-size: 12px; }
a { color: #E05200; text-decoration: none; }
a:hover { text-decoration: underline; }


h1 {
	margin: 0 5px;
	padding: 5px 0;
	width: 738px;
	height: 91px;
	background: white url("../images/logo.jpg") no-repeat 0 5px;
}

#footer {
    position: absolute; 
    bottom: 0;
    left: 5px;
    width: 738px;
    padding: 14px 0 5px 0;
    margin: 0;
    height: 14px;
    text-align: center;
    color: #007895;
    background: white url("../images/footer-background.gif") repeat-x 0 5px;
} 

#footer a {	color: #007895; }




#atex-logo {
	background: url("../images/MaAtAni.gif");
	position: absolute;
	bottom: 33px;
	left: 568px;
	width: 175px;
	height: 182px;
}

#triplea-logo {
	background: url("../images/triplea.gif");
	position: absolute;
	bottom: 33px;
	left: 568px;
	width: 175px;
	height: 175px;
}
	

.invisible { display: none; }  

/* -------------------------------------- contact pagina ------------------------------- */

form { margin: 20px 0 30px 0; _margin: 20px 0 10px 0;}


form label {
	width: 200px;
	margin: 2px 0;
	height: 17px;
	float: left;
}

form input {
	border: 1px solid black;
	width: 250px;
	margin: 2px 0;
	height: 17px;
}

form input.button {
	float: left;
	background: transparent url("../images/button.gif") no-repeat top left;
	margin: 10px 10px 10px 0;
	width: 118px;
	border:solid 0 #fff;
	height: 21px;
	color: white;
	font-weight: bold;
	text-align: center;
}

form input.button:hover { cursor: pointer; } 

form input.button:focus {
	border:solid 0 #fff;
}

form input:focus, form textarea:focus {
	border: 1px solid #AF033C;
}

form textarea {
	border: 1px solid black;
	width: 450px;
	_width: 453px;
	height: 100px; 
}

ul {
	margin: 10px 0;
	padding: 0;
}

ul li { margin: 0 30px; }

dl { margin: 10px 0; }
dl dt { margin: 10px 0; font-weight: bold; }

h3 a:hover { text-decoration: none; }
