html,
body
{
	background-color: #DADADA;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: arial, sans-serif;
	font-size: 0.9em;
}

body
{
	width: 759px;
	margin: auto;
/* 	border: 1px solid; */
	margin-top: 10px;
	position: relative;
	top: 0;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
	border: 1px solid #747474;
}

.hide
{
	position: absolute;
	left: -9999px;
	font-size: 0pt; /* this is needed because of a "rendering bug"(?) in gecko, that leads to reserved space, although there shouldn't be space reserved for these elements */
}

.clear
{
	clear: both;
}

.clearleft
{
	clear: left;
}

.red
{
	color: red;
}

.blue
{
	color: blue;
}

.green
{
	color: green;
}

.brown
{
	color: brown;
}

.violet
{
	color: violet;
}

.yellow
{
	color: yellow;
}

.orange
{
	color: orange;
}

.cyan
{
	color: cyan;
}

.white
{
	color: white;
}

.black
{
	color: black;
}

.fs1
{
	font-size: 0.6em;
}

.fs2
{
	font-size: 0.8em;
}

.fs3
{
	font-size: 1.0em;
}

.fs4
{
	font-size: 1.2em;
}

.fs5
{
	font-size: 1.4em;
}

.fs6
{
	font-size: 1.6em;
}

.fs7
/* { */
	font-size: 1.8em;
}

#logo
{
	position: absolute;
	top: 10px;
	left: 530px;
/* 	display: none; */
}

