/**
 * all general styles
 */

html
{
	padding: 0 0 1px 0;
	height: 100%;
}

body
{
	background: #f5f5f5 url( ../img/bg_body.png ) repeat-x 0 0;
	color: #1e1e1e;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

body.start
{
	background: #f5f5f5 url( ../img/bg_body_start.png ) repeat-x 0 0;
}

h1,
	h2,
	h3
{
	margin: 0;
	padding: 0;
	color: #0064ab;
	font-weight: normal;
}

h1
{
	font-size: 22px;
	padding: 0 0 18px 0;
	line-height: 26px;
}

h2
{
	font-size: 16px;
	padding: 0 0 8px 0;
	line-height: 22px;
	font-weight: bold;
}

h2.no_display
{
	display: none;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 8px 0;
}

p
{
	margin: 0;
	padding: 0 0 8px 0;
}

a
{
	color: #0064ab;
	text-decoration: underline;
}

a:hover
{
}

a:active,
	a:link,
	a:visited
{
}

a img
{
	border: 0 none;
}

table
{
	width: 100%;
}

label
{
	margin: 0 0 4px 0;
	float: left;
	clear: left;	
}

input,
	select,
	textarea
{
	margin: 0 0 4px 0;
	padding: 1px 2px;
	float: left;
	border: 1px #0064ab solid;	
}

/* important for right IE styles */
input.noBorder,
	input.radio,
	input.checkbox { 
		border: none; 
}

input.button
{
	background: transparent url( ../img/bg_button.png ) repeat-x 0 0;
	border: 1px #005097 solid;
	color: #ffffff;
	cursor: pointer;
	float: none;
	font-size: 12px;
	margin: 0;
	padding: 2px 6px;
	width: auto !important;
}

fieldset
{
	margin: 0 0 12px 0;
	padding: 6px 8px;
	border: 1px #0064ab solid;
}

fieldset legend
{
	padding: 0 8px;
	font-size: 13px;
	font-weight: bold;
}

fieldset label
{
	width: 142px;
}

fieldset input
{
	width: 250px;
}

fieldset input.wholeField
{
	width: 300px;
}

fieldset input.longField
{
	width: 194px;
}

fieldset input.shortField
{
	margin: 0 0 0 8px;
	width: 92px;
}

fieldset textarea.wholeField
{
	width: 300px;
	height: 50px;
}

div.button_bar
{
	text-align: right;
}

div.button_bar p
{
	font-size: 11px;
}

/**
 * styles newsletter form
 */
div.formbox
{
	float: left;
}

div.formbox div.row
{
	display: block;
	clear: both;
}

div.formbox div.row div.row
{
	clear: both;
}

div.formbox div.row label.labelcol
{
	width: 120px;
}

div.formbox div.row span.fieldcol
{
	float: left;
	width: 340px;
}

div.formbox div.row span.fieldcol label
{
	clear: none;
	margin-left: 12px;
}

div.formbox div.row span.fieldcol input
{
	clear: left;
	margin-top: 2px;
}

div.formbox div.row span.labelcol
{
	float: left;;
	height: 1px;
	width: 120px;
}

div.formbox div.row span.buttoncol
{
	clear: both;
	display: block;
	padding: 10px 0 0 0;
}

div.formbox div.row input
{
	width: 330px;
}

div.formbox div.row input.checkbox
{
	width: auto;
}

div.formbox div.row input.button
{
	clear: left;
	display: block;
	float: right;
	margin: 0 0 0 4px;
	width: auto;
}

hr
{
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	clear: both;
	color: #fff;
	background:transparent;
	border:0;
	border-bottom: 1px #0064ab solid;	
}

ul 
{
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0;
}

ul li
{
	background: transparent url( ../img/icon_square_blue.png ) no-repeat 0 6px;
	padding: 0 0 0 14px;
}


/**
 * basic layout styles
 */
#page
{
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

#header
{
	height: 324px;
	overflow: hidden;
}

body.start #header { height: 460px; }

#header a.home_link
{
	background: transparent url( ../img/logo_efnms.png ) no-repeat 0 0;
	display: block;
	height: 95px;
	overflow: hidden;
	position: relative;
	top: 10px;
	text-indent: -2000px;
	width: 395px;
}

#header div.header_functions
{
	background: #f9f9f9 url( ../img/bg_header_functions.png ) repeat-x 0 0;
	border: 1px #d2d2d2 solid;
	position: absolute;
	right: 10px;
	top: 52px;
	width: 395px;
}

div.header_functions div.social
{
	float: left;
}

div.header_functions div.search_box
{
	float: right;
}

#header div.header_image
{
	clear: both;
	height: 185px;
	position: absolute;
	top: 116px;
	overflow: hidden;
}

body.start #header div.header_image { height: 320px; }

#main
{
	margin: 0 5px;
	min-height: 450px;
}

#main div.main_functions
{
	border-bottom: 1px #ffffff solid;
	height: 24px;
	margin: 0 0 10px 0;
}

#main div.main_functions h2
{
	float: left;
	width: 200px;
	color: #0064ab;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 8px 0;
}

#main div.main_functions div.breadcrumb
{
	color: #0064ab;
	float: left;
	font-size: 11px;
	margin: 0 25px;
	width: auto;
}

#main div.main_functions div.breadcrumb a
{
	text-decoration: none;
}

#main div.main_functions div.breadcrumb a:hover
{
	text-decoration: underline;
}

#main #consoleo_content
{
	clear: both;
	float: left;
	margin: 0;
	width: 1000px;
}

body.start #main #consoleo_content,
	div.verbose #consoleo_content
{
	width: 800px !important;
}

#main #consoleo_content div.content
{
	float: right;
	margin: 5px 25px 0 25px;
	width: 750px;
	overflow: hidden;
}

div.content table
{
	border-collapse:collapse;
}

div.content table tr
{
	border-bottom:4px #F5F5F5 solid !important;
	border:0;
}

div.content table tr td
{
	padding: 2px 4px !important;
	background: #fff;
	border-right: 2px #F5F5F5 solid !important;
}

body.start #main #consoleo_content div.content,
	div.verbose #consoleo_content div.content
{
	width: 550px !important;
}

#main #consoleo_functions
{
	display: none;
}

body.start #main #consoleo_functions,
	div.verbose #consoleo_functions
{
	display: block !important;
	float: right;
	width: 190px;
	overflow: hidden;
}

#consoleo_functions div.banner
{
	margin: 0 0 10px 0;
	text-align: center;
}

#consoleo_functions div.banner img
{
	margin: 5px 0;
}

#page_footer
{
	clear: both;
	background: #005ba2 url( ../img/bg_footer.png ) repeat-x 0 0;
}

#page_footer div.footer
{
	padding: 32px 0 0 0;
	margin: 0 auto;
	width: 1000px;
}

#page_footer div.footer p
{
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

/**
 * content styles
 */
div.contactform
{
	width: 550px;
}

div.contactform fieldset.personal_information
{
	float: left;
	width: 250px;
}

div.contactform fieldset.company_information
{
	float: right;
	width: 250px;
}

div.contactform fieldset.message_information
{
	clear: both;
	font-size: 11px;
	text-align: right;
}

div.contactform label
{
	font-size: 12px;
	width: 90px;
	text-align: left;
}

div.contactform input
{
	width: 150px;
}

div.contactform div.anrede input
{
	float: none;
	position: relative;
	top: 2px;
	width: auto;
}

div.contactform textarea
{
	width: 540px !important;
}

/**
 * forms
 */
fieldset div.anrede input
{
	position: relative;
	top: 2px;
	float: none;
	width: auto;
}

fieldset.message_information
{
	padding: 0;
	border: 0 none;
}

fieldset.message_information legend
{
	padding: 0 0 8px 0;
}

div.orderform
{
	width: 550px;
}

#deliveryInformation
{
	display: none;
}

div.deliveryCheckbox
{
	padding: 20px 0 0 0;
}

div.deliveryCheckbox input
{
	clear: left;
	margin: 20px 0 10px 0;
	width: 20px;
	border: 0 none;
}

div.deliveryCheckbox label
{
	clear: none;
	margin: 17px 0 10px 12px;
	width: 400px;
}

div.orderform div.foot
{
	text-align: right;
}

div.orderform div.foot p.note
{
	font-size: 11px;
	text-align: left;
}

div.orderform div.foot p.footNote
{
	padding: 8px 0;
	font-size: 11px;
}

/**
 * lightbox styles
 */
#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img
{
	width: auto;
	height: auto;
}

#lightbox a img
{
	border: none; 
}

#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer
{
	padding: 10px; 
}

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
}

#imageContainer>#hoverNav
{ 
	left: 0;
}

#hoverNav a
{
	outline: none;
}

#prevLink, 
	#nextLink
{
	width: 49%;
	height: 100%;
	background-image: url( ../img/lightbox/blank.gif ); 
	/* Trick IE into showing hover */ 
	display: block; 
}

#prevLink
{
	left: 0; 
	float: left;
}

#nextLink 
{
	right: 0; 
	float: right;
}

#prevLink:hover, 
	#prevLink:visited:hover 
{ 
	background: url( ../img/lightbox/prevlabel.gif ) left 15% no-repeat; 
}

#nextLink:hover, 
	#nextLink:visited:hover 
{
	background: url( ../img/lightbox/nextlabel.gif ) right 15% no-repeat; 
}

#imageDataContainer
{ 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	width: 100%;
}

#imageData
{
	padding: 0 10px 10px 10px; 
	color: #666; 
}

#imageData #imageDetails
{
	width: auto; 
	text-align: left; 
}

#imageData #bottomNav
{
	position: relative;
}

#imageData #caption
{
	font-weight: bold;
}

#imageData #numberDisplay
{
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose
{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -25px;
	right: -25px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: transparent url( ../img/lightbox/close.png ) no-repeat 0 0;
	border: 0 none;
}

#imageData #bottomNavClose img
{
	display: none;
}

#overlay
{
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}

.lightboximagejumpers 
{
	clear: left;
	display:block; 
}
