body
{
	font-family: Verdana, Arial, Geneva, Sans-Serif;
	text-decoration: none;
	color: #000000;
	background-color: #333333;
	background-image: url('../images/def/background.jpg');
	background-repeat: repeat-y;
	background-position: center 0px;
}


/* center */

#echtall
{
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 1;
	margin: 0px auto;
	text-align: center;
}

#all
{
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
	z-index: 0;
	background-color: #134FA1;
}

/* center */

/* define layers */

#map
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: right;
	z-index: 0;
	visibility: visible;
}

/*
#mapzoom
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: right;
	z-index: 2;
}
*/

#mapmenu
{
	position: absolute;
	top: 200px;
	left: 115px;
	height: 100%;
	z-index: 4;
}


#header
{
	position: absolute;
	top: 14px;
	left: 8px;
	width: 354px;
	height: 161px;
	z-index: 1;
}

#logo_lombardini
{
	position: absolute;
	top: 120px;
	left: 355px;
	width: 370px;
	height: 75px;
	z-index: 1;
}

#menu
{
	position: absolute;
	top: 197px;
	left: 8px;
	width: 100px;
	z-index: 2;
}
	
#text
{
	position: absolute;
	top: 197px;
	left: 98px;
	height: 275px;
	z-index: 3;
	color: #006;
}

/* define styles */

.title
{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.text
{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
}

.small
{
	color: #000000;
	font-size: 9px;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
}

.smallred
{
	color: #F03;
	font-size: 9px;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
}


a:link, a:visited
{
	text-decoration: underline;
	color: #134FA1;
}

a:hover, a:active
{
	text-decoration: none;
	color: #CC0000;
}

.nav
{
	color: #00FFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

	a.nav:link, a.nav:visited
	{
		text-decoration: none;
		color: #FFFFFF;
	}
	
	a.nav:hover, a.nav:active	
	{
		text-decoration: none;
		color: #FFFF00;
	}

.nav_sub
{
	color: #00FFFF;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

	a.nav_sub:link, a.nav_sub:visited
	{
		text-decoration: none;
		color: #FFFFFF;
	}
	
	a.nav_sub:hover, a.nav_sub:active	
	{
		text-decoration: none;
		color: #FFFF00;
	}

.input_field
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	border: 1px solid #000;
	margin-bottom: 2px;
	padding: 4px 5px 4px 5px;
	width: 195px;
	background: #FFFFFF url(../images/def/input_bg.gif) no-repeat left top;
	vertical-align: middle;
}

.input_field2
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	border: 1px solid #000;
	margin-bottom: 2px;
	padding: 4px 5px 4px 5px;
	width: 260px;
	background: #FFFFFF url(../images/def/input_bg.gif) no-repeat left top;
	vertical-align: middle;
}

.input_field3
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	border: 1px solid #000;
	margin-bottom: 2px;
	padding: 4px 5px 4px 5px;
	width: 330px;
	background: #FFFFFF url(../images/def/input_bg.gif) no-repeat left top;
	vertical-align: middle;
}

.input_short
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	border: 1px solid #000;
	margin-bottom: 2px;
	padding: 4px 5px 4px 5px;
	width: 36px;
	background: #FFFFFF url(../images/def/input_bg.gif) no-repeat left top;
	vertical-align: middle;
}

.input_pulldown
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	border: 1px solid #000;
	margin-bottom: 2px;
	padding: 3px 5px 3px 5px;
	width: 36px;
	background: #FFFFFF;
	vertical-align: middle;
}


.input_submit
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	padding: 1px 5px 1px 5px;
	width: 136px;
	color: #000000;
	background: #EEEEEE;
}

ul
{
color: black;
}

.form_field {
	font-family: Arial, sans-serif; 
	font-size: 8pt;
	background-color: #ffffff;
	color: #000000;
	width: 230px;	
	border-style: solid;
	border-width: 1px;
	border-color: #171796;

}

.form_field_xsmall {
	font-family: Arial, sans-serif; 
	font-size: 8pt;
	background-color: #ffffff;
	color: #000000;
	width: 50px;	
	border-style: solid;
	border-width: 1px;
	border-color: #171796;

}

.form_field_small {
	font-family: Arial, sans-serif; 
	font-size: 8pt;
	background-color: #ffffff;
	color: #000000;
	width: 170px;	
	border-style: solid;
	border-width: 1px;
	border-color: #171796;

}