
@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) IE patch stylesheet
 * (de) IE-Anpassungs-Stylesheet
 *
 * @creator       YAML Builder V1.1b (http://builder.yaml.de)
 * @file          patch_my_layout.css
 * @-yaml-minver  3.1
 */

/* Layout independent adjustments | Layout-unabhaengige Anpassungen  */
@import url(../../yaml/core/iehacks.css);

/* Layout-dependent adjustments | Layout-abhaengige Anpassungen */
@media print
{
	#col1 { display: none }

	#header #lang-select { display: none }

	#nav { display: none }

	#footer { display: none }

	#breadcrumb { display: none }
	
	div.acc-content  
	{
		display: block!important;
		height: auto!important;
	}

	div.tabcontent, div#tab-1,div#tab-2,div#tab-3,div#tab-4,div#tab-5,div#tab-6,div#tab-7
	{
		display: block!important;
		height: auto!important;
	}
	
	.tabcontent_print_headline
	{
		display: block!important;
		height: auto!important;
		font-size: 18px;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.cell { float: left;}
	.key {	float: left;	width: 320px;}
	.val {	float: right;	width: 250px;}
	
	.cols2 .val1 { width: 320px }
	.cols2 .val2 { width: 250px }
	
	.cols3 .val1 { width: 227px }
	.cols3 .val2 { width: 227px }
	.cols3 .val3 { width: 94px }
	
	.cols4 .val1 { width: 184px }
	.cols4 .val2 { width: 120px }
	.cols4 .val3 { width: 120px }
	.cols4 .val4 { width: 120px }
	
	#city_wirtschaftsdaten.cols4 .val1 { width: 180px }
	#city_wirtschaftsdaten.cols4 .val2 { width: 60px }
	#city_wirtschaftsdaten.cols4 .val3 { width: 60px }
	#city_wirtschaftsdaten.cols4 .val4 { width: 244px }
	
	a {display: none; border: none; text-decoration:none;}
	
	.item a {display: block; color: #000000; background:transparent; text-decoration:none;}
	#wappen a {display: block!important;}
	#header a {display: block!important;}
	
	.gisproxy {display: none!important;}
	.resultlist_merkliste {display: none!important;}
	.linklist {display: none!important;}
	.btn {display: none!important;}
	
	#mapimgprint{display: block!important;}
	.center-map{display: none!important;}
	
	
div .go_image_container img{
width:400px;
}
div .keyval{
width:700px;
display:table;
}
div .key{
float:left;
width:200px;
}
div .val{
width:400px;
}
div .val a{
display:inline;
}

