@IMPORT url("base.css");
@IMPORT url("menu_bottom.css");

h1 {
	margin:0 auto;
    width:220px;
    padding-top:50px;
}


h2 span {
	visibility: hidden;
	font-size: 1px;
}

.loading {
	background: url("../img/loading_panel.gif") 50% 50% no-repeat ;	
}

#lang {
    float:right;
    text-transform:uppercase;
    margin-top:5px;
}

#lang a {
    color: #4e4e4e;
    
}

#lang img {
    vertical-align:bottom;
}
/*///////////////////////// content //////////////////////*/
#content {
	width: 100%;
	height: 432px;
	background: url("../img/autokris_bg.jpg") 0 0 no-repeat;
	margin-bottom: -6px;
	position: relative;
}

#menu_bg {
	width: 100%;
	background: url("../img/menu_bg.gif") 0 0 repeat-x;
	float: left;
}

#menu {
	width: 100%;
	height: 100px;
	background:  url("../img/select_arrow.gif") 0 0 no-repeat;
	float: left;
	position: relative;
}

#menu ul {
	width: 1000px;
	padding: 0px;
	margin: 8px auto;
	list-style: none;
}

#menu ul li {
	float: left;
	width: 25%;	
	text-align: center;
}

#menu ul li a {
	display: block;
	width: 170px;
	height: 91px;
	margin: 0 40px 0 40px;
}

.autokris_bg {
	background: url("../img/logo_autokris_g.gif") 50% 0 no-repeat;	
}

.autokris_bg:hover , .autokris_bg.selected  {
	background: url("../img/logo_autokris_a.gif") 50% 0 no-repeat !important;	
}

.autokris_en {
	background: url("../img/logo_autokris_en_g.gif") 50% 0 no-repeat;
}

.autokris_en:hover , .autokris_en.selected  {
	background: url("../img/logo_autokris_en_a.gif") 50% 0 no-repeat !important;
}

.hella {
	background: url("../img/logo_hella_g.gif") 50% 0 no-repeat;	
}

.hella:hover, .hella.selected {
	background: url("../img/logo_hella_a.gif") 50% 0 no-repeat;	
}

.motokris_bg {
	background: url("../img/logo_motokris_g.gif") 50% 0 no-repeat;	
}

.motokris_bg:hover, .motokris_bg.selected {
	background: url("../img/logo_motokris_a.gif") 50% 0 no-repeat;	
}

.motokris_en {
	background: url("../img/logo_motokris_en_g.gif") 50% 0 no-repeat;
}

.motokris_en:hover, .motokris_en.selected {
	background: url("../img/logo_motokris_en_a.gif") 50% 0 no-repeat;
}

.krisway {
	background: url("../img/logo_krisway_g.gif") 50% 0 no-repeat;		
}

.krisway:hover, .krisway.selected {
	background: url("../img/logo_krisway_a.gif") 50% 0 no-repeat;	
}

#content_info {
	margin-top: -9px;
}

#content_info_pane {
	margin-top: 2px !important;
}

#close {
	text-align: right;
	margin: 5px 18px 0;
}
