html, body {
	height: 100%;
}

body {
	color: #333333;
	background: white url('/images/background-main.gif') top center repeat-y;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
}

table, td {
	margin: 0;
	padding: 0;
	border: none;
}

td {
	font-size: 80%;
}

h1 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #f5841f;
	font-size: 150%;
	letter-spacing: .025em;
	margin-bottom: 1em;
}

h2 {
	color: #04aba6;
	font-size: 120%;
	letter-spacing: .02em;
	font-weight: bold;
	margin-bottom: .5em;
}

p,
#content-text,
#product-text,
#solution-text,
#products-text {
	color: #807f7f;
	line-height: 1.1;
}

#content ul {
	margin: 0.5em 0;
	padding-left: 13px;
	list-style-type: square;
}

#content li {
	margin-left: 13px;
	padding: 0;
}

#content ul li {
	line-height: 100%;
	margin-left: 0;
}

a img {
	border: none;
}

a:link, a:visited, a:active {
	color: #00aca7;
	text-decoration: none;
}

a:hover {
	color: #00aca7;
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
	border: none;
}	

input {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #e8e8e8;
}

#security-input {
	border-color: #666;
	margin-left: 1px;
}

#security-code {
	float: left;
}

input.radio {
	width: auto;
	height: auto;
	border: none;
	margin-left: -3px;
}

input.checkbox {
	width: auto;
	height: auto;
	border: none;
	margin: 0;
}

input.button {
	width: auto;
	height: auto;
	line-height: 100%;
	padding: 0;
	margin: 0;
	border: none;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #e8e8e8;
	width: 250px
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	width: 70%;
	height: 10em;
	border: 1px solid #e8e8e8;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px
}

.list-content br {
	line-height: 0;
}

/*
 * page structure
 */
#container {
	position: relative;
	width: 702px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	position: absolute;
	top: 38px;
	left: 12px;
	z-index: 20;
} 

#sys-menu {
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 20;
}

#sys-menu li {
	float: left;
}

#sys-menu li.image {

}

#sys-menu li.text {
	margin-top: 5px;
	color: #00ACA7;
	font-size: 90%;
}

#sys-menu li.form {
	margin-left: 15px;
}

#sys-menu li.form #language-select {
	width: 100px;
}

#sys-menu a {
	text-decoration: none;
	color: #00ACA7;
}

#sys-home {
	margin-right: 5px;
}

#sys-print {
	margin-right: 10px;
}

#sys-contact {
	margin-right: 8px;
}

#search {
	position: absolute;
	top: 56px;
	right: 10px;
	z-index: 20;
}

#search #q {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 17px;
}

#search .button {
	position: absolute;
	top: 26px;
	right: 0;
}

#main-area {
	position: relative;
	width: 702px;
	padding-top: 106px;
	z-index: 10;
}

#header {
	position: relative;
	width: 702px;
	height: 169px;
	background-repeat: no-repeat;
	z-index: 30;
}

#login {
	position: absolute;
	top: 0;
	right: 7px;
	width: 129px;
	height: 169px;
}

#login-welcome {
	position: absolute;
	top: 1em;
	right: 7px;
	width: 129px;
	height: 169px;
}

#login label {
	color: #949494;
	font-size: 90%;
}

#login input {
	border: none;
}

#login #username-label {
	position: absolute;
	bottom: 138px;
	left: 0;
}

#login #username {
	position: absolute;
	top: 35px;
	left: 0;
	width: 123px;
	height: 17px;
	padding-left: 5px;
}

#login #password-label {
	position: absolute;
	bottom: 93px;
	left: 0;
}

#login #password {
	position: absolute;
	top: 79px;
	left: 0;
	width: 123px;
	height: 17px;
	padding-left: 5px;
}

#login .button {
	position: absolute;
	bottom: 33px;
	right: 0;
}

#login a:link.register,
#login a:visited.register,
#login a:hover.register,
#login a:active.register {
	position: absolute;
	bottom: 36px;
	left: 0;
	font-size: 0.90em;
	color: #7095a2;
}

#login a:link.forget,
#login a:visited.forget,
#login a:hover.forget,
#login a:active.forget {
	position: absolute;
	bottom: 15px;
	left: 0;
	font-size: 0.90em;
	color: #7095a2;
}


