@media all
{

html {
	background-color: #bf1b08;
}
body {
	background-color: #bf1b08;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #616d7a;
}
a {
	color: #f02f16;
	text-decoration: none;
	border-bottom: 1px dotted #616d7a;
	line-height: 17px;
}
a:hover {
	color: #616d7a;
	border-bottom-style: solid;
}
a:focus {
	outline: none;
}
h1 {
	margin: 20px 0px;
	font-size: 20px;
	color: #f02f16;
}
h1 span {
	color: #616d7a;
}
p {
	margin: 5px 10px;
}
.bold {
	font-weight: bold;
}
a.none {
	border-bottom: none;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
li.none {
	list-style-type: none;
}
.italic {
	font-style: italic;
}
.red {
	color: #f02f16;
}
.hidden {
	display: none;
}
.hidden2 {
	visibility: hidden;
}
hr {
	clear: both;
	background: none;
	height: 1px;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #ddd;
}

/* <container */
#container {
	position: relative;
	margin: 0px auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	width: 990px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
/* container> */

/* <header */
#header {
	/*position: relative !important; /* ignored by IE6 */
	/*position: static; /* for IE6 */
	background-image: url(../images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 120px;
}
#logo {
	float: left;
	position: relative;
	margin-top: 20px;
	margin-left: 40px !important;
	margin-left: 20px;
	width: 270px;
	height: 90px;
	border-bottom: none;
}

#logo a {
	position: absolute;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 90px;
	border-bottom: none;
	cursor: pointer;
}
#logo span {
	position: absolute;
	display: block;
	background-image: url(../images/palfinger.png);
	background-repeat: no-repeat;
	top: 70px;
	left: 60px;
	width: 210px;
	height: 20px;
	border-bottom: none;
}

/* <language */
#language {
	position: absolute;
	display: block;
	background-color: #bf1b08;
	list-style-type: none;
	height: 20px;
	/*margin: 15px 0px 0px 837px !important;
	margin: 15px 0px 0px 527px;*/
	top: 15px;
	right: 9px;
	border-bottom: none;
	font-size: 11px;
	color: #eee;
	text-align: right;
}
#language li {
	padding: 0px 6px;
}
#language li a {
	border-bottom: none;
	color: #fff;
	line-height: 20px;
}
#language li a:hover {
	color: #fc0;
}
#language span {
	color: #fc0;
}
/* language> */

