* {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1em;
	outline: none;
}

html {
	position: static; /* IE6 */
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1;
}

p {
	margin: .5em 0 1em 0;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

input.text,
input.submit {
	border: 1px solid #dedede;
}

input.submit {
	background: #ffffff;
	cursor: pointer;
}

hr {
	height: 0;
	border: none;
	border-top: 1px solid #dedede;
}

table {
	font: inherit;
}
.tableFont {
	font-size: 11px;
}
table.tableBorder {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.tableBorder tr td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1px 3px;
}

.left { float: left; }
.right { float: right; }
.clear, .clearboth { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.hidden { display: none; }
.noborder { border: none; }/* Borders */
.border {
	border: 1px solid #dedede;
}


body {
	background: #ffffff;
}


#utilNav {
	padding: 0 75px;
	height: 21px; /* IE 7 */
}

#utilNav ul {
	float: right;
	list-style: none;
}

#utilNav li {
	float: left;
	margin-left: 10px;
}

#utilNav a {
	line-height: 20px;
	color: #00528e;
}

#utilNav input.text {
	margin-right: 5px;
	padding: 1px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #dedede;
	vertical-align: middle;
}


#wrapper {
	margin: 0 auto;
	padding-top: 25px;
	width: 1033px;
	z-index: 2;
}

#wrapper-top {
	height: 35px;
	background: url(../images/sprite-wrapper.gif) 0 0 no-repeat;
}

#wrapper-bottom {
	height: 94px;
	background: url(../images/sprite-wrapper.gif) -2066px 0 no-repeat;
}

#wrapper-inner {
	padding: 0 25px 20px 25px;
	background: url(../images/sprite-wrapper.gif) -1033px 0 repeat-y;
}

#header {
	height: 100px;
}


#logo {
	position: absolute;
	left: -25px;
	top: 40px;
	z-index: 1;
}
#logo span {
	display: none;
}


#globalNav {
	padding-right: 31px;
	height: 25px;
}

#globalNav .ul-1 {
	float: right;
	list-style: none;
}

#globalNav .li-1 {
	float: left;
}

#globalNav .a-1 {
	display: block;
	padding: 0 15px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	line-height: 25px;
	color: #00528e;
	text-decoration: none;
}

#globalNav .active .a-1 {
	color: #f36f1f;
}

#globalNav .ul-2 {
	display: none;
	list-style: none;
}

#globalNav .li-1.active .ul-2 {
	display: block;
	position: absolute;
	left: 15px;
	width: 400px;
	z-index: 1;
}

#globalNav .li-2 {
	float: left;
}

#globalNav .a-2 {
	display: inline-block;
	font-size: 1.1em;
	height: 20px;
	line-height: 20px;
}

#globalNav .li-1 .active .a-2 {
	color: #f36f1f;
}

#globalNav .sep {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.1em;
}


#cols {
	margin-top: 30px;
	width: 893px; /* IE < 7 */
	padding: 0 45px;
}

.home #cols {
	margin-top: 0;
}


#breadcrumbs {
	height: 30px;
	line-height: 30px;
}


#content {
	float: right;
	width: 540px;
}


#localNav {
	margin-top: 20px;
}


#sidecol {
	float: left;
	width: 326px;
}


#footer {
	margin-top: 30px;
	padding-top: 25px;
	background: url(../images/bg-footer.gif) 50% 0 no-repeat;
}body, input, textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #717275;
}

h1 {
	padding-bottom: 1em;
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
	color: #00528e;
}

h2 {
	padding: 0.5em 0 1em 0;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	color: #00528e;
}

h3 {
	padding: 0.5em 0 1em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #00528e;
}

h2:first-child,
h3:first-child {
	padding-top: 0;
}

a {
	color: #00528e;
}

#cols {
	line-height: 1.3em;
}

#content a,
#footer a {
	font-weight: bold;
	color: #00528e;
	text-decoration: underline;
}

#content ul,
#content ol {
	margin: 10px 30px;
}

.Oranje {
	color: #f36f1f !important;
}
a.Oranje {
	font-weight: normal !important;
	text-decoration: none !important;
}form.standard {
	line-height: 20px;
}

form.standard input.text,
form.standard input.submit,
form.standard textarea,
form.standard hr {
	margin-bottom: 10px;
}

form.standard label {
	display: inline-block;
	padding-right: 10px;
	font-weight: bold;
	color: #00528e;
}

form.standard label.required {
	background: url(../images/bg-input-required.gif) 100% 5px no-repeat;
}

form.standard input.text {
	display: block;
	padding: 1px;
	width: 256px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #cecece;
}

form.standard textarea {
	padding: 5px;
	clear: both;
	display: block;
	width: 248px;
	height: 50px;
	border: 1px solid #cecece;
	overflow: auto;
	resize: none;
}

form.standard input.submit {
	float: right;
	width: 115px;
	height: 30px;
	color: #ffffff;
	background: #00528e;
}

form.standard hr {
	text-align: left;
	width: 260px;
}

form.standard .txt-required {
	float: left;
	margin: 0;
	font-size: 0.95em;
	line-height: 1em;
}

form.standard .clsReq {
	color: red;
}#pageNav {
	margin-top: 30px;
	font-size: 95%;
	line-height: 15px;
}

#pageNav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#pageNav li {
	float: left;
	padding: 1px 5px;
	color: #cecece;
}

#pageNav li.active {
	font-weight: bold;
	color: #666666;
	background: #dedede
}

#pageNav li a {
	display: block;
	color: #666666;
	text-decoration: none;
}

#pageNav .comments {
	float: left;
}/* ++ Login iframe */

.login #header,
.login #globalNav,
.login #sidecol,
.login #footer {
	display: none;
}

.login #wrapper-inner {
	padding: 0 35px;
}

