@charset "UTF-8";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.oneColFixCtr #container {
	width: 700px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px none #000000;
	text-align: center; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 700px;
}
.oneColFixCtr #mainContent {
	padding: 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
}#pic_content {
	height: 500px;
	width: 700px;
	background-image: url(Bilder/interim_screen_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.button_contact {
	height: 40px;
	width: 105px;
	left: 185px;
	position: relative;
	float: left;
}
#words_content {
	height: 220px;
	width: 350px;
	left: 190px;
	position: relative;
	top: 210px;
	border: 1px none #333;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
#pic_content_con {
	height: 500px;
	width: 700px;
	background-image: url(Bilder/interim_screen_01a.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.button_portf {
	height: 40px;
	width: 105px;
	left: 250px;
	position: relative;
	float: left;
}
.copytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 18px;
	color: #666;
}
#pic_content_port {
	height: 500px;
	width: 700px;
	background-image: url(Bilder/interim_screen_01b_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.button_home {
	height: 40px;
	width: 105px;
	left: 120px;
	position: relative;
	float: left;
}