#menu {
	position: relative;
	width: 650px;
	top: 60px;
	margin-left: 310px !important; /* ignored by IE6 */
	margin-top: 0px !important; /* ignored by IE6 */
	margin-top: 0px; /* for IE6 */
	margin-left: 310px; /* for IE6 */
	list-style-type: none;
	z-index: 2000;
}
#menu ul {
	float: right;
}
#menu ul li {
	display: inline;
	margin-left: 10px;
}
#menu ul li a {
	font-family: Segoe UI, Arial, Geneva, Helvetica, sans-serif;
	color: #616d7a;
	text-transform: uppercase;
	border-bottom: none;
}
#menu ul li a:hover {
	color: #f02f16;
	border-bottom: 1px dotted #616d7a;
}
#menu ul li a#selected {
	color: #f02f16;
}
#menu ul li a.selected {
	color: #f02f16;
}

	/* <submenu */
	#company {
		position: relative;
	}
	#company ul#company-list {
		display: none;
		position: absolute;
		top: 16px;
		left: -20px !important; /* ignored by IE6 */
		left: -10px; /* for IE6 */
		z-index: 2001;
	}
	#company ul#company-list li.first {
		padding-bottom: 10px;
	}
	#company ul#company-list li.last {
		display: none;
	}
	#company ul#company-list li {
		display: block;
		list-style-type: none;
		background-color: #f0f0f0;
		width: 150px;
		padding: 1px 10px;
		font-size: 12px;
	}
	#company ul#company-list li.bigger {
		width: 200px; /* only for russian version */
	}
	#company ul#company-list li.first {
		padding-top: 10px;
	}
	#company ul#company-list li.last {
		padding-bottom: 10px;
	}
	#company ul#company-list li a {
		font-family: Arial, Geneva, Helvetica, sans-serif;
		font-size: 11px;
		color: #444;
	}
	#company ul#company-list li a:hover {
		color: #f02f16;
	}

	#products {
		/*position: relative;*/
	}
	#menu ul#products-list {
		float: none;
		display: none;
		position: absolute;
		list-style-type: none;
		background-color: #f0f0f0;
		width: 982px;
		top: 17px;
		left: -310px !important; /* ignored by IE6 */
		left: -313px; /* for IE6 */
		margin-left: 4px;
		z-index: 2002;
	}
	#menu ul#products-list li {
		float: left;
		display: inline;
		list-style-type: none;
		background-color: #f0f0f0;
		width: 212px;
		margin: 0px 15px;
		padding: 5px 0px;
	}
	#menu ul#products-list li a {
		font-family: Arial, Geneva, Helvetica, sans-serif;
		font-size: 12px;
		color: #444;
		text-transform: none;
		line-height: normal;
	}

	#menu ul#products-list li ul {
		float: left;
		margin: 0px;
	}
	#menu ul#products-list li ul li {
		margin: 0px;
	}
	#menu ul#products-list li ul li a {
		font-size: 11px;
	}
	#menu ul#products-list li ul li a.special {
		color: #f02f16;
	}
	#menu ul#products-list li ul li a:hover {
		color: #f02f16;
	}
	#menu ul#products-list li ul li.title {
		padding-top: 10px;
	}
	#menu ul#products-list li ul li.hr {
		/*border-bottom: 1px dotted #999;*/
		height: 1px;
		margin: 0px;
		padding: 10px 0px 5px 0px;
	}
	#menu ul#products-list li ul li.title a {
		font-weight: bold;
		text-transform: uppercase;
	}
	#menu ul#products-list li#last {
		width: 962px;
		margin: 0px;
		padding: 10px;
		text-align: right;
		background: #444;
		color: #ddd;
		font-weight: bold;
	}
	#menu ul#products-list li#last a {
		color: #ddd;
		font-weight: bold;
	}
	#menu ul#products-list li#last a:hover {
		border-bottom-color: #ccc;
		color: #fff;
	}
	#menu ul#products-list li#last a:hover span {
		color: #fc0;
	}
	#menu ul#products-list li.separator {
		width: 1px;
		height: 495px;
		margin: 10px 0px;
		padding: 0px;
		border-left: 1px dotted #999;
	}
	#menu ul#products-list li.bigger {
		height: 590px;
	}
	/* submenu> */
/* header> */

/* <banner */
#banner {
	margin: 0px auto;
	width: 982px;
	height: 268px;
	border-top: 1px solid #c72210;
	border-bottom: 1px solid #c72210;
}
#banner a {
	border-bottom: none;
}
/* banner> */

/* <main */
#main {
	margin: 0px auto;
	width: 910px;
	padding-bottom: 20px;
}
#main .news {
	position: relative;
	background-color: #fc0;
	margin: 20px 0 0 0;
	padding: 20px;
	font-size: 13px;
	color: #000;
}
#main .news img {
	position: absolute;
	top: -3px;
	left: -3px;
}
#main .news a {
	font-size: 12px;
	color: #000;
	font-style: italic;
}
#main .news p span {
	font-weight: bold;
}
.col {
	float: left;
	width: 455px;
	margin-bottom: 10px;
}
.double {
	width: 910px;
}
.formula {
	background-color: #eee;
	width: 410px;
	margin-top: 25px;
	padding: 10px;
	border: 1px solid #616d7a;
}
.formula .bigger {
	font-size: 20px;
}
.products h2 {
	padding-top: 15px;
}
.products img {
	float: left;
	margin-right: 20px;
}
.relative {
	position: relative;
}
.events img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.events img.higher {
	margin-bottom: 60px;
}
.events img.higher2 {
	margin-bottom: 90px;
}
.events h5 {
	margin-top: 0px;
	font-size: 13px;
	color: #f02f16;
	font-weight: bold;
	text-transform: uppercase;
}
.gallery a {
	border-bottom: none;
}
.gallery a:hover {
	border-bottom: none;
}
.gallery a img {
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 1px;
	border: 1px solid #ddd;
}
.gallery a:hover img {
	border-color: #333;
}
.small-gallery a {
	float: right;
	display: block;
	margin-left: 10px;
	margin-bottom: 5px;
	border-bottom: none;
}
.small-gallery a:hover {
	border-bottom: none;
}
.small-gallery a img {
	padding: 1px;
	border: 1px solid #ddd;
}
.small-gallery a:hover img {
	border-color: #333;
}
.col h1 {
	margin: 0px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 18px;
}
h1#title {
	margin: 20px 0px 20px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 29px;
	color: #616d7a;
}
h1#title span {
	color: #f02f16;
}

