@charset "utf-8";
/* CSS Document
 *
 * edium // advanced web solutions
 *
 * Malte Beckers
 * www.edium.de
 * 
 * 22.02.2012
 */



/* General Settings */
html {
	height: 100%;
	min-height: 100%;
	background: #ffffff url("../img/bg_html.gif") 0 0 repeat;
}
@font-face {
	font-family: 'TradeGothicLT-CondEighteen';
	src: url('tradegothiclt-condeighteen.eot');
	src: url('tradegothiclt-condeighteen.eot?#iefix') format('embedded-opentype'),
			 url('tradegothiclt-condeighteen.woff') format('woff'),
			 url('tradegothiclt-condeighteen.ttf') format('truetype'),
			 url('tradegothiclt-condeighteen.svg#tradegothiclt-condeighteen') format('svg');
}
body {
	font-family: "TradeGothicLT-CondEighteen", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 100.2%; /* Enable left Scrollbar */
	min-height: 100%;
	background: transparent url("../img/bg_body.gif") 0 0 repeat-x;
	text-shadow: 0px 0px 1px #999999;
    filter: dropshadow(color=#999999, offx=0, offy=0);
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form {
	margin: 0;
	padding: 0;
	list-style: none;
}
a,
a:link,
a:visited {
	color: #147faa;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
img {
	display: block;
	border: none;
	outline: none;
}
.hidden {
	display: none;	
}



/* Page Structure */
#pageWrapper {
	position: relative;
	z-index: 1;
	/* height: 100%; */
	/* min-height: 825px;*/
	min-height: 100%;
	background: transparent url("../img/bg_page.png") center bottom no-repeat;
}
#pageArea {
	clear: both;
	position: relative;
    z-index: 1;
    padding-bottom: 80px;
	width: 1220px;
	overflow: hidden;
}

/* Header */		
#pageHeader {
	clear: both;
	overflow: hidden;
}
#pageHeader .logo {
	float: left;
	width: 310px;
	margin-top: 9px;
	background: transparent url("../img/bg_logo.gif") 0 0 repeat;
	overflow: hidden;
}
#pageHeader .logo img {
	padding: 34px 0 0 30px;
}

/* Content */		
#pageContent {
	float: left;
	width: 674px;
	margin-left: 310px;
}
#pageContent h1 {
	font-size: 28px;
	text-transform: uppercase;
	margin: 24px 0 0 0;
}
#pageContent h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 1em;
}
#pageContent article {
	clear: both;
	background-color: #ffffff;
	margin-top: 24px;
	padding: 17px 20px 10px;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
	filter: alpha(opacity=590); /* IE 5-7 */
	-moz-opacity: 0.9; /* Netscape */
	-khtml-opacity: 0.9;  /* Safari 1.x */
	opacity: 0.9; /* Good browsers */
	box-shadow: 0 0 10px rgba(0,0,0, .5);
}
#pageContent article p {
	padding-bottom: 16px;
}

/* Marginalia */
#pageMarginalia {
	float: right;
	width: 220px;	
}
#pageMarginalia figure.button a {
	display: block;
	width: 186px;
	height: 191px;
	overflow: hidden;
	background: transparent url("../img/bg_button.png") 0 0 no-repeat;
}
#pageMarginalia figure.button a:hover{
	background-position: 0 bottom;
}

/* Footer */
#pageFooter {
	position: absolute;
	bottom: 10px;
	left: 310px;
	z-index: 1;
	width: 674px;
}
#pageFooter span {
	float: left;	
}
#pageFooter a {
	display: inline-block;
	float: right;
	font-style: normal;
	/*display: none;*/
	margin-left: 20px;
}
#pageFooter a.act {
	text-decoration: underline;	
}