/*DEBUT HEADER*/
#header{
	text-align: justify;
	/*overflow: hidden;*/
	background: #353535;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#353535');
	background: -moz-linear-gradient(top, #505050, #353535);
	background: -webkit-gradient(linear, top, bottom, from(#505050), to(#353535));
	background: -o-linear-gradient(top, rgb(80, 80, 80), rgb(53, 53, 53));
	border-bottom: 1px solid transparent;
	width: 100%;
	height: 90px;
	position: relative;
}

#headerwrapper{
	max-width: 1024px;
	margin : auto;
	position:relative;
	height:	100%;
}
#header .logo {
	overflow: visible;
}
#header .logo a,
#header .logo a:hover {
	background: none !important;
	border: 0px none !important;
}
#header a {
	font-family: YanoneKaffeesatzRegularRg, Arial, Helvetica, sans-serif;
}
#header span#bt-login, #header span#bt-mobi {
	float: right;
	height: 22px;
	line-height: 22px;
}
#header span#bt-login a {
	color: #3e84b7 !important;
}

#header span#bt-mobi a, #header span#bt-login a {
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	background: #D5D5D5;
	cursor: pointer;
	font-size: 10px;
	color: #353535;
	padding: 2px;
	font-family: YanoneKaffeesatzLightRegular;
	font-size: 20px;
}
#header span#bt-mobi a img, #header span#bt-login a img {
	vertical-align: bottom;
	height: 20px;
	margin-left: 4px;
	margin-right: 4px;
}

#bt-mobi.wtbg a{
  padding: 0.1em 0.5em 0.2em 0.5em;
  background-image: none;
}

#header a:hover,
.main-menu li.last a:hover {
  color: #ffffff;
}
#header .description {
	margin-left: 18px;
	position: relative;
	top: 17px;
	max-width: 500px;
}
#header .logo img {
  margin-top: -4px;
  margin-right: 10px;
  vertical-align: top;
}
#header .description div {
  display: inline-block;
}
#header .description div div#slogan {
  color: #FAFAFA;
  font-family: YanoneKaffeesatzLightRegular;
  font-size: 19px;
  display: block;
  margin-top: 20px;
}
#header .description div span#follow-us {
  display: inline-block;
  margin-top: 5px;
  color: #c5c5c5;
  font-family: Helvetica;
  text-transform: uppercase;
  font-size: 10px;
}
#header .description div span#follow-us a {
  margin-left: 10px !important;
  margin-right: 0px !important;
}
#header .description div span#follow-us a img {
  height: 26px;
  cursor: pointer;
  vertical-align: middle;
  margin: 0px;
}
#header .description a:hover {
  background: url(/img/web2.0/header/border-menu.gif) bottom left repeat-x;
}
#header #welcome-user {
	font-family:
  margin-right: 10px;
  margin-top: 10px;
  color: #C5C5C5;
  font-size: 11px;
}
#header #welcome-user a {
	font-family: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #C5C5C5;
  color: #C5C5C5;
}
.hack-my4n {
    color: #85ACD5;
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    margin-left: 10px;
    text-transform: none;
}
.main-menu {
  line-height: 25px;
  position: absolute;
  bottom: -1px;
  right: 0px;
}
.main-menu li {
  display: inline-block;
  font-size: 22px;
  float: right;
}

.main-menu li:hover {
  background: url(/img/web2.0/header/border-menu.gif) bottom left repeat-x;
}
.main-menu li.is_active > a, .main-menu li.last.is_active a {
  /* color: #32A4CF; */
  /*color: rgb(50, 164, 207);*/
  color: #FFF;
}
.main-menu li.is_active{
	background: url(/img/web2.0/header/arrow-active.png) no-repeat 50% 120%;
}
.main-menu li a {
  color: #c5c5c5;
  padding: 0px 0.7em 5px 0.7em;
  border-left: 1px solid #9f9f9f;
  text-shadow: 0px -2px 1px #282828;
}


.main-menu li.last a {
  /*color: #b75e3e;*/
  color: #FAA039;
  border-right: none;
}

.main-menu li#headline {
  font-size: 12px;
  color: white;
  float: left;
  text-transform: none;
  font-style: italic;
  margin-left: 20px;
}

.main-menu li#headline:hover {
  background: transparent !important;
}

/*FIN HEADER */