h2 {
	margin: 10px 0px 20px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 29px;
	color: #616d7a;
}
h3.events {
	margin: 20px 0px 20px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 20px;
	color: #616d7a;
}
h2.other {
	font-size: 20px;
}
h2#subtitle {
	margin: 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	color: #616d7a;
	font-weight: bold;
}
h2#subtitle span {
	color: #f02f16;
}
.col h2.subtitle {
	margin: 0px;
	padding: 15px 0px 5px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 22px;
}
.col h2.subtitle span {
	color: #616d7a;
}
h2 a {
	color: #616d7a;
}
h2 a:hover {
	border-bottom: none;
	color: #f02f16;
}
.col h2 {
	margin: 0px 30px 5px 0px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 17px;
	color: #f02f16;
	border-bottom: none;
}
.col h3 {
	margin: 5px 30px 0px 0px;
	color: #f02f16;
	font-size: 15px;
}
.col h3.title {
	height: 55px;
	font-size: 13px;
	color: #616d7a;
	font-weight: bold;
	line-height: 20px;
}
.col h3.auto {
	height: auto;
}
/*
.col h3.title span {
	color: #f02f16;
}
*/
h3.code {
	margin: 30px 0px 0px 8px;
	font-size: 19px;
}
.info {
	padding-right: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	text-align: right;
	font-size: 11px;
}
.description {
	margin: 0px 0px 15px 30px;
}
p.none {
	border-bottom: none;
}
.col p {
	margin: 5px 20px 5px 0px;
}
.col p.details-1 {
	height: 32px;
}
.col p.details-2 {
	height: 47px;
}
.col ul {
	margin-left: 15px;
	margin-right: 30px;
}
.col .news-first-page {
	padding-bottom: 10px;
}
.col .number {
	position: absolute;
	top: 0px;
	left: -25px;
	width: 20px;
	font-size: 15px;
	color: #ccc;
	text-align: right;
}
.smaller {
	padding: 10px 0px 0px 0px;
	font-size: 11px;
}
.much-smaller {
	font-size: 10px;
}
.much-much-smaller tr.title {
	font-size: 7px;
}
.smaller span {
	font-weight: bold;
}
#path {
	margin-left: 0px;
	margin-bottom: 25px;
}
ul.details {
	margin-left: 20px;
	margin-bottom: 25px;
}

p.contact {
	float: left;
	width: 227px;
	margin: 5px 0px 20px 0px;
}
p.contact span {
	font-size: 17px;
}
p.contact span em {
	font-style: normal;
	color: #f02f16;
}

div.map {
	float: left;
	width: 150px;
}
div.map p {
	margin: 0px 0px 0px 10px;
}
div.map p a img {
	padding: 1px;
	border: 1px solid #ddd;
}
div.map p a:hover img {
	border-color: #333;
}
div.map p span {
	display: block;
	width: 124px;
	text-align: center;
}

span.col1 {
	float: left;
	display: block;
	width: 120px;
}
#manager {
	height: 30px;
}
span.col1-big {
	float: left;
	display: block;
	width: 120px;
	height: 100px;
}

h6 {
	margin-bottom: 20px;
	font-size: 18px;
}

