@import url(contents.css);
@import url(simpleclasses.css);

/* 
	this stylesheet defines the main look of the whole website 
	for special styles that are used in the content files look at contents.css
*/

body
{
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	direction: ltr;
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-align: center; /* horizontal centering for IE  */ 
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainbox
{
	text-align: left;
	margin: auto;
	width: 1000px;
	background-color: #D6D6D6;
}

#slogan
{
	height: 50px;
	text-align: center;
 	padding-top: 10px;
}

#slogan h1
{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#leftbox
{
	float: left;
	margin-left: 11px;
	width: 123px;
}

#leftbox a
{
	text-decoration: none;
	color: #000000;
}

#leftbox a:hover
{
	color: #FF0000;
}

#leftbox a:visited
{
	text-decoration: none;
	color: #000000;
}

#navbox
{
	background-color: #EFEFEF;
	margin-top: 60px;
	width: 100%;
	height: 438px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#nav, #nav ul 
{ 
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	color: #000000;
	z-index: 2;
}

#nav a 
{
	display: block;
	width: 100%;
	text-align: center;
}

#nav a:hover
{
	color: #FF0000;
}

#nav li 
{ 
	/* all list items */
	float: left;
	display: block;
	width: 123px; /* width needed or else Opera goes nuts */
	
	/* non suckerfish formattings */
	height: 16px;
	background-color: #FFFFFF;
	padding-top: 3px;
	background-image: url(../images/button-arrow.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 6px;
}

#nav li ul 
{ 
	/* second-level lists */
	position: absolute;
	background-color: #FFFFFF;
 	width: 123px; 
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */ 
	padding: 0;
	margin: -15px 0 0 123px;
}


#nav ul li a
{
	text-align: left;
	text-decoration: none;
	color: #000000;
}

#nav li ul li
{
	/* second-level lists */
	/* non suckerfish formattings */
	background-image: none;
	font-weight: normal;
	text-align: left;
	margin: 0;
 	
}

#nav li ul ul 
{ 
	/* third-and-above-level lists */
 	margin-top: -15px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.iehover ul ul, #nav li.iehover ul ul ul 
{
 	left: -999em; 
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.iehover ul, #nav li li.iehover ul, #nav li li li.iehover ul 
{ 
	/* lists nested under hovered list items */
  	left: auto;	
}

ul#nav2 
{
	list-style-type: none;
	font-size: 8pt;
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #EFEFEF;
}

ul#nav2 li
{
	padding-left: 8px;
	margin-bottom: 5px;
	background-image: url(../images/button-arrow-small.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
}



#language
{
	position: relative;
	left: 7px;
	bottom: 55px;
	background-color: #FFFFFF;
	width: 70px;
	padding-left: 8px;
	font-size: 8pt;
	color: #000000;
	background-image: url(../images/button-arrow-small.gif);
	background-repeat: no-repeat;
}

#rightbox
{
	margin-left: 195px;
	width: 760px;
}

#contentbox
{
	background-color: #B5B5B5;
	height: 396px; /* min-height hack for IE */
	width: 706px;
	padding: 5px 27px 70px 27px;
	position: relative;
	z-index: 1;
	float: left;
}

/* for all others */
html>body #contentbox
{
	min-height: 396px;
	height: auto;
}

body.exportverpackung #contentbox,
body.projektierung #contentbox,
body.consulting #contentbox,
body.spedition #contentbox,
body.lagerung #contentbox
{
	height: 205px; /* min-height hack for IE */
	padding: 5px 27px 260px 27px;
/* 	border: 1px solid; */
}

html>body.exportverpackung #contentbox,
html>body.projektierung #contentbox,
html>body.consulting #contentbox,
html>body.spedition #contentbox,
html>body.lagerung #contentbox
{
	min-height: 205px;
	height: auto;
}

body.home #contentbox
{
	height: 315px; /* min-height hack for IE */
	padding: 5px 27px 150px 27px;
/* 	border: 1px solid; */
}

html>body.home #contentbox
{
	min-height: 315px;
	height: auto;
}

#contentbox h2
{
	font-size: 12pt;
	width: 100%;
	border-bottom: 2px solid #E70000;
}

#contentbox .column
{
	float: left;
	/*height: 300px;*/ /* min-height hack for IE */
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
/* 	border: 1px solid; */
}

/*html>body #contentbox .column
{
	min-height: 300px; 
	height: auto;
}*/

#contentbox .printbox
{
	position: absolute;
	bottom: 10px;
	left: 27px;
	float: left; 
	width: 706px; 
	height: 43px; 
	background-image: url(../images/line-content-bottom.gif);
 	padding-top: 70px;
/*  	border: 1px solid; */
}


#contentbox .printbox a, #contentbox .printbox a:visited
{
	color: #000000;
	text-decoration: none;
}

#contentbox .printbox a:hover
{
 	color: #000000;
	text-decoration: underline;
}

#contentbox .picrow
{
	float: left;
	position: absolute;
	bottom: 10px;
	left: 117px;
}

#footer
{
	clear: both; 
/* 	border: 1px solid; */
	height: 57px;
/* 	margin-left: 25px; */
/* 	margin-right: 25px; */
}

#footer div
{
/* 	border: 1px solid #000000; */
	float: left;
	color: #000000;
/* 	width: 16.66%; */
	font-size: 8pt;
	text-align: center;
	padding-top: 10px;
}

#footer #f1
{
	text-align: left;
	width: 126px;
}

#footer #f2
{
	width: 126px;
}

#footer #f3
{
	width: 126px;
}

#footer #f4
{
	width: 130px;
}

#footer #f5
{
	width: 145px;
}

#footer #f6
{
	width: 105px;
	text-align: right;
}

#footer div address
{
	font-style: normal;
}