#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	padding-top: 15px;
	z-index: 40;
}

#menu ul {
	width: 145px;
	background: transparent url(/images/trans.gif) top left repeat; /* put a transparent image background for ie to pevent the menu to close on hover*/
}

#menu li {
	padding-bottom: 8px;
	cursor: pointer;
	width: 145px;
}

#menu a {
	text-decoration: none;
}

#menu a span {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 145%;
	color: white;
	padding: 1px 9px 0 13px;
	display: block;
	width: 109px;
}

#menu li:hover a span, #menu li:hover a,
#menu li.alt a span, #menu li.alt a {
	background-color: #b4cdd5;
}

#menu li:hover li a,
#menu li.alt li a {
	background-color: transparent;
}

#menu li.current a span {
	
}

#menu li.current a {
	
}

#menu li ul {
	display: none;
	position: absolute;
	left: 138px;
	top: 5px;
	width: 142px;
	height: 160px;
	background: transparent url(/images/trans.gif) top left repeat; /* put a transparent image background for ie to pevent the menu to close on hover*/
}

#menu li:hover ul, #menu li.alt ul {
	display: block;
}

#menu li li {
	margin-top: 3px;
	margin-bottom: 0;
	padding-bottom: 0;
	width: auto;
	line-height: 1.1;
}

#menu li li a {
	color: #32727f;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 120%;
	width: 124px;
	display: block;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 13px;
}

#menu li li.selected,
#menu li li.selected:hover{
	background: transparent url(/images/menu-arrow-1.png) center left no-repeat;
}

#menu li li:hover {
	background: transparent url(/images/menu-arrow-2.png) center left no-repeat;
}

#content {
	padding-bottom: 2em;
}

#breadcrumbs {
	display: block;
	text-align: right;
	font-size: 90%;
	color: #82aab6;
	margin-top: .8em;
	margin-right: 10px;
	text-transform: lowercase;
}

#breadcrumbs .alt, #breadcrumbs a.alt {
	color: #a0c9d6;
}

#breadcrumbs a {
	color: #82aab6;
}

#content-text,
#product-text,
#solution-text,
#products-text {
	margin: .8em 10px 3em 137px;
	padding-left: 10px;
	border-left: 2px dotted #dfdfdf;
}

#product-text {
	position: relative;
	float: left;
	margin-left: 12px !important;
	width: 399px;
}

#solution-text {
	position: relative;
	float: left;
	width: 399px;
}

.product-text-wide,
.solution-text-wide {
	width: 520px !important;
}

#content-text h2,
#product-text h2,
#solution-text h2 {
	margin-top: 2em;
}

#products-text {
	position: relative;
	float: left;
	margin-left: 12px !important;
	width: 540px;
}

#content-text strong,
#product-text strong,
#solution-text strong {
	font-weight: bold;
}

#content-text img.fotoCnt {
	float: left;
	padding-right: 7px;
}

#solutions-front {
	float: left;
	width: 530px;
	margin: 35px 0 30px 17px;
}

#solutions-front img,
#solutions-inside img,
.solution-photo {
	float: left;
	margin: 0 12px 10px 0;
}

#solutions-front a.alt,
#solutions-inside a.alt {
	font-size: 130%;
}

#solutions-front hr,
#solutions-inside hr {
	clear: both;
	height: 2px;
	border: none;
	border-bottom: 2px dotted #dfdfdf;
	margin-bottom: 10px;
}

#news-front {
	font-size: 90%;
	position: relative;
	float: right;
	width: 144px;
	margin: 35px 0 30px 1px;
}

#news-front .padded-area {
	padding: 0 5px 14px 10px;
	background-color: #eff0f1;
}

#news-front h2 {
	position: relative;
	color: white;
	background: url(/images/background-news-title.gif) top left no-repeat;
	width: 100px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-align: center;
}

#news-front h2 span {
	position: absolute;
	top: 24px;
	left: 10px;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/images/arrow-news-title.gif) top left no-repeat;
}

#news-front h2.news {
	position: absolute;
	top: -11px;
	left: 0;
}

#news-front h2.poll {
	margin-bottom: 0;
	margin-top: 2em;
}

.anketaAddres {
	padding-bottom: 1em;
}

#news-front p {
	margin-top: 13px;
}

#news-front a.alt {
	line-height: 70%;
	font-size: 130%;
}

