@charset "utf-8";
/******************************** SCROLLER ************************************/
html{
	SCROLLBAR-FACE-COLOR:#4a4a4a; 
	SCROLLBAR-HIGHLIGHT-COLOR:#4a4a4a; 
	SCROLLBAR-SHADOW-COLOR:#4a4a4a; 
	SCROLLBAR-3DLIGHT-COLOR:#4a4a4a;
	SCROLLBAR-ARROW-COLOR:#ffffff;
	SCROLLBAR-TRACK-COLOR:#ffffff;
	SCROLLBAR-DARKSHADOW-COLOR:#ffffff;
}

/******************************** MAIN MENU ************************************/
#navigation a{
	border:0;
	padding:0;
	text-decoration:none;
	line-height:0;
	letter-spacing:0;
}

/* NEWS */
a#btn_news_active:link, a#btn_news_active:active, a#btn_news_active:visited,a#btn_news_active:hover  {
	background:url(../img/btn_news_over.gif) no-repeat; 
}
a#btn_news_inactive:link, a#btn_news_inactive:active, a#btn_news_inactive:visited {
	background:url(../img/btn_news_out.gif) no-repeat; 
}
a#btn_news_inactive:hover {
	background:url(../img/btn_news_over.gif) no-repeat; 
}
/* ID */
a#btn_id_active:link, a#btn_id_active:active, a#btn_id_active:visited,a#btn_id_active:hover  {
	background:url(../img/btn_id_over.gif) no-repeat; 
}
a#btn_id_inactive:link, a#btn_id_inactive:active, a#btn_id_inactive:visited {
	background:url(../img/btn_id_out.gif) no-repeat; 
}
a#btn_id_inactive:hover {
	background:url(../img/btn_id_over.gif) no-repeat; 
}
/* CLIENTS */
a#btn_clients_active:link, a#btn_clients_active:active, a#btn_clients_active:visited,a#btn_clients_active:hover  {
	background:url(../img/btn_clients_over.gif) no-repeat; 
}
a#btn_clients_inactive:link, a#btn_clients_inactive:active, a#btn_clients_inactive:visited {
	background:url(../img/btn_clients_out.gif) no-repeat; 
}
a#btn_clients_inactive:hover {
	background:url(../img/btn_clients_over.gif) no-repeat; 
}
/* SHOWROOM */
a#btn_showroom_active:link, a#btn_showroom_active:active, a#btn_showroom_active:visited,a#btn_showroom_active:hover  {
	background:url(../img/btn_showroom_over.gif) no-repeat; 
}
a#btn_showroom_inactive:link, a#btn_showroom_inactive:active, a#btn_showroom_inactive:visited {
	background:url(../img/btn_showroom_out.gif) no-repeat; 
}
a#btn_showroom_inactive:hover {
	background:url(../img/btn_showroom_over.gif) no-repeat; 
}
/* MEDIA LOUNGE */
a#btn_media_active:link, a#btn_media_active:active, a#btn_media_active:visited,a#btn_media_active:hover  {
	background:url(../img/btn_media_over.gif) no-repeat; 
}
a#btn_media_inactive:link, a#btn_media_inactive:active, a#btn_media_inactive:visited {
	background:url(../img/btn_media_out.gif) no-repeat; 
}
a#btn_media_inactive:hover {
	background:url(../img/btn_media_over.gif) no-repeat; 
}
/* CONTACT */
a#btn_contact_active:link, a#btn_contact_active:active, a#btn_contact_active:visited,a#btn_contact_active:hover  {
	background:url(../img/btn_contact_over.gif) no-repeat; 
}
a#btn_contact_inactive:link, a#btn_contact_inactive:active, a#btn_contact_inactive:visited {
	background:url(../img/btn_contact_out.gif) no-repeat; 
}
a#btn_contact_inactive:hover {
	background:url(../img/btn_contact_over.gif) no-repeat; 
}

/************************** SUB MENU ************************/
#page_header a, #submenu_active a {
	float:left;
	display:inline;
	font:bold 14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	width:auto;
	padding:2px 6px 2px 4px;
	margin:0;
}
/* LOCATOR */
a.submenu_btn_fix:link, a.submenu_btn_fix:active, a.submenu_btn_fix:visited,a.submenu_btn_fix:hover  {
	color:white;
	background:none;
	border-right:1px solid white;
}
/* SUBMENU BUTTONS */
a.submenu_btn_active:link, a.submenu_btn_active:active, a.submenu_btn_active:visited,a.submenu_btn_active:hover  {
	color:white;
	background:#4a4a4a; 
	border-right:1px solid white;
}
a.submenu_btn_inactive:link, a.submenu_btn_inactive:active, a.submenu_btn_inactive:visited {
	color:#4a4a4a;
	background:white; 
	border-right:1px solid #4a4a4a;
}
a.submenu_btn_inactive:hover {
	color:white;
	background:#4a4a4a; 
	border-right:1px solid white;
}

