
#logo {
	position: absolute;
	top: 15px;
	left: 40px;
}

div#navigation ul {
    margin: 0;
    margin-left: 160px;
	margin-top: 71px;
}
div#navigation ul li {
    list-style: none;
    float: left;
    width: 150px;
    line-height: 26px;

  	position: relative;

	margin: 0;
	padding: 0 5px;
}
div#navigation ul li a {
	display: block;
	padding: 0;
	margin: 0;

	text-align: center;
    text-decoration: none;
	font-weight: bold;
}

div#navigation ul li a:hover,
div#navigation ul li.active a:hover,
div#navigation ul li.active a {
    background: url("img/base/gwb tab blue.jpg");
    color:white;
}

div#navigation ul li ul {
    display: none;
    position: absolute;
    width: 225px;
    margin: 0;
    padding: 0;
	border: 2px solid #26248f;
	background-color: white;
	z-index: 4;
}

div#navigation ul li:hover ul {
	display: block;
}

div#navigation ul ul li {
	width: 300px;
}

div#navigation ul li.active ul a,
div#navigation ul li ul a,
div#navigation ul ul a:hover,
div#navigation ul li.active ul a:hover {
	/* tab-hintergrund von oben ausser kraft setzen. */
	background: none;
	color: black;
	text-align: left;
	font-weight: normal;
	line-height: 20px;
}

div#navigation ul ul a:hover,
div#navigation ul li.active ul a:hover {
	color: navy;
}


#shop_gruppe_sidebar h1 {
	font-size: 12px;
	font-weight: bold;
	color: navy;
	background: url("img/base/gwb product header.jpg") no-repeat;
	text-align: center;
	height: 32px;
	width: 170px;
	line-height: 32px;
	text-transform: uppercase;
}

#shop_gruppe_sidebar ul {
    margin: 0;
	padding: 0;
}

#shop_gruppe_sidebar ul li {
    list-style: none;
    margin: 0em;
	padding: 0;
	border-bottom: 1px solid silver;
	font-size: 11px;
}

#shop_gruppe_sidebar ul li a {
	background-image: url("img/base/gwb nav dreieck rechts.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 22px;
	padding-left: 10px;
	display: block;
    white-space: nowrap;
}

#shop_gruppe_sidebar ul li a:hover {
	background-image: url("img/base/gwb nav 1 hover bg.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: white;
}

#shop_gruppe_sidebar ul li.active a {
	background-image: url("img/base/gwb nav 1 active bg.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: white;
}

#shop_gruppe_sidebar ul ul {
	border-bottom: 1px solid silver;
}
#shop_gruppe_sidebar ul ul li a {
	background-color: #FFFFCC;
	background-position: 10px center;
	padding-left: 20px;
}

#shop_gruppe_sidebar a {
	text-decoration: none;
}


div#shop_suche {
	position: absolute;
	right: 5px;
	top: 0px;
	width: 170px;
	background-image: url("img/base/gwb suche bg.jpg");
	background-position: bottom;
    background-repeat: no-repeat;
	margin-right: 10px;
	padding: 5px;
	text-align: center;
}
div#shop_suche p {
	padding: 0;
	margin: 2px;
	font-weight: bold;
	color: #040184;
}
div#shop_suche img {
	vertical-align: top;
}


#footer {
	margin: 15px 0;
	height: 33px;
}

#footer .boxcontent1 {
	margin: 0;
	background: url("img/base/gwb footer bg right.jpg") right no-repeat;
	height: 33px;
}
#footer .boxcontent2 {
	margin: 0;
	background: url("img/base/gwb footer bg left.jpg") left no-repeat;
	height: 33px;
}
#footer p {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 33px;
	font-size: 10px;

	margin: 0;
}
