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

  radiogong.de | einspaltiges Layout
  Datenwerk GmbH - www.datenwerk.de

  author:   christian.rolle@datenwerk.de

---------------------------------------

 * |-------------------------------|
 * | #header                       |
 * |-------------------------------|
 * | #gallery_content              |
 * |-------------------------------|
 * | #footer                       |
 * |-------------------------------|

*/

/* YAML-Basis-Stylesheets einbinden */
@import url(/css/yaml/core/base.css);

/* Common-Stylesheet einbinden */
@import url(/css/gong/common.css);

@media all {

	#page {
		width: 820px;
		margin:94px 8px 0;
		position: relative;
		z-index: 1;
	}
	
	#page_top_gallery {
		height: 25px;
		width: 100%;
	}

	#header-gallery {
		height:75px;
		position:absolute;
		top:-75px;
		z-index:10;
	}
	
	#gallery_content {
	    padding: 0 10px;
	    position:relative;
	}
	
	#footer {
		height: 220px;
	}

}