#legend {
	background-color: #eee;
	margin-bottom: 30px;
	padding: 10px;
	font-size: 11px;
}
#legend h4 {
	margin: 5px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
}
#legend ul {
	list-style-type: none;
	margin-bottom: 15px;
}
#legend li {
	margin: 5px;
	padding: 0px 0px 5px 0px;
	border-bottom: 0px solid #ccc;
}
#legend span {
	float: left;
	display: block;
	margin-right: 0px;
	width: 120px;
	font-size: 13px;
	font-weight: bold;
}

p.magnification img {
	float: left;
	margin: 5px 10px 5px 0px;
	padding: 1px;
	border: 1px solid #eee;
}
p.magnification span {
	display: block;
	padding-top: 10px;
	font-size: 13px;
	color: #f02f16;
}

	/* <form */
	form {
	}
	.col form p {
		margin: 10px 0px 5px 10px;
	}
	form label {
		float: left;
		display: block;
		width: 80px;
		margin: 6px 0px 3px;
	}
	form input {
		width: 430px;
		padding: 7px;
		border: none;
		background-color: #eee;
		color: #545454;
	}
	form textarea {
		width: 430px;
		height: 100px;
		padding: 7px;
		border: none;
		background-color: #eee;
		color: #545454;
	}
	form input.buttons {
		width: 70px;
		cursor: pointer;
		background-color: #fff;
		margin-right: 5px;
		font-weight: bold;
		border-bottom: 1px solid #ddd;
	}
	form input.buttons:hover {
		background-color: #333;
		border-bottom: #333;
		color: #eee;
	}
	/* form> */

#map {
	width: 910px;
	height: 550px;
	border: 0px;
}
#cariere {
	background-color: #bf1b08;
	padding: 4px;
	border-bottom: none;
	color: #fff;
}
#cariere:hover {
	background-color: #eee;
	color: #f02f16;
}
#cariere span {
	font-size: 12px;
}
#cariere:hover span {
	color: #222;
}
	
/* <tabs */
#tabs a {
	border-bottom: none;
}

#tabs a#open-pdf, #tabs a#download-pdf {
	float: left;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center 10px;
	/*width: 440px;*/
	width: 200px;
	height: 100px;
	margin-top: 20px;
	margin-left: 5px;
	border-bottom: 1px dotted #fff;
	text-align: center;
	color: #616d7a;
}
#tabs a#open-pdf {
	background-image: url(../images/open-pdf.jpg);
}
#tabs a#download-pdf {
	background-image: url(../images/download-pdf.jpg);
}
#tabs a#open-pdf:hover {
	background-image: url(../images/open-pdf-over.jpg);
}
#tabs a#download-pdf:hover {
	background-image: url(../images/download-pdf-over.jpg);
}
#tabs a#open-pdf:hover, #tabs a#download-pdf:hover {
	color: #f02f16;
}
#tabs a#open-pdf span, #tabs a#download-pdf span {
	display: block;
	margin-top: 70px;
}

#tabs a img {
	margin-left: 10px;
	padding: 1px;
	border: 1px solid #ddd;
}
#tabs a:hover img {
	border-color: #333;
}
#tabs h2 {
	color: #f02f16;
}
#tabs h2 span {
	color: #616d7a;
}
#tabs h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
}
#tab-1 ol, #tab-2 ol, #tab-3 ol, #tab-4 ol, #tab-5 ol, #tab-1 ul, #tab-2 ul, #tab-3 ul, #tab-4 ul, #tab-5 ul {
	margin: 0px 30px 15px;
}

