zwischen nav_head und nav_bg eine lücke
	
	
		Hallo ihr lieben,
ich hab da ma ne frage zu dem design 
uns zwar habe ich eine lücke zwichen navhead und navbg, und so siehts aus
http://img15.myimg.de/fehler2bc29_thumb.jpg
wie kann ich diese lücke entfernen?
im css siehts so aus
	Code:
	
.nhead {
background-image: url(../images/middle_nav_head.png);
background-repeat: no-repeat;
height: 33px;
width: 147px;
text-align: center;
padding:3px 0 0 0;
margin:4px 5px 0 4px;
font-family: Trebuchet MS, sans-serif;
font-size: 12px;
font-weight: bold;
color: #ffffff;
}
.nbg {
background-image: url(../images/middle_nav_bg.png);
background-repeat: repeat-y;
height: auto;
width: 147px;
padding: 0 2px 0 2px;
margin:4px 5px 0 4px;
text-align: left;
color: #999999;
}
 Liebe Grüße 
Hansir
	 
	
	
	
		AW: zwischen nav_head und nav_bg eine lücke
	
	
		Könnte an:
	Code:
	
.nbg { 
margin:4px 5px 0 4px;
}
 liegen, mach aus dem 1. Wert (Außenabstand oben) mal ne 0.