/* import core styles | Basis-Stylesheets einbinden */
@import url(../includes/yaml/core/base.css);

/* import print layout | Druck-Layout einbinden*/
@import url(../includes/yaml/print/print_003_draft.css); 

body {
	font-size:1em;
}

#header_metanav {
	display:none;
}

.headline-print {
	font-size:1.2em;
	font-weight:bold;
	color:#333 !important;
}

#font-switch {
	display:none;
}

#header {
	margin:0;
	padding:0;
	margin-bottom:2em;
}

#header_logo {
	margin:0;
	padding:0;
}


span#showtime {
	/*display:none;*/
	font-size:0.7em;
	text-align:right;
	float:right;
}

#breadcrumb_content {
	padding:0;
}

#breadcrumb a {
	background:none !important;
}

#col3 h1, #col3 h2, #col3 h3, #col3 h4, #col3 h5, #col3 h6 {
	background-image:none;
}


.toggle_container_more_info {
	display:block !important;
}
#footer-links, #footer_options {
	display:none;
}

#breadcrumb a {
    background: url(../images/icons/icon_arrow_right.gif) no-repeat scroll 0 0.4em transparent;
    font-size: 0.917em;
    padding-left: 0.8em;
    padding-right: 0.7em;
    text-decoration: none;
}

col1 {
	display:block;
}

p#footer_copyright {
	margin-top:10px;
	font-size:0.7em;
}

.staff_list tr th, 
.staff_list tr td,
table.staff_list th, 
table.table-coloured th, 
table.table-coloured-text-left th{
	border:1px solid #333;
	background:none;
	color:#000;
}

table.staff_list td, 
table.table-coloured td, 
table.table-coloured-text-left td{
		border:1px solid #333;
}
	
table.staff_list tr.tr-odd, 
table.table-coloured tr.tr-odd, 
table.table-coloured-text-left tr.tr-odd,
table.staff_list tr.tr-even, 
table.table-coloured tr.tr-even, 
table.table-coloured-text-left tr.tr-even {
	background:none;
}




.press-release-article img {
	margin-right:0;
}

.sub-color-right-bar-medium {
	display:none;
}

.no-print {
	display: none;
}