@charset "UTF-8";
@import url("primary.css");
/* Secondary Stylesheet for Screen */
/* Special Styles for the Basic Version */
div {
	position: static;
	overflow: visible;
}
/* The following divs appear in the Basic Version */
/* Maincontent */
#Main/* This is not valid for InternetExplorer*/ {
	z-index: 1;
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}
/* And this is only valid for InternetExplorer (StarHack) */
* html #Main {
	z-index: 1;
	position: relative;
	float: none;
	overflow: hidden;
}
/* Divs standing over the footer */
#Home {
	z-index: 6;
	float: left;
	width: 10em;
	height: 5em;
	padding-top: 2.5em;
	padding-left: 2.5em;
	padding-right: 0em;
	padding-bottom: 0em;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
}
#Title {
	z-index: 5;
	width: auto;
	min-width: 52.5em;
	height: 5em;
	padding-top: 2.5em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
}
#Navigation {
	z-index: 4;
	float: left;
	width: 7.5em;
	height: auto;
	padding-top: 0em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-bottom: 0em;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
}
#Container/* This is not valid for InternetExplorer*/ {
	z-index: 2;
	width: 41em;
	height: auto;
	overflow: auto;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 2.5em;
	padding-bottom: 5em;
	visibility: visible;
}
/* And this is only valid for InternetExplorer (StarHack) */
* html #Container {
	z-index: 2;
	width: 600px;
	height: auto;
	overflow: auto;
	padding-top: 0em;
	padding-left: 12.5em;
	padding-right: 2.5em;
	padding-bottom: 5em;
	visibility: visible;
}
#Footer {
	z-index: 6;
	position: relative;
	margin-top: -3.5em;
}
/* Divs standing in the footer */
#Copy {
	z-index: 7;
	width: auto;
	height: auto;
	min-width: 50em;
	padding-top: 0em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-bottom: 0.5em;
}
/* Divs for pages with seperate JavaScript and Html versions */
#Script {
	z-index: 8;
	position: absolute;
	width: 40em;
	height: auto;
	margin-top: 0.8em;
	visibility: hidden;
}
#NoScript {
	z-index: 9;
	position: absolute;
	width: 40em;
	height: auto;
	margin-top: 0.8em;
	visibility: visible;
}
/* Divs only on /basic/contact/form.html */
#realname,#email,#subject {
	cursor: text;
	height: 1.5em;
	width: 40em;
	margin-bottom: 0.5em;
}
#maincontent {
	cursor: text;
	height: 25em;
	width: 40em;
}
#submit {
	cursor: pointer;
	height: 1.75em;
	width: 41.1em;
}
