html
{
	height: 100%;
}

body
{
	font-family: tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	background: white;
	height: 100%;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center; /* align for ie */
}

a
{
	color: #084594; /* Brucker blau */
}

p
{
	margin: 0 0 1.4em 0;
	padding: 0;
}

h3
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4em;
}

img
{
	border: 0;
}

fieldset
{
	border: 0 none #000;
	margin: 0;
	padding: 0;
}

legend
{
	display: none;
}

input, select, textarea {
	border: 1px solid #6d6e71; /* Brucker TEXT grau */
	font: 12px/120% Tahoma, sans-serif;
	padding: 2px;
	
}

input:focus,
select:focus,
textarea:focus
{
	color: #084594; /* Brucker blau */
	background: #fde3b7; /* Brucker grell orange*/
	font-weight: bold;
}

input, select, button {
    vertical-align: middle;
}

input.placeholder
{
	color: #b6b6b6;
}

table td
{
	vertical-align: top;
}


/* Position specific stuff
 * **************************************************** */

#container
{
	position: relative;
	height: 100%;
	width: 940px;
	margin: 0 auto;
	text-align: left;	/* align for ie */
}


header
{
	position: absolute;
	display: block;
	width: 100%;
	height: 50px;
	left: 0;
	top: 0;
	z-index: 2;
	overflow: hidden;
	background: white;
}

#logo
{
	position: absolute;
	display: block;
	left:0px;
	top: 50px;
	z-index: 3;
	width: 470px;
	height: 267px;
	background: white;
	margin: 0;
	padding: 0;
}

#nav
{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	z-index: 1;
	width: 470px;
	height: 100%;
}

#content
{
	position: absolute;
	display: block;
	z-index: 1;
	left: 470px;
	top: 0;
	width: 470px;
	height: 100%;
	background: #c7c8ca; /* Brucker BG grau */
}

hr#main
{
	position: absolute;
	display: block;
	z-index: 4;
	left: 0;
	top: 317px;
	width: 100%;
	height: 3px;
	border: 0px none;
	background: #6d6e71; /* Brucker TEXT grau */
	margin: 0;
	padding: 0;
}

div#mainhr
{
	/* zusaetzlicher hr-fake der bis zum Rand geht */
	position: absolute;
	left: 0;
	top: 317px;
	height: 3px;
	width: 50%;
	background: #6d6e71; /* Brucker TEXT grau */
}

.nodisplay
{
	display: none;
}

/* /Position specific stuff
 * **************************************************** */


/* Header
 * *********************************** */

header #searchform
{
	position: absolute;
	width: 370px;
	left: 470px;
	bottom: 6px;
	padding: 0;
	margin: 0;
	
}

header #searchform input#search
{
	width: 230px;
	margin-right: 3px;
}

header #languageselector {
	display: block;
	position: absolute;
	width: 90px;
	height: 18px;
	bottom: 7px;
	right: 0;
	margin: 0;
	padding: 0;
}

header #languageselector span.languagelabel,
header #languageselector span.languageseparator,
header #languageselector a span {
	display: none;
}


header #languageselector a {
	position: absolute;
	display: block;
	width: 31px;
	height: 18px;
	float: left;
	cursor: pointer;
}

header #languageselector a.deutsch {
	right: 0;
	top: 0;
	background-image: url(../img/flaggen-brucker.gif);
	background-position: left 0px;
	background-repeat: no-repeat;
}

header #languageselector a.english {
	right: 38px;
	top: 0;
	background-image: url(../img/flaggen-brucker.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
}

header #languageselector a.deutsch:hover {
	background-position: left -18px;
}

header #languageselector a.english:hover {
	background-position: right -18px;	
}

header #languageselector a.decurrent {
	background-position: left -36px;
}

header #languageselector a.encurrent {
	background-position: right -36px;	
}


/* Logo
 ****************** */

#logo a
{
	display: block;
	width: 418px;
	height: 86px;
	margin-left: 2px;
	margin-top: 83px;
}



/* Nav
 ****************** */

#nav
{
	font-size: 14px;
	line-height: 16px;
}

#nav ul
{
	list-style: none;
}

#nav ul,
#nav ul li
{
	margin: 0;
	padding: 0;
}

#nav a,
#nav ul li.current ul li a,
#nav ul li:hover ul li a
{
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}



#nav a:hover
{
	color: #084594; /* Brucker blau */
}

#nav a span
{
	background: white;
	padding-right: 4px;
}

#nav ul li
{
	position: relative;
	display: block;
	width: 13em;
	margin-bottom: 3px;
}

#nav ul li ul li
{
	width: 11.5em;
}

#nav ul li ul
{
	position: absolute;
	display: none;
	left: 13em;
	top: 0;
}



#nav ul li:hover,
#nav ul li.current
{
	/* background: #c7c8ca; /* Brucker BG grau */
	background: url(../img/navbar.gif) 20px 1px no-repeat;
}

#nav ul li:hover ul,
#nav ul li.current ul
{
	position: absolute;
	display: block;
	left: 13em;
	top: 0;
}

#nav a,
#nav ul li.current ul li a,
#nav ul li:hover ul li a
{
	color: #6d6e71; /* Brucker TEXT grau */
}

#nav ul li:hover a,
#nav ul li:hover ul li:hover a,
#nav ul li.current a,
#nav ul li.current ul li.current a
{
	color: #084594; /* Brucker blau */
}

#nav ul:hover li.current /* mutual */
{
	background: none;
}

#nav ul:hover li.current ul /* mutual */
{
	display: none;
}

#nav ul:hover li.current:hover ul /* mutual */
{
	display: block;
}

#nav ul:hover li.current:hover /* mutual */
{
	background: url(../img/navbar.gif) 20px 1px no-repeat;
}

#nav ul#navigationroot
{
	height: 100%;
	float: right;
	margin-right: 11.5em;
	border-right: 3px solid #c7c8ca; /* Brucker BG grau */
}

#nav ul li:first-child
{
	margin-top: 330px;
}

#nav ul li ul li:first-child
{
	margin-top: 0;
}

#nav ul li ul
{
	float: none;
	border-right: 0px none #fff;
	border-left: 3px solid #c7c8ca; /* Brucker BG grau */
}



/* eyeSlider stuff
 * **************************************************** */
.eyeslide
{}

a.eyeslide
{
	text-decoration: none;
	font-weight: bold;
	color: black;
	/*
	background-image: url(../img/eyeslider-eye.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 32px;
	*/
	color: #084594; /* Brucker blau */
}

a.eyehighlight
{
	/* background-image: url(../img/eyeslider-eye-active.png); */

}

/* Content
 * **************************************************** */
 

#content #slider
{
	position: relative;
	width: 470px;
	height: 267px;
	margin-top: 50px;
	margin-bottom: 3px;
	background: white;
	overflow: hidden;
}


#content div.columns1of2L
{
	float: left;
	max-width: 43%;
	margin: 12px 0 1.6em 1.5em;
	padding: 0;
}

#content div.columns1of2R
{
	float: right;
	max-width: 43%;
	margin: 12px 1.5em 1.6em 0;
	padding: 0;
}


#content div.columns2of2
{
		margin: 12px 1.5em 1.6em 1.5em;
}