body 
{
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;

}

a:link, a:visited, a:active
{
	color: #666666;
}

a:hover
{
	text-decoration: none;
	color: #666666;
}

.inputerror 
{
	background-color:#FF0000;
}

h1
{
	
	color: #5692b1;
	font-family: Futura Medium, Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 30px;
	
}

p, table
{
	margin: 0px;
	padding: 0px;
}

img
{
	border-width: 0px;
}

input, textarea
{
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

p.text_body
{
	line-height: 17px;
}

/*
 *
 *	colors
 *
 */

.color_blue
{
	color: #005d88;
}

/*
 *
 *	content
 *
 */

.content_holder
{
	margin-left: 1px;
	margin-top: 19px; 
	position: relative
}

.content_full
{
	
	position: relative;
	padding-bottom: 40px;	
	background: url(/images/content_back_bottom.gif) bottom no-repeat;
	z-index: 9;
}

.content_full_large
{
	
	position: relative;
	padding-bottom: 40px;	
	background: url(/images/content_back_bottom_large.gif) bottom no-repeat;
	z-index: 9;
}

.content_border
{
	position: relative;
	border-left: 1px solid #d4e3ec;
	border-right: 1px solid #d4e3ec;
}

.content_no_border
{
	position: relative;
}

.content_image_top
{
	background: url(/images/content_back_top.gif) no-repeat;
	width: 720px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.content_image_top_no_image
{
	width: 720px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

/* small page */

.content_small_min_height
{
	float: right;
	height: 355px;
}

.content_small_holder
{
	position: relative;
	height: 355px;
}

/* large page */

.content_large_min_height
{
	float: right;
	height: 450px;
}

.content_large_holder
{
	position: relative;
	height: 450px;
}

.content_large_holder_sub
{
	position:relative;
	padding-top:53px;
	padding-left:25px;
	padding-right:40px;
	width:auto;
}

/*
 *
 *	menu
 *
 */

.logo
{
	position: absolute; 
	left: 33px; 
	top: 25px;
}

.topmenu
{
	position: absolute; 
	left: 112px; 
	top: 30px; 
	z-index: 4;
}

.submenu_empty
{
	position: absolute; 
	left: 0px; 
	top: 61px; 
	z-index: 2;
}

.submenu
{
	position: absolute; 
	left: 0px; 
	top: 61px; 
	width: 100%; 
	height: 21px; 
	background: url(/images/menu/submenu_back.gif); 
	z-index: 3; 
	text-align: center;
	min-width: 721px;
}

.submenu_bottom
{
	position: absolute; 
	height: 27px; 
	border-bottom: 1px solid #d5e4ec; 
	width: 719px; 
	text-align: center;
	z-index: 5;
}

.submenu_bottom_panel
{
	margin-top: 8px;
}

.submenu_image
{
	margin-right: 15px;
	margin-left: 15px;
}

.puff
{
	margin-left: 1px; 
	margin-top: 5px;
}

.SimpleImage
{

	position: absolute;
	left: 5px;
	top: 53px;
	
}

/*
 *
 *	templates
 *
 */

/* template 1, image/flash + text */

.template1_image
{
	position: absolute;
	left: 10px;
	top: 1px;
	z-index: 10;
}

.template1_text
{
	position: absolute;
	left: 350px;
	top: 60px;
	width: 328px;
	z-index: 11;
}

/* template 2, full page with padding */
.template2
{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
}

/* template 3, flash/image + text with submenu ( ex. products ) */

.template3_flash
{
	position: absolute;
	left: 10px;
	top: 20px;
	z-index: 10;
}

.template3_image
{
	float:left;width:1%;
}

.template3_text
{
	float:right;width:325px;margin-top:18px;
	/*
	position: absolute;
	left: 350px;
	top: 60px;
	width: 300px;
	z-index: 11;
	*/
}
#flashHolder
{
	position: absolute;
	left: 10px;
	bottom: -40px;
	
}
*html #flashHolder
{
	bottom: 0px;
}
.nhover_info
{
	border:1px solid #d4e3ec;
	background-color:White;
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	padding:8px;
}

.f_info
{
	position:absolute;
	width:570px;
	top:100px;
	left:100px;
	border:1px solid #d4e3ec;
	background-color:White;
	visibility:hidden;
	padding:10px 10px 10px 10px;
}

.f_info div
{
	position:absolute;
	top:12px;
	right:12px;
}

.f_info h2
{
	color: #5692b1;
	width:480px;
	padding:0px;
	margin:0px 0px 10px 0px;
}