h1
{
	margin: 0;
	padding: 0;
	padding-top: 16px;
	padding-bottom: 30px;
	margin-bottom: 17px;
	text-transform: uppercase;
	color: #B44565;
	font-size: 18px;
	font-weight: bold;
/* 	border: 1px solid; */
	background-image: url(../images/bg-headline.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#mainbox
{
	background-color: #FFF;
	border-left: 1px solid #747474;
	border-right: 1px solid #747474;
	border-bottom: 1px solid #747474;
	border-top: 1px solid #747474;
	width: 759px;
/* 	background-color: #F0F; */
}

#mainnav
{
	
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 90px;
	margin-top: -18px;
	list-style-type: none;
	font-weight: bold;
	
/* 	border: 2px solid #FC6; */
	
	
}

#mainnav li
{
	float: left;
	padding-bottom: 10px;
	padding-top: 29px;
/* 	border: 1px solid #00FFFF; */
	border-bottom: 1px solid #DADADA;
}

#mainnav li,
#mainnav li a
{
	color: #B44565;
	text-decoration: none;
}

#mainnav li:hover,
#mainnav li.active
{
	background-image: url(../images/bg-mainnav-activelistpoint.gif);
	background-repeat: no-repeat;
	background-position: top 9px;
}

#mainnav li#navlink_home
{
	width: 63px;
}

#mainnav li#navlink_news
{
	width: 74px;
}

#mainnav li#navlink_company
{
	width: 109px;
}

#mainnav li#navlink_machines
{
	width: 95px;
}

#mainnav li#navlink_projects
{
	width: 86px;
}

#mainnav li#navlink_references
{
	width: 98px;
}

#mainnav li#navlink_downloads
{
	width: 96px;
}

#mainnav li#navlink_way
{
	width: 74px;
}

#subnav
{
	clear: left;
	margin: 0;
	padding: 0;
	
	position: absolute;
	left: 0;
	margin-top: 90px;
/* 	margin-left: -18px; */
	
	list-style-type: none;	
	
/* 	border: 1px solid; */
}

#subnav li
{
	margin-bottom: 13px;
	padding-left: 30px;
}

#subnav li a,
#subnav li.active li a,
#subnav li:hover li a
{
	color: #B44565;
	text-decoration: none;
}

#subnav li a
{
	font-weight: bold;
}

#subnav li.active a
{
	color: #6F6F6F;
}

#subnav li.active,
#subnav li:hover
{
	background-image: url(../images/bg-subnav-activelistpoint.gif);
	background-repeat: no-repeat;
}

#subnav ul
{
	margin: 0;
	padding: 0;
	padding-left: 15px;
	margin-top: 10px;
	list-style-type: disc;
}

#subnav ul li
{
	padding-left: 0;
	margin: 0;
}

#subnav ul li a
{
	font-weight: normal;
}

#subnav ul li.active,
#subnav ul li:hover,
#subnav ul li.active a,
#subnav ul li:hover a
{
	background-image: none;
	color: #6F6F6F;
	font-weight: normal;
}


#contentbox
{
	clear: left;
	margin-left: 140px;
	margin-right: 25px;
	margin-bottom: 18px;
	padding: 15px;
	min-height: 300px;
	position: relative;
}

#contentbox #constructimage
{
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
	position: absolute;
	left: -150px;
	bottom: -80px;
}

body#home #contentbox #constructimage
{
	background-image: url(../contents/home/construct.gif);
	bottom: auto;
	top: 0px;
}

body#news #contentbox #constructimage
{
	background-image: url(../contents/news/construct.gif);
}

body.company #contentbox #constructimage
{
	background-image: url(../contents/company/construct.gif);
}

body.machines #contentbox #constructimage
{
	background-image: url(../contents/machines/construct.gif);
}

body.projects #contentbox #constructimage
{
	background-image: url(../contents/projects/construct.gif);
	left: -215px;
}

body#references #contentbox #constructimage
{
	background-image: url(../contents/references/construct.gif);
}

body#downloads #contentbox
{
	padding: 0;
}

body#downloads #contentbox #constructimage
{
	background-image: url(../contents/downloads/construct.gif);
}

body.way #contentbox #constructimage
{
	background-image: url(../contents/way/construct.gif);
}

body#contact #contentbox #constructimage
{
	background-image: url(../contents/contact/construct.gif);
}

#address
{
	margin-bottom: 5px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	background-image: url(../images/bg-address.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #B01D47;
	
	float: left;
	width: 100%;
	color: #FFF;
	
}

#address #address-part1,
#address #address-part2
{
	float: left;
	width: 48%;
	font-style: normal;
}

#address #address-part1
{
	text-align: right;
	margin-right: 1%;
}

#address #address-part2
{
	margin-left: 1%;
}

#address #address-part1 strong
{
	text-transform: uppercase;
}

#address-part2 a
{
	color: #FFF;
	text-decoration: none;
}

#appendix,
#appendix a
{
	color: #747474;
	text-decoration: none;
}

#appendix a:hover
{
	text-decoration: underline;
}





/* content styles */
body#home #contentbox,
body.way #contentbox,
body#company_history #contentbox,
body#references #contentbox
{
	background-color: #EFEFEF;
}

body#home #contentbox
{
/* 	color: #B44565; */
/* 	font-weight: bold; */
	padding-bottom: 90px;
}

body#home #contentbox h2
{
	margin-top: 0;
	padding-top: 0;
	font-size: 1.2em;
}

body#home #home-image-collage
{
	position: absolute;
	left: -140px;
}

/*
body.way #map_container
{
	float: left;
}
*/

body.way #contentbox
{
	position: relative;
}

body.way #contentbox h2
{
	font-size: 0.9em;
	color: #B44565;
	font-weight: normal;
}

body.way img.map
{
	border: 4px solid #5F72B7;
}

body.way #way_desc
{
	width: 150px;
	font-size: 0.8em;
	position: absolute;
	bottom: 0;
	margin-left: 410px;
}

body.way #print_link
{
	color: #00F;
	cursor: pointer;
	text-decoration: underline;
}

body#way2 #contentbox address
{
	font-style: normal;
	margin-bottom: 5px;
}

body#news #contentbox
{
	padding: 0;
}

body#news #contentbox #no_news_found
{
	position: relative;
	top: 15px;
}

body#news #newslist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body#news #newslist li
{
	background-color: #EFEFEF;
	padding: 5px;
	margin-bottom: 5px;
}

body#news #newslist li h3
{
	font-size: 1.0em;
	color: #B44565;
	text-transform: uppercase;
}

body#company_history #contentbox
{
	padding-right: 143px;
}

body#company_history #historylist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body#company_history #contentbox
{
	background-image: url(../contents/company/bg_history.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

body#company_history #contentbox h2
{
	color: #B44565;
	text-transform: uppercase;
	font-size: 1.0em;
}

body#company_history #contentbox em
{
	color: #B44565;
	font-style: normal;
}

body#company_colleagues #contentbox 
{
	padding: 0;
}

body#company_colleagues #contentbox #intro
{
	background-color: #EFEFEF;
	padding: 15px;
}

body#company_colleagues #contentbox h2
{
	color: #B44565;
	text-transform: uppercase;
	font-size: 1.0em;
	margin-top: 0;
	padding-top: 0;
}

body#company_colleagues #colleagueslist
{
	margin: 0;
	padding: 0;
	margin-top: 10px;
	list-style-type: none;
}

body#company_colleagues #colleagueslist li
{
	background-color: #EFEFEF;
	padding: 15px;
	margin-bottom: 10px;
}

body#company_colleagues #colleagueslist li h3
{
	color: #B44565;
	text-transform: uppercase;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}

body#company_colleagues #colleagueslist li table
{
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

body#company_colleagues #colleagueslist li th
{
	font-weight: normal;
	text-align: left;
	width: 100px;
}

body#company_colleagues #colleagueslist .colleague_picture
{
	float: right;
	border: 2px solid #6375B7;
	width: 94px;
}

body#references #contentbox
{
	min-height: 298px;
}

body#references #contentbox h2
{
	color: #B44565;
	text-transform: uppercase;
	font-size: 1.0em;
}

body#references #referencelist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #EFEFEF;
}

body#references #referencelist .referencelogo
{
	float: left;
	width: 140px;
}

body#references #referencelist .referencelogo img
{
	max-width: 135px;
}

body#references #referencelist .referencetext
{
/* 	float: left; */
	padding-left: 140px;
}

body#references #referencelist li
{
	clear: left;
/* 	width: 100%; */
	background-color: #EFEFEF;
}

body#downloads #contentbox h2
{
	color: #B44565;
	text-transform: uppercase;
	font-size: 1.0em;
	background-color: #EFEFEF;
	font-weight: normal;
	padding: 10px;
	margin: 0;
}

body#downloads #contentbox table
{
	width: 100%;
}

body#downloads #contentbox table thead
{
	color: #B44565;
	text-transform: uppercase;
	font-size: 1.0em;
	background-color: #EFEFEF;
	font-weight: normal;
	margin: 0;
}

body#downloads #contentbox table td,
body#downloads #contentbox table th
{
	width: 49%;
	padding: 5px;
	border: 1px solid #EFEFEF;
}

body#downloads #contentbox table .link_cell
{
	text-align: center;	
}

body.machines #contentbox 
{
	padding: 0;
}

body.machines #contentbox #machineslist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body.machines #contentbox #machineslist h2
{
	color: #B44565;
	font-size: 1.0em;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
}

body.machines #contentbox #machineslist li
{
	background-color: #EFEFEF;
	padding: 15px;
	margin-bottom: 10px;
	min-height: 100px;
	clear: right;
}

body.machines #contentbox #machineslist .machinedesc
{
	white-space: pre;
	font-size: 10pt;
}

body.machines #contentbox #machineslist img.machinepic
{
	float: right;
	width: 120px;
	border: 4px solid #5F72B7;
}


body.projects #contentbox h2
{
	color: #B44565;
	font-size: 1.0em;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
}

body.projects #contentbox
{
	background-color: #EFEFEF;
	padding: 15px;
	margin-bottom: 10px;
	margin-left: 200px;
}

body.projects #contentbox img.projectimage
{
	float: right;
	width: 120px;
	border: 4px solid #5F72B7;
	margin-left: 10px;
}

body#contact #contentbox
{
	background-color: #EFEFEF;
	padding: 15px;
}

body#contact #contentbox form label,
body#contact #contentbox form #zip_location-label
{
	display: block;
	text-align: right;
	width: 170px;
	margin-right: 35px;
	float: left;
	padding: 2px;
}

body#contact #contentbox #intro
{
	color: #B44565;
	margin-left: 205px
}

body#contact #contentbox form select,
body#contact #contentbox form input,
body#contact #contentbox form textarea
{
	border: 1px solid #B44565;
	float: left;
	width: 245px;
	padding: 2px;
	margin-bottom: 4px;
}

body#contact #contentbox form select
{
	width: 253px;
}

body#contact #contentbox form #ziplabel,
body#contact #contentbox form #locationlabel
{
	width: auto;
	margin-right: 0px;
	display: inline;
	float: none;
}

body#contact #contentbox form #zip
{
	width: 70px;
	margin-right: 10px;
}


body#contact #contentbox form #location
{
	width: 160px;
}


body#contact #contentbox form br
{
	clear: left;
}

body#contact #contentbox form button
{
	background-color: #B44565;
	color: #FFF;
	border: 2px solid #B44565;
	margin-left: 10px;
	margin-top: 4ex;
}
