@charset "UTF-8";
/* CSS Document */

body {margin:0; padding:0px;}
header a.logo { display: block; position: absolute; background-position: 0px 0px; background-repeat: no-repeat; }
nav {
	width: 100%;
	display: block;
	position: absolute;
	background-color: #9e9f9f;
}

/* Layout Large Screens (default for older browsers) */

header a.logo { width: 215px; height: 60px; top: 20px; right: 0px; background-image: url(../images/logo-zania-factory.jpg); }

article {height: 417px; background: url(../images/fototest.jpg) no-repeat right 0px; }

.links {width:210px; height:412px; position:absolute; display:block;}

nav { top: 105px; }
nav a {height:25px;padding:5px 20px 0;}

hr {width:100%x;}


@media screen and (max-width: 990px) {
	header { padding-left:10px;}
	footer { padding-left: 10px; }
}