
/************************/
/* FONT                 */
/************************/

body {
	font-family: Tahoma, Helvetica, Verdana, Tahoma, Arial;
	font-size: 11px;
	/*color: #9b9b9b;*/
	color: #5c5b5b;
	line-height: 17px;
}

img {
	border: none;
}

a {
	/*color: #9b9b9b;*/
	color: #5c5b5b;
	text-decoration: none;
}

a:hover {
	color: #2089b4;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Tahoma, Verdana, Tahoma, Arial;
	font-weight: normal;
	color: #121212;	
}

.h0 {
	display: block;
	
	font-size: 24px;
	
	margin-bottom: 6px;
	line-height: 29px;
}

h1 {
	font-size: 22px;
	
	margin-bottom: 5px;
	line-height: 25px;
}

h2 {
	font-size: 20px;
	
	margin-bottom: 4px;
	line-height: 23px;
}

h3 {
	font-size: 18px;
	
	margin-bottom: 4px;
	line-height: 21px;
}

h4 {
	font-size: 13px;
	
	margin-bottom: 3px;
	line-height: 17px;
}

h5 {
	font-size: 17px;
	
	margin-bottom: 3px;
	line-height: 20px;
}

h6 {
	font-size: 12px;
	
	margin-bottom: 3px;
	line-height: 15px;
}

.helvetica {
	font-family: Helvetica, Tahoma, Verdana, Tahoma, Arial;
}

/************************/
/* HTML                 */
/************************/

* { padding: 0; margin: 0; }

.clear {
	clear: both;
}


#container {
	width: 955px;
	margin: 14px auto 0 auto;
}

#content-holder {
	margin: 0 0 10px 0;
}

.left-column {
	float: left;
}

.right-column {
	float: right;
}

.vline {
	height: 1px;
	background: #afafaf;
}

.vline2 {
	height: 2px;
	background: url('images/vline3.gif');
}

.content-arrow {
	margin-bottom: -1px;
}

/***
	top menu
***/

#menu {
	height: 65px;
	background: url('images/menu_bg.gif') repeat-x;
}

#menu_container {
	width: 954px;
	margin: 0 auto;
}

#menu_logotype {
	float: left;
	margin-left: 8px;
}

#menu_links 
{
/*
	loat: right;
	
	argin: 33px 40px 0 -21px !important;
	argin: 33px 20px 0 -21px;
*/	
	font-size: 10px;
}

#menu_links li {
	list-style: none;
	display: inline;
	margin-left: 21px;
}

#menu_links li a {
	color: #bababa;
	text-decoration: none;
}

#menu_links li a:hover, #menu_links .active a {
	color: #fefefe;
}

/***
	left menu
***/

#left-menu {
	margin: 0 0 45px 10px;
	font-family: Helvetica, Tahoma, Verdana, Tahoma, Arial;
}

#left-menu li {
	list-style: none;
	margin-top: 8px;
}

#left-menu li a {
	color: #5c5b5b;
}

#left-menu li a:hover {
	color: #2089b4;
}

#left-menu li .active {
	color: #2089b4;
}

#left-menu li ul {
	margin-left: 15px;
}

#left-menu li li {
	margin-top: 5px;
}

#left-menu .arrow_grey {
	margin-left: -8px;
}

#left-menu .arrow_blue {
	margin-left: -10px;
}

/***
	start page
***/

#start-flash {
	eight: 288px; 
}

.start-vline1 {
	height: 1px;
	background: url('images/vline1.gif');
}

.start-vline2 {
	height: 10px;
	margin-top: 10px;
	background: url('images/vline2.gif');
}

#start-country-header p {
	display: block;
	float: left;
	margin: 14px 0 0 30px !important;
	margin: 14px 0 0 15px;
}

#start-worldmap {
	float: left;
	margin-left: 30px !important;
	margin-left: 15px;
}

.start-countries {
	float: right;
	margin-top: 10px;
}

.start-countries tr td {
	width: 120px;
	height: 17px;	
}

.start-country-header {
	color: #10a4c6;
}

#start-footer {
	font-size: 9px;
	color: #9b9b9b;
	margin-top: 5px;
}

#start-footer ul {
	float: left;
	margin-left: 8px !important;
	margin-left: 4px;
}

#start-footer ul li {
	list-style: none;
	display: inline;
}

#start-footer div {
	float: right;
	margin-right: 8px !important;
	margin-right: 4px;
}

#start-footer a {
	color: #9b9b9b;
}

#start-footer a:hover {
	color: #121212;
}

/***
	corporate
***/

#corporate-left-column {
	width: 200px;
}

#corporate-right-column {
	width: 743px;
}

#corporate-content-holder {
	margin-top: 6px;
}

#corporate-left-column-content {
	width: 533px;
	margin: 8px 0 0 0;
}

#corporate-right-column-content {
	width: 200px;
	margin-right: -4px;
}

#corporate-left-column-content p {
	margin: 0 35px 0 0;
}

