@import url(default_main.css);
@import url(default_navigation.css);

@import url(default_print.css);

@media all {

#pr_header {
	display: block;
	width: auto;
	margin: 0;
	padding: 9px 0 0 0;
}

#pr_tool_bar {
	display: block;
	width: auto;
	margin: 0;
	padding: 1px 0 0 0;
}
#pr_tool_bar a.site {
	display: inline-block;
	margin: 0;
	padding: 0 23px 0 15px;
	font-size: 100%;
}
#pr_tool_bar a.site.active {
	color: #641400;
	background-image: url(/_img/icon_fwd_extra.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

form#pr_countryselect {
	display: block;
	width: auto;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 100%;
	font-weight: normal;
	color: #646466;
	float: right;
	clear: both;
}
form#pr_countryselect label {
	display: block;
	width: auto;
	margin: 0;
	padding: 3px 15px 3px 0;
	font-size: 100%;
	font-weight: normal;
	color: #000;
	float: left;
}
form#pr_countryselect select {
	display: inline-block;
	width: 16.75em;
	float: left;
}

form#contact_presse { padding-right: 1px; }
form#contact_presse .subcolumns { overflow: visible; }
#contact_presse textarea.text { height: 5.95em;	}

html.iframe { height: 99%; }

.iframe body { background: white; }
.iframe #container {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	text-align: left;
	font-size: 75%;
}
iframe { margin-bottom: 1.5em; }

}

@media print {



}