#header{
	height: 100%;
	position: relative;
	float: none;
	width: 100%;
}
#header .headerImg{	
	width: 100%;
/*	min-height: 160px; */
}

#header .headerImg .logo {
    display: inline-block;
}
#header .headerImg .SEKlogo {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	max-width:500px;
	margin: 20px 0 20px 0;
}
#header .headerImg .sekonline_link{
	position: relative;
	float: right;
	width: 100%;
	height: auto;
	max-width:300px;
	margin-right:0;
	margin-bottom:25px;
	top:15px;
}

.headerMenu{
position: relative;
background-color:transparent !important; 
float: none;
padding:0;
left: 0px;
width: 100%;
height: 15%;
border-bottom: none;
font-weight: bold;
}


#header .menu-element{
	position: relative;
	float: left;
	width: 13.6%;
	text-align: center;
	height: 63%;
	padding-top: 7px;
	cursor: pointer;
	font-size: 0.9em;
}

#header .menu-element:first-child{
	padding-left:30px;
}
#header .menu-element:last-child{
	border-right: none;
}

#header .menu-element:hover{
	
}

#header .menu-element:hover > a{
	color: #FF3C3C;
}

.search{
    max-width: 400px;
    min-width: 300px;
    float: none;
    margin: 0 auto;
	height: 60px;
   /* margin-top: 15px;
    margin-bottom: 15px;
    height: 30px;*/

}
 .gsc-search-button-v2 {
 line-height:100%;
 }

#header .menu-element > a{
	text-decoration: none;
	color: #000;
}

#header .menu-element .menu-items .menu-item > a{
	text-decoration: none;
	color: #000;
}

#header .menu-element:hover .menu-items{
	position: relative;
	display: block;
}

#header .menu-items{
	display: none;
	position: relative;
	font-size: 0.9em;
	width: 200px;
	z-index: 10;
	top: 5px;
	text-align: left;
	background-color: #f4f4f4;
	border-top: solid 3px red;
	height:auto;
	max-height:600px;
	overflow:auto;
}
#header .menu-element .menu-items .menu-item:first-child{
	padding-top:10px;
}
#header .menu-element .menu-items .menu-item:last-child{
	padding-bottom:10px;
}
#header .menu-element .menu-items .menu-item{
	border: none/*solid 1px #F1F1F1*/;
	padding: 3px 8px 3px 8px;
}

#header .menu-element .menu-items .menu-item:hover{
	background-color: none;
}

#header .menu-element .menu-items .menu-item:hover > a{
	color: none;
}
/* BOOTSTRAP MENU */

.navbar .container {
    width: 100%;
}



/*
ul.nav.navbar-nav>li>a {
    color: #fff;
}
ul.nav.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus{
    color: #f90000;
}
ul.nav.navbar-nav>.active>a,
ul.nav.navbar-nav>.active>a:hover,
ul.nav.navbar-nav>.active>a:focus {
  color: #50A0FF;
  background-color: #FFFFFF;
}
ul.nav.navbar-nav li .active {
  background-color: transparent !important;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover  {
  background-color: transparent !important;
}
*/
