@charset "UTF-8";

/* Layout Medium Screens */
body {
	background-image: none;
}

header {
	background-image: url(../_images/banner/banner_medium.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	background-size: 800px 175px;
}

header a.logo {
	/* [disabled]height: 70px; */
	/* [disabled]width: 195px; */
	/* [disabled]top: 20px; */
	/* [disabled]right: 20px; */
	/* [disabled]background-image: url(../_images/logo/logo_medium.jpg); */
	/* [disabled]background-size: 195px 70px; */
}

nav {
	top: 175px;
}

nav a {
	margin-right: 20px;
}

.newsletter_container {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.newsletter_container .news {
	background-position: 0px 0px;
	height: 200px;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #ccc; */
}

.newsletter_container .news .content {
	padding-top: 70px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{

	header {
		background-image: url(../_images/banner/banner_medium_2x.jpg);
	}

	header a.logo {
		background-image: url(../_images/logo_medium_2x.jpg);
	}
}








