/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */
 
 #page {
	background-image: url("../Bilder/Logo-Background_980.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	margin-top: 25px;
	
	font-size: 14px;
}

.site-name a, .site-name a:visited  {
	text-align: right;
	font-size: 150%;
	line-height: 0.7em;
}

header#section-header {
	background-image: url("../Bilder/Logo-Top_980.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 257px;
}
footer#section-footer {
	background-image: url("../Bilder/Logo-Bottom_980.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
}
