body{
	background-image:url('Bilder/debut_dark.png');
	margin: 0px; padding: 0px; width: 100%;
	height:100%;
	font-family: arial, helvetica, sans-serif;
	color: white;
}
nav  {
	display: block;
	margin:0px;
	width: 100%;
	overflow: hidden;
}
a.ProductLinks:link{
	color:red;
	font-size: 120%;
	text-decoration:none;
}
a.ProductLinks:hover{
	text-decoration:underline;
	color:red;
}
a.PicBoxLink {
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 165px;
    position: relative;
    text-decoration: none;
    width: 258px;
}
nav ul {
	padding-top: 10px;
	color: #555;
	padding: .7em;
	float:left;
	list-style: none;
	background: #444;
	background: rgba(0,0,0,.2);
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;    
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset; 
}

nav li {
	float:left;
	color: #555;
}

nav a {
	float:left;
	padding: .8em 1.0em;
	text-decoration: none;
	color: #555;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font: bold 1.1em/1 'trebuchet MS', Arial, Helvetica;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #ccc #999 #eee;
	background: #c1c1c1;
	background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
	background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
	background: -o-linear-gradient(#f5f5f5, #c1c1c1);
	background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
	background: linear-gradient(#f5f5f5, #c1c1c1);            
 }
 
nav a:hover, nav a:focus {
	outline: 0;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	background: #FA5C54;
	background: -moz-linear-gradient(#FA5C54,#B81301);
	background: -webkit-gradient(linear, left top, left bottom, from(#FA5C54), to(#F81700));
	background: -webkit-linear-gradient(#FA5C54,#B81301);
	background: -o-linear-gradient(#FA5C54,#B81301);
	background: -ms-linear-gradient(#FA5C54,#B81301);
	background: linear-gradient(#FA5C54,#B81301);
}
nav a:link,a:visited
{
	color: #555;
	text-align:left;
	text-decoration:none;
}
nav a:active {
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
}
 
nav li:first-child a {
	border-left: 0;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;            
}

nav li:last-child a {
	border-right: 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;            
} 