body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	text-align: left;	
    background-image: url(/images/bg_content.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
	overflow-y: scroll;
}
img {
	border: none;

}

ul, li {
	margin-left: -10px;
	
}
/* Navigation */

.navigation_menu {
	margin: 0px;
	margin-left: 7px;
	padding: 0px;
    font-weight: bold;
}
#functionmenu a  {
    color: #007CBB;
    text-decoration: none;
    font-size: 8pt;
}

#functionmenu img  {
    border: 0px;
    margin-left: 0.7em;
    margin-right: 0.3em;
    margin-bottom: -3px;
}


#navigation ul {
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
}
#navigation ul li {
    list-style-type: none;
    padding: 0px;
    margin-left: 3px;
    font-weight: bold;
}


/* Page Structure */
#centerdiv {
text-align: left;
}
#header_blend {
    position: fixed;
    width: 100%;
    height: 70px;
    top: 0px;
    background-color: #fff;
    z-index: 9;
	border-bottom: 4px solid #ff981c
}
#header {
    position: fixed;
    margin-left: -500px;
    width: 1000px;
    height: 70px;
    left: 50%;
    top: 15px;
    background-repeat: repeat-x;
    z-index: 11;
}
#logo_metrology {
    margin: 10px;
    margin-bottom: 6px;
    float: left;
}

#logo_optocraft {
    margin: 30px;
}
#functionmenu {
    float: right;
    margin: 14px;
}

#midde {
    position: fixed;
    width: 1000px;
    height:100%;
    left: 50%;    
    margin-left: -500px;
    top: 100px;
}

#contentarea {
	position: absolute;
	left: 50%;
	margin-left: -500px;
    width: 800px;
    padding-left: 210px;
    padding-top: 100px;
    text-align: left;
    border: none;
}

#content {
	margin-bottom: 0px;
}

#content table td {
	text-align: left;	
}

.content_spacer_bottom {
    margin-bottom:10px;
}

#path {
/*    padding: 0.5em;*/
	text-align: left;
	margin-left: 0px;
	margin-bottom: 0.5em;
}

#seriesnavigation {
	margin-bottom: 0.5em;
}

#navigation {
    position: fixed;
    width: 215px;
    top: 100px;
    left: 50%;
    height: 90%;
    margin-top: 0px;
    margin-right: 0.6em;
    margin-left:-500px;
    text-align: left;
    border: none;
    z-index:10;
	font-weight: bold;
}

#navigation hr {
 	color: #fff;
	background: #fff;
	border: none;
 	border-bottom: 1px solid #007CBB;
	width: 80%;
	float: left;
	margin-top: 1em;
}

#navigation ul {
clear: both;
	margin: 0.5em 1em auto;
}
#download-navigation {
}


#footer {
    position: fixed;
    font-size:1pt;
    width: 1000px;
	height: 8px;
	left: 50%;
	bottom: 15px;
	margin-left: -404px;
	z-index: 12;
}
 
#footer_blend {
    position: fixed;
    width: 100%;
    height: 15px;
    bottom: 0px;
    background-color: #fff;
    z-index: 13;
    text-align: center;
    font-size: 10px;
	border-top: 1px solid #ff981c;
}

.inputc {
	width: 400px;
}