.corporate-content {
	min-height: 140px;
}
* html .corporate-content { height: 140px; }

#corporate-image-viewer {
	margin-top: 7px;
}

#corporate-image-display {
	margin-left: -11px !important;
	margin-left: -23px;
	width: 555px;
	height: 221px;
}

#corporate-image-display .image-holder {
	float: left;
	width: 259px;
	margin-left: 12px;
}

#corporate-image-display .image-holder h4 {
	margin-top: 5px;
}

#corporate-image-control {
	padding: 1px 10px 0 7px;
	background: url('images/corporate-image-control-bg.gif');
}

#corporate-image-control a {
	display: block;
	float: left;
	height: 12px;
	padding: 3px 4px 0 4px;
	margin: 1px 0 0 5px;
	font-size: 9px;
	line-height: 9px;
	color: #5c5b5b;
}

#corporate-image-control .active {
	color: #fff;
	background: #5c5b5b;
}

#corporate-image-control a:hover {
	color: #2089b4;
}

#corporate-image-control .controls {
	margin-top: 5px;
	display: block;
}

/***
	seminar
***/

#seminar-left-column {
	width: 200px;
}

#seminar-right-column {
	width: 743px;
}

#seminar-content-holder {
	margin-top: 6px;
}

#seminar-left-column-content {
	width: 533px;
	margin-top: 13px;
}

#seminar-right-column-content {
	width: 208px;
	margin-right: -4px;
}

#seminar-left-column-content p {
	margin: 0 35px 0 0;
}

.seminar-content {
	min-height: 140px;
}
* html .seminar-content { height: 140px; }

.seminar-list {
	margin: 15px 0 15px 0;
}

.seminar-list-image {
	width: 115px;
}

.seminar-list-text {
	width: 350px;
	margin-right: 15px !important;
	margin-right: 7.5px;
}

.seminar-list-text h5 {
	margin-bottom: 10px;
}

/***
	product
***/

#product-header {
}

.product-header-image {
	float: left;
	margin-left: 1px;
}

#product-content-text, #product-content-spotlight, #product-content-menu {
	min-height: 170px;
}
* html #product-content-text, * html #product-content-spotlight, *html #product-content-menu { height: 170px; }

#product-content-text {
	width: 290px;
	margin-right: 40px;
}

#product-content-spotlight .product {
	margin: 5px 0 0 5px;
}

#product-content-spotlight .product .text {
	text-align: center;
}

#product-content-menu {
	margin-right: 8px !important;
	margin-right: 4px;
}

#product-content-menu-permolock, #product-content-menu-search {
	width: 137px;
	height: 82px;
	
	margin-bottom: 5px;
	
	padding: 15px 0 0 120px;
}

#product-content-menu-permolock {
	background: url('images/product-content-menu-permolock-bg.jpg');
}

#product-content-menu-search {
	background: url('images/product-content-menu-search-bg.jpg');
}

/***
	product-overview
***/

#product-overview-left-column {
	width: 164px;
}

#product-overview-right-column {
	/*idth: 780px;*/
	margin-bottom: 20px;
}

#product-overview-right-column .product-holder {
	width: 140px;
	height: 175px;
	
	margin-left: 15px !important;
	margin-left: 13px;
	
	margin-bottom: 5px;
}

#product-overview-right-column .product-holder-text {
	text-align: center;
}

#product-overview-right-column .content-holder {
	width: 420px;
	height: 155px;
	
	padding: 20px 0 0 0;
	
	margin: 0 25px 0 25px !important;
	margin: 0 10px 0 22px;
}

/***
	product-modelselect
***/

#product-modelselect-left-column {
	width: 164px;
}

#product-modelselect-right-column {
	width: 751px;
	margin: 20px 0 20px 0;
}

#product-modelselect-image {
	width: 339px;
}

#product-modelselect-description {
	width: 386px;
}

#product-modelselect-description-text {
	min-height: 170px;
}
* html #product-modelselect-description-text { height: 170px; }

#product-modelselect-description-text-hidden {
	display: none;
	position: absolute;
	width: 388px;
	min-height: 180px;
	background: #fff;
}
* html #product-modelselect-description-text-hidden { height: 180px; }

#product-modelselect-data {
	margin: 5px 0 5px 0;
}

#product-modelselect-data .left-column, #product-modelselect-data .right-column {
	margin: 0 3px 0 3px;
}

#product-modelselect-data .vline2 {
	margin-left: 3px;
}

#product-modelselect-features {
	min-height: 90px;
	margin-top: 15px;
}
* html #product-modelselect-features { height: 90px }

#product-modelselect-features .box {
	width: 250px;
}

#product-modelselect-features .box-image {
	width: 87px;
}

#product-modelselect-extras {
	height: 29px;
	
	background: url('images/product-modelselect-extras-bg.gif');
}

#product-modelselect-extras ul {
	padding: 6px 0 0 18px !important;
	padding: 7px 0 0 18px;
}

#product-modelselect-extras ul li {
	list-style: none;
	display: inline;
	margin-right: 30px;
}