.login #cols {
	margin-top: 0;
	padding: 0;
	width: 903px; /* IE < 7 */
}

.login #content {
	float: none;
	width: auto;
}

/* -- Login iframe */

#body-bg {
	position: absolute;
	left: 0;
	top: 146px;
	width: 50%;
	height: 26px;
	background: url(../images/bg-body.gif) 0 0 repeat-x;
	z-index: 1;
}

.login #body-bg {
	display: none;
}


#langNav {
	position: absolute;
	left: 65px;
	top: 27px;
	z-index: 1;
}

#langNav ul {
	list-style: none;
}

#langNav li {
	margin-left: 10px;
	float: left;
}

#langNav a {
	display: block;
	font-size: 11px;
	/*
	width: 15px;
	height: 10px;
	background: url(../images/sprite-flags.gif) no-repeat;
	*/
}

#langNav a:hover,
#langNav a.active {
	color: #f36f1f;
}

#langNav a.active {
	font-weight: bold;
}

/* ++ Normal */
#langNav .en { background-position: 0 0; }
#langNav .rs { background-position: -15px 0; }
#langNav .fr { background-position: -30px 0; }
#langNav .br { background-position: -45px 0; }
#langNav .es { background-position: -60px 0; }
#langNav .nl { background-position: -75px 0; }
/* -- Normal */

/* ++ Hovers */
#langNav .en:hover, #langNav .en.active { background-position: 0 -10px; }
#langNav .rs:hover, #langNav .rs.active { background-position: -15px -10px; }
#langNav .fr:hover, #langNav .fr.active { background-position: -30px -10px; }
#langNav .br:hover, #langNav .br.active { background-position: -45px -10px; }
#langNav .es:hover, #langNav .es.active { background-position: -60px -10px; }
#langNav .nl:hover, #langNav .nl.active { background-position: -75px -10px; }
/* -- Hovers */


#marquee {
	position: absolute;
	right: 20px;
	top: 5px;
	height: 20px;
	overflow: hidden;
	z-index: 1;
}

#marquee ul {
	list-style: none;
}

#marquee li {
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
	color: #f36f1f;
}


.full #content{
	float: none;
	width: auto;
}

.content-left {
	float: left;
	width: 260px;
}

.full .content-left {
	width: 613px;
}

.content-right {
	float: right;
	width: 260px;
}

.content-right p:first-child {
	margin-top: 0;
}


#footer-cols {
	margin: 0 50px;
}

.footer-col {
	float: left;
	width: 33%;
}

.footer-col h3 {
	font-style: italic;
}


#call-to-action {
	position: absolute;
	left: 65px;
	top: 20px;
}


.button-nav ul {
	margin: 0 !important;
	list-style: none;
}

.button-nav li {
	float: left;
	margin: 0 2px 2px 0;
	width: 33%;
	background: #bfbfbf;
}
.button-nav li:hover { background: #f36f1f; }
.button-nav li.active { background: #00528e; }

.button-nav a {
	display: block;
	padding: 5px;
	color: #ffffff !important;
	text-decoration: none !important;
}


.message {
	display: block;
	margin: .5em 0 1em 0;
	padding: 5px 36px;
	color: #000000;
}

.message p {
	margin: 0;
}

.message a {
	color: #000000;
}

.valid {
	border: 1px solid #89e594;
	background: url(../images/ico-msg-ok.gif) #e3f6e5 10px 50% no-repeat;
}

.error {
	border: 1px solid #f58888;
	background: url(../images/ico-msg-error.gif) #f9c8c8 10px 50% no-repeat;
}.news-index-item {
	margin-bottom: 20px;
}

.news-index-link {
	text-decoration: none !important;
}

.news-index-title {
	padding: 0 0 0.3em 0;
	font-size: 1.1em;
}

.news-index-title-link {
	color: #666666;
}

.news-index-content {
	margin: 0;
}

.news-index-date {
	font-style: italic;
}

.news-index-more {
	white-space: nowrap;
}


.news-detail-back {
	margin: 0 0 1em 0;
}.products-detail-left {
	width: 340px;
}

.products-detail-right {
	width: 540px;
}

.products-detail-back {
	position: absolute;
	right: 0;
	top: 0;
}

.products-detail-back-link {
	text-decoration: none !important;
}.search-text {
	line-height: 20px;
}

.search-text,
.search input.text,
.search input.submit {
	float: left;
}

.search input.text {
	margin: 0 10px;
	padding: 1px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #cccccc;
}

.search input.radio,
.search input.checkbox {
	margin-right: 5px;
}

.search input.submit {
	padding: 0 8px;
	height: 20px;
	line-height: 20px;
}

.search-row {
	margin-bottom: 20px;
}

.search-message {
	padding: 10px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.search-message p {
	margin: 0;
}


.search-item {
	margin-bottom: 20px;
}

.search-title {
	display: inline-block;
	padding-bottom: 0.3em;
	font-size: 1.3em;
}

.search-title-link {
	color: #666666;
	text-decoration: none !important;
}

.search-content {
	margin-top: 5px;
}

.search-message h2 {
	padding-top: 0;
}.carousel {
	overflow: hidden;
}

.carousel ul {
	margin: 0 !important;
	list-style: none;
}

.carousel li {
	position: absolute;
	left: 0;
	top: 0;
}

.carousel-nav {
	position: absolute;
	right: 0;
	bottom: -20px;
}

.carousel-nav li {
	float: left;
	padding: 2px 3px;
	font-weight: bold;
	color: #b2b2b2;
	cursor: pointer;
}

.carousel-nav li.prev,
.carousel-nav li.next {
	padding: 2px 6px;
}

.carousel-nav li.prev,
.carousel-nav li.next,
.carousel-nav li.active {
	color: #00528e;
}
