@charset "iso-8859-1";

@import url(boxes.css);
@import url(catalog.css);
@import url(elements.css);
@import url(form.css);
@import url(gallery.css);
@import url(modules.css);
@import url(navigation.css);
@import url(publication_methods.css);
@import url(search.css);
@import url(sitemap.css);
@import url(slideshow.css);
@import url(specif.css);
@import url(structure.css);

@import url(dragdealer.css);
@import url(prettyPhoto.css);


/* RESET CSS */
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
}
body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	line-height: 160%;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
}

img {
	border: 0;
}

a:active, a:focus{
      outline:none;
}

.clear {
	border: 0;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
