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

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

  author:   marion.ihms@datenwerk.de

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

 * |-------------------------------|
 * | #header                       |
 * |-------------------------------|
 * | #col3   | #col1               |
 * | 				 |                     |
 * |-------------------------------|
 * | #footer                       |
 * |-------------------------------|

*/

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

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

@media all {
	#page_top {
		height: 35px;
		width: 100%;
	}

	#page {
		width: 820px;
		margin:	0px 8px;
		position: relative;
		z-index: 1;
	}

	#header {
		height: 230px;
		position: absolute;
		z-index: 10;
		width: 100% !important;
		top: -13px;
	}

	#main {
	  padding-top: 217px;
	  z-index: 1;
	}

  /* left column | linke Spalte */
  #col1 {
		padding-top: 20px;
  	width: 570px;
  	margin-right: 10px;
  	float: right;
  }

  #col1_content {
		padding: 0px 19px;
  }

	#col1 .subcolumns_oldgecko .col-302-l {
		width: 302px;
		float: left;
		margin-right: 18px;
	}

	#col1 .subcolumns_oldgecko .col-212-r {
		width: 212px;
		float: left;
	}

  /* right column | Rechte Spalte */
  #col2, #col2_content {
  	display: none;
  }

  #col3 {
	padding-top: 20px;
  	margin-right: 579px;
  	margin-left: 10px;
  }

  #col3_content {
  	padding: 0px 9px 0px 10px;
  }

	#footer {
		height: 220px;
		position: relative;
	}

/* Druckversion*/
	#main_print {
		  z-index: 1;
	}
	#print {
		margin-left:10px;
		margin-right:10px;
		padding-top:20px;
		width:800px;
	}
	
	#print #breadcrumb {
		display: none;
	}
	
	#print_content {
		padding: 0px 19px;
	}
	
	#print .subcolumns_oldgecko .col-302-l {
		width: 302px;
		float: left;
		margin-right: 18px;
	}
	
	#print .subcolumns_oldgecko .col-212-r {
		width: 212px;
		float: left;
	}
	
	#print .teaser .teaser_head, #print .teaser .teaser_content {
		background: none;
	}
	
	#print .printlink {
		display: none;
	}
	
	#print .teaser .teaser_head h3 span, #print .teaser .teaser_head h3 span {
		padding: 0px;
	}

	#print .no_item {
		display: none;
	}

	/* Schriftgröße Stauschau/ Blitzer */
	#print .speedcam .teaser_head h3 span, #print .congestion .teaser_head h3 span {
		font-size: 21px;
	}

	#print .speedcam .teaser .teaser_content *, #print .congestion .teaser .teaser_content * {
		font-size: 21px;
	}
	
	#print .congestion h2 {
		font-size: 24px;
	}
}