.tabs-hide {
	display: none;
}
.tabs-nav {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	display: inline-block; /* for IE6 */
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.tabs-nav li {
	float: left;
	margin: 0px 0px 0px 3px;
	min-width: 84px; /* for Opera */
}
.tabs-nav a, .tabs-nav a span {
	display: block;
	padding: 0px 10px;
}
.tabs-nav a {
	position: relative;
	top: 3px !important;
	top: 0px;
	background-color: #eee;
	z-index: 2;
	padding-left: 0px;
	padding-bottom: 3px;
	color: #616d7a;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */    
	border-bottom: none;
}
.tabs-nav .tabs-selected a {
	background: #616d7a;
	color: #eee;
}
.tabs-nav .tabs-selected a:hover {
	color: #fff;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	outline: 0;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
	background-position: 100% -100px;
}
.tabs-nav a span {
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0px;
}
*>.tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
.tabs-nav .tabs-selected a span {
	padding-top: 7px;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited {
	cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	cursor: pointer;
	color: #f02f16;
}
.tabs-nav .tabs-disabled {
	opacity: 0.4;
}
.tabs-container {
	border-top: 1px solid #616d7a;
	padding: 1em 8px;
	background: #fff;
}
.tabs-loading em {
	padding: 0 0 0 20px;
	background: url(../images/lightbox/loading.gif) no-repeat 0 50%;
}
/* tabs> */

table {
	width: 894px;
	margin: 10px auto 5px;
	border: none;
	border-collapse: collapse;
}
table.small {
	width: 420px;
}
tr {
	margin: 1px 0px;
}
tr.title td {
	background-color: #eee;
	font-weight: bold;
}
td {
	margin: 1px;
	padding: 4px;
	border-top: 1px solid #616d7a;
	vertical-align: top;
}
tr.none td {
	border-top: none;
}
table.legend {
	background-color: #eee;
	margin-bottom: 15px;
	font-size: 11px;
}
table.legend tr td {
	padding: 5px 10px;
	border-top: 1px solid #616d7a;
	border-bottom: 1px solid #616d7a;
}
table.legend tr.title td {
	background-color: #ddd;
	font-size: 12px;
}

#unavailable {
	margin: 200px auto 0px;
	text-align: center;
	font-size: 60px;
	color: #fff;
}
table h3 {
	padding-bottom:5px;
	font-size: 20px;
}

/* main> */

/* <footer */
#footer {
	margin: 0px auto;
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 990px;
	height: 170px;
	padding-top: 20px;
	font-size: 11px;
}
#footer ul {
	float: left;
	list-style-type: none;
	padding: 5px 0px 20px 20px;

}
#footer #first {
	width: 120px;	
}
#footer #second {
	width: 350px;
}
#footer ul li {
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 0px 15px;
}
#footer ul li:hover {
	background-image: url(../images/bullet-over.jpg);
}
#footer ul li.none {
	background-image: none;
}
#footer p {
	float: left;
	width: 170px;
	height: 110px;
	padding: 5px 0px 3px 20px;
	color: #eee;
}
#footer ul a, #footer p a {
	border-bottom: none;
	color: #eee;
}
#footer ul a:hover, #footer p a:hover {
	color: #000;
	border-bottom-color: #000;
}
#footer p a img {
	border: 1px solid #fc0;
	margin-bottom: 5px;
	padding: 1px;
}
#footer p a:hover img {
	border-color: #fff;
}
#footer p#underconstruction {
	width: 230px;
	color: #222;
	text-align: right;
}
/* footer> */

}

@media print
{

html, body {
	background: none;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #616d7a;
}
h1 {
	margin: 20px 0px;
	font-size: 20px;
	color: #f02f16;
}
h1 span {
	color: #616d7a;
}
p {
	margin: 5px 10px;
}

/* <header */
#header {
	display: none;
}
/* header> */

/* <banner */
#banner {
	display: none;
}
/* banner> */

/* <main */
#main {
	margin: 0px auto;
	width: 910px;
	padding-bottom: 20px;
}
.col {
	float: none;
	width: 700px;
}
.products {
	height: auto;
}
.products img {
	float: none;
	margin: 0px;
}
.relative {
	position: relative;
}
.events img {
	float: none;
	margin: 0px;
}
.info {
	display: none;
}

form {
	display: none;
}
	
/* <tabs */
div#tabs p {
	width: 650px;
}
.tabs-hide {
	display: block;
}
#tabs a#open-pdf, #tabs a#download-pdf {
	display: none;
}
/* tabs> */

table {
	width: 70%;
	margin-top: 25px;
	margin-left: 0px;
	border: 1px;
}
td {
	padding: 4px;
	border: 1px solid #616d7a;
	vertical-align: top;
}
tr.title td {
	font-weight: bold;
}

/* main> */

/* <footer */
#footer {
	display: none;
}
/* footer> */

}
