/* HEAD */
#header {
	height: 130px;
}

#logo {
	width: 230px;
	height: 102px;
	position: relative;
	top: 20px;
	float: left;
	border: 0;
}

#logo_h1 {
	padding: 0px;
	margin: 0px;
}

/* LOGIN-LOGOUT */
#login {
	background-image: url("../img/header/bg_login.png");
	background-repeat: no-repeat;
	padding: 0 10px 15px 15px;
  width: 277px;
  height: 65px;
	float: right; 
}

#login a {
  font-size: 0.9em;
}

.loginfields {
  width: 275px;
  height: 20px;
  margin-top: 10px;
}

#login input {
  width: 87px;
  height: 18px;
  padding-left: 7px;
  margin-right: 7px;
  float: left;
}

#loginfields #login_info {
  font-size: 0.9em;
}

#login_btn {
	background-image: url("../img/btn_sprite.png");
	background-position: 0px -134px;
	background-repeat: no-repeat;
	width: 65px;
	height: 22px;
	float: right;
	text-indent: -9999px;
}

#login_btn:hover {
	background-image: url("../img/btn_sprite.png");
	background-position: 0px -158px;
}

#fb_btn {
	background-image: url("../img/btn_sprite.png");
	background-position: 0px -180px;
	background-repeat: no-repeat;
	width: 63px;
	height: 22px;
	float: right;
}

#fb_btn:hover {
	background-image: url("../img/btn_sprite.png");
	background-position: 0px -200px;
}

#logout {
	background-image: url("../img/header/bg_login.png");
	background-position: 0px -30px;
	background-repeat: no-repeat;
	width:272px;
	height: 35px;
	float: right; 
	padding: 0 15px 15px 15px;
}

#logout #account_settings {
  position: relative;
  top: -5px;
  font-size: 0.9em;
}

#logout_btn {
  background-image: url("../img/btn_sprite.png");
  background-position: 0px -888px;
	background-repeat: no-repeat;
	width: 68px;
	height: 24px;
	float: right;
	text-indent: -9999px;
}

#logout_btn:hover {
	background-image: url("../img/btn_sprite.png");
	background-position: 0px -916px;
}

#loginfields #account_settings {
  font-size: 0.9em;
  position: relative;
}
/* /LOGIN-LOGOUT */

/* NAVIGATION */

#green_line {
	height: 9px;
	width: 960px;
	background-image: url("../img/header/bg_head_green_line.png");
	background-repeat: repeat-x;
	z-index: 10;
}

#nav {
	width: 725px;
	margin-left: 215px;
	margin-top: -43px;
}

#nav #tab_startseite div, #nav #tab_meinkonto div {
  height: 23px;
  width: 119px;
	padding-top: 14px;
}  

#nav a {
  color: #444;
}

#nav .active a {
  color: #fff;
}

#nav ul {
	list-style-type: disc;
}

#nav li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	height: 37px;
	width: 119px;
	background-image: url("../img/btn_sprite.png");
	background-position: 0px -725px;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 1.2em;
}

#nav li:hover, #nav li.active {
	background-image: url("../img/btn_sprite.png");
	background-position: 0px -685px;
}
/* /NAVIGATION */

/* SOCIAL */
#header .social {
	float: right; 
	clear: both;
}

#header #like_btn {
  width: 112px;
  margin: 0 10px 0 10px;
	overflow: hidden;
	float: right;
}

#header #googleplus_btn {
  width: 75px;
  float: right;
  margin: 0;
}
/* /SOCIAL */
/* /HEAD */