/*************************** FOOTER *******************************/
a#btn_contact2:link, a#btn_contact2:active, a#btn_contact2:visited {
	position:absolute;
	top:0px;
	left:800px;
	background:url(../img/btn_contact2_out.gif) no-repeat; 
}
a#btn_contact2:hover {
	background:url(../img/btn_contact2_over.gif) no-repeat; 
}

a#btn_imprint:link, a#btn_imprint:active, a#btn_imprint:visited {
	position:absolute;
	top:23px;
	left:806px;
	background:url(../img/btn_imprint_out.gif) no-repeat; 
}
a#btn_imprint:hover {
	background:url(../img/btn_imprint_over.gif) no-repeat; 
}

/***************** READ MORE / CLOSE- BUTTON ***************/
.btn_read,.btn_close{
	float:left;
	display:inline;
	margin:0px;
	width:27px;
	height:96px;
}
a.btn_read:link, a.btn_read:active, a.btn_read:visited {
	background:url(../img/btn_read_out.gif) no-repeat; 
}
a.btn_read:hover {
	background:url(../img/btn_read_over.gif) no-repeat; 
}
a.btn_close:link, a.btn_close:active, a.btn_close:visited {
	background:url(../img/btn_close_out.gif) no-repeat; 
}
a.btn_close:hover {
	background:url(../img/btn_close_over.gif) no-repeat; 
}

/******************************** LINKS ************************************/
/* STANDARD */
a:link, a:active, a:visited{
	font:bold 10px Verdana, Arial, sans-serif;
	color:#004b95;
	line-height:13px;
	background:url(../img/icon_arrow_white.gif) no-repeat white 0px 0px;
	padding:0 3px 0 16px;
}
a:hover{
	font:bold 10px Verdana, Arial, sans-serif;
	color:white;
	line-height:13px;
	background:url(../img/icon_arrow_white.gif) no-repeat #4a4a4a  0px 0px;
	padding:0 3px 0 16px;
}
/* NEWS-/SHOWROOM- TEASER */
.info_headline a:link,.info_headline a:active,.info_headline a:visited{
	font:bold 14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color:white;
	line-height:13px;
	background:none;
	padding:0;
}
.info_headline a:hover{
	font:bold 14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color:#999999;
	line-height:13px;
	background:none;
	padding:0;
}
.info_text a:link,.info_text a:active,.info_text a:visited{
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	line-height:13px;
	background:none;
	padding:0;
}
.info_text a:hover{
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:white;
	line-height:13px;
	background:none;
	padding:0;
}
.pic_a a:link,.pic_a a:active,.pic_a a:visited, .pic_a a:hover{
	margin:0;
	padding:0;
	background:none;
}
.pic_b a:link,.pic_b a:active,.pic_b a:visited, .pic_b a:hover{
	margin:0;
	padding:0;
	background:none;
}
.info_logo a:link,.info_logo a:active,.info_logo a:visited, .info_logo a:hover{
	margin:0;
	padding:0;
	background:none;
}
/* ANKER 
a.anchor:link,a.anchor:active,a.anchor:visited,a.anchor:hover{
	text-transform: uppercase;
} */
/******************************* SKIP PAGE *********************************/
.skipFwd a, .skipBwd a {
	width:auto;
	height:20px;
	display:inline;
	font:bold 14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-transform:uppercase;
	
}
.skipFwd a:link,.skipFwd a:active,.skipFwd a:visited{
	float:right;	
	padding:2px 32px 0 4px;
	margin: 8px 45px 16px 0;
	color:#004b95;
	background:url(../img/icon_skipFwd_white.gif) no-repeat white right top;
}
.skipFwd a:hover{
	float:right;	
	padding:2px 32px 0 4px;
	margin: 8px 45px 16px 0;
	color:white;
	background:url(../img/icon_skipFwd_white.gif) no-repeat #4a4a4a right top;
}
.skipBwd a:link,.skipBwd a:active,.skipBwd a:visited{
	float:left;	
	padding:2px 4px 0 32px;
	margin: 8px 0 16px 18px;
	color:#004b95;
	background:url(../img/icon_skipBwd_white.gif) no-repeat white left top;
}
.skipBwd a:hover{
	float:left;	
	padding:2px 4px 0 32px;
	margin: 8px 0 16px 18px;
	color:white;
	background:url(../img/icon_skipBwd_white.gif) no-repeat #4a4a4a left top;
}

/* DOWNLOAD */
a.download:link,a.download:active,a.download:visited{
	color:#4a4a4a;
	background:url(../img/icon_download_white.gif) no-repeat white  0px -1px;
}
a.download:hover{
	color:white;
	background:url(../img/icon_download_white.gif) no-repeat #4a4a4a  0px 0px;
}
a.showcase:link,a.showcase:active,a.showcase:visited,a.showcase:hover{
	margin:0;
	margin-left:-14px;
	clear:both;
	display:inline;
}