@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
html > body {
	font-size: 7.5pt; 					/* = 1em => 1px = 0.1em */
}
body {
	font-size: 63%;
	padding:0;
	margin:0;
	text-align: left;
	font-family:"Times New Roman", Times, serif;
}
#globalWrapper { 	
	text-align: left;
	width: 100%;
}
#innerWrapper {
	border: 0;
}
/* general clearfix to have the innerWrapper around the content area*/
.clearfix:after {
/*	content: "."; */
	visibility: hidden;
	overflow: auto;
}
/* {{{ IE 7 clearfix */
.clearfix {
	display: inline-block;
}
/* {{{ Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.hiddenHeadline {
	display: block;
}
.hiddenElement {
	display: none;
}
#header {
	height: 0;
	width: 0;
	display: none !important;
}
#navigation {			/* hintergrundfarbe in globalWrapper festlegen */
	width: 0;
	display: none !important;
	float: none;
}
#navigation .navImage img {
	display: none !important;
	float: none;
}
#content {
	width: 100%;
	clear: both;
	min-height: 0;
	border: 0;
}
.contentMetaData {
}
.contentMetaData .orientation {
	float: left;
	display: none;
}
.contentMetaData .contentDate {
	float: right;
}
.headlineShadow {
	display: none !important;
}
.mainText {
	width: 100%;
	float: left;
}
.mainTextFull {
	width: 100%;
}
.mainImages {
	float: none;
}
.pgaLogo {
	display: none !important;
}
.pgaLogo img {
}
.clearContent {
	clear:both;
}
.extraLinks {
	display: none !important;
}
.extraLinks .element {
}
#developerLinks {
	display:none;
}