#linked-products-sidebar,
#linked-solutions-sidebar {
	float: right;
	position: relative;
	width: 132px;
	background-color: #eff0f1;
	margin-top: 50px;
	padding: 20px 5px 50px 7px;
	font-size: 90%;
}

#linked-products-sidebar h2,
#linked-solutions-sidebar h2 {
	position: absolute;
	color: white;
	background: url(/images/background-linked-products-title.gif) top left no-repeat;
	width: 144px;
	padding-top: 6px;
	padding-bottom: 5px;
	top: -25px;
	left: 0;
	text-align: center;
}

#linked-products-sidebar h2 span,
#linked-solutions-sidebar h2 span {
	position: absolute;
	top: 24px;
	left: 10px;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/images/arrow-news-title.gif) top left no-repeat;
}

#products-menu {
	float: left;
	width: 125px;
	font-size: 90%;
	overflow: hidden;
}

#products-menu a {
	color: #32727f;
}

#products-menu ul {
	list-style: none;
	margin-left: -0.3em;
}

#products-menu li {
	margin-bottom: 1em;
	background: url(/images/bullet-arrow.gif) 0 .25em no-repeat;
	padding-left: .5em;
	margin-left: -0.5em;
}

#products-menu li.alt a {
	color: #f5841f;
}

#products-categories-content {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.3em;
}

#products-categories-content col {
	width: 50%;
}

#products-categories-content col.alt {
	border-right: 2px dotted #dfdfdf;
}

#products-categories-content td {
	padding-bottom: 1em;
	vertical-align: top;
	padding-right: 10px;
}

#products-categories-content td.alt {
	padding-left: 10px;
}

#products-categories-content img {
	float: left;
	margin: 0 7px 0 0;
}

#product-content #product-image,
#products-content #product-image {
	float: left;
	margin: 0 7px 10px 0;
}

#products-content .description,
#products-content .technical-data,
#product-content .technical-data,
#product-content .technical-data-unregistered {
	padding-bottom: 1em;
}

#product-content table,
#content-text table {
	border-collapse: collapse;
}

#product-content table td,
#content-text table td {
	border: 1px solid #AAA;
	padding: .3em;
}

#product-content table b,
#content-text table b {
	font-weight: bold;
}

#products-content p {
	margin-right: 1em;
}

#products-content hr {
	clear: both;
	height: 2px;
	border: none;
	/*border-bottom: 2px dotted #dfdfdf;*/
	margin-bottom: 10px;
}

#group-description {
	padding-bottom: 20px;
	margin-right: 1em;
}

/*------------------ forms -------------------- */

#securityInput, #securityCode {
	float: left;
}

dd.note {
	clear: left;
}

dt#submit {
	padding-top: 15px;
}

.button {
	background-color: #22b7b2;
	color: white;
	border: none;
}

/* eml */
#eml-form {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#eml-form em {
	color: #c00;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
}

#eml-form dl {
	margin: 10px 0;
	padding: 0;
}

#eml-form dt {
	margin: 7px 0 0 0;
	padding: 0;
}

#eml-form dt.checkbox {
	margin: 2px;
	padding: 0;
}

#eml-form dd {
	margin: 0;
	padding: 0;
}

#eml-form dt em, #eml-form .note em {
	color: #c00;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
}

#eml-form  input.text {
	width: 250px
}

#eml-form hr {
	border: none 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

/*---------------- end forms----------------- */

.siteMapL1 {
	
}

.siteMapL2{
	margin-left: 2em;
}

.notice {
	color: green;
}

.error {
	color: red;
}

#happy2009 {
	position: relative;
	margin-top: 15px;
	cursor: pointer;
}

@media print {

	body {
		color: black;
		font-size: 1em;
		font-family: "Times New Roman", serif;
	}

	h1, h2, h3, h4 {
		color: black;
		font-family: "Times New Roman", serif;
	}

	#header,
	#lead-image,
	#news-front,
	#sys-menu,
	#search,
	#breadcrumbs {
		display: none;
	}
	
	#main-area,
	#content,
	#solutions-front,
	#content-text {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
		color: black;
		background-color: white;
	}
	
	#main-area {
		padding-top: 70px;
	}
	
	#logo {
		top: 0;
		left: 0;
	} 
}