@charset "utf-8";

/**
 * Basis-Styles.
 *
 * @created 09 2008
 * @creator Sophie Schwalbe
 * @version $Revision: 1.1.2.8 $
 * @author $Author: Sophie $
 * @date $Date: 2008/06/09 10:49:54 $
 * @packagge: layout
 * @subpackagge: css.basis
 */


/* ____________________________________________________________
 *
 *   Basis
 *
 * ------------------------------------------------------------
 */

body {
	font-family: Arial,sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
	margin: 0;
}
* {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 1em;
}

/** reine Accessibility-Elemente **/
h1, .acc {
	display: none;
}

/** Text-Links **/
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #B2B1B3;
}
a.active, a:link.active, a:visited.active, a:hover.active, a:active.active {
	color: #222123;
}

/** Alle Standard-Blockelemente mit CDATA-Inhalte (Textinhalte). **/
h1, h2, h3, h4, h5, h6, p, dt, dd, .cdata, ul.cdata, li.cdata, label, input, textarea, option, legend, pre, select, address {
	font-family: Arial,sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
.struct, option {
	font-size: 1em;
	line-height: 1.8em;
} 

/** Überschriften **/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: italic;
	margin-bottom: 1.2em;
}

/** Absätze **/
p {
}

/** Bilder **/
img {
	border:none;
}

/** Listen **/
ul, ol {
	list-style: none;
}

/** Tabellen **/
td {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/** rein barrierearme Inhalte **/
.acc {
	display: none;
}
/** (Float-)Trennelement **/
.delimiter {
	clear: both;
}

/** Hinweise **/
.hint {
	font-style: italic;
}


/* ____________________________________________________________
 *
 *   Layout
 *
 * ------------------------------------------------------------
 */

html, body {
	height: 100%;
}

.stagewrap {
	display: table;
	margin: 0 auto;
	height: 100%;
}
.stagewrap2 {
	display: table-cell;
	vertical-align: middle;
}

.stage {
	width: 102.4em;
}
.stagebody_inner {
	padding-top: 2em;
	padding-left: 2em;
}


/* ----------------
 *  Vorschaltseite 
 * ---------------- */

.cup_mediaplayer {
	margin-bottom: -1.5em;
}
/* Flash-Fallback */
.cup_mediaplayer .flashfallback {
	position: absolute;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding-bottom: 1em;
}


/* ----------------
 *  Contentseite 3-spaltig
 * ---------------- */

.stagecol1,
.stagecol2 {
	width: 22em;
	margin-right: 2em;
	float: left;
	padding-top: 5em;
	margin-bottom: -2em;
}
.stagecol3 {
	width: 50.5em;
	float: left;
	padding-top: 5em;
	margin-bottom: -2em;
}
.stage_3col h2,
.stage_3col h3 {
	font-style: normal;
	margin: 0;
}
.stage_3col h2 {
	display: block;
	position: absolute;
	margin-top: -5em;
}
.stage_3col h3 {
	margin-bottom: 1.2em;
}
.stagecol1 h3 {
	margin-bottom: 0;
}
.stage_3col .bodytext {
	color: #B2B1B3;
	margin-bottom: 1.2em;
}
.stage_3col {
	min-height: 59.8em;
}


/* ----------------
 *  Projektliste 
 * ---------------- */
.projectindex {
	width: 48em;
	float: left;
	min-height: 59.8em;
}
.projectindex_col1 {
	float: left;
}
.projectindex_col2 {
	float: right;
}
.projects,
.projectnav {
	width: 22em;
	margin-right: 2em;
	margin-top: 1.6em;
}
.projects.first {
	margin-top: 0;
}
.projectnav .label {
	display: none;
}
.projectnav li {
	float: left;
}
.projectnav a.prev {
	background-image: url('pixel/prev.gif');
}
.projectnav a.next {
	background-image: url('pixel/next.gif');
}
.projectnav a {
	display: block;
	background-repeat: no-repeat;
	width: 1.4em;
	height: 1em;
	margin-right: 1em;
}
.projectindexfooter {
	clear: both;
}

/* ----------------
 *  Projektdetails 
 * ---------------- */
.projectdetails {
	width: 52.4em;
	height: 59.8em;
	float: right;
}
/*
.projectdetails .detail {
	padding-left: 2em;
}
.projectdetails .detail img {
	width: 50.4em;
}*/
.projectdetails .nav {
	padding-left: 2em;
	margin-top: 0.3em;
}
.projectdetails .nav li {
	float: left;
	margin-right: 0.9em;
}
.projectdetails .nav .label {
	display: none;
}
.projectdetails .nav a.prev {
	background-image: url('pixel/prev_detail.gif');
}
.projectdetails .nav a.next {
	background-image: url('pixel/next_detail.gif');
}
.projectdetails .nav a.prev,
.projectdetails .nav a.next {
	display: block;
	background-repeat: no-repeat;
	width: 1.7em;
	height: 0.7em;
	margin-top: 0.24em;
}


/* ----------------
 *  Agentur 
 * ---------------- */
.provider {
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-top: 3.7em;
}
.providerfooter {
	clear: both;
}
.providerlogo {
	display: block;
	float: left;
	width: 22em;
	padding-right: 2em;
	height: 4.6em;
}
.providerlogo img {
	width: 19.8em;
	display: block;
}
.providertextwrap {
	display: table;
	vertical-align: bottom;
	float: left;
	width: 74.4em;
	height: 4.6em;
}
.providertext {
	display: table-cell;
	vertical-align: bottom;
}
.providertext p {
	font-size: 1em;
}
.providertext address {
	font-size: 1em;
	display: inline;
	font-style: normal;
}
.providertext br.whitespace {
	display: none;
}
.providertext span.whitespace {
	padding-right: 0.6em;
}



/* ____________________________________________________________
 *
 *   Flash-Einbindung
 *
 * ------------------------------------------------------------
 */
object,
embed {
	outline: none;
	-moz-outline-style: none;
}
object.block_noIE {
	display:block;
}

/* Projektdetails */
#projectdetails_flash .flashfallback img {
	width: 100%;
}
#projectdetails_flash .flashfallback .medianav {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 0.7em;
}
#projectdetails_flash .flashfallback a {
	width: 1.2em;
	margin-right: 0.8em;
	margin-top: 0.3em;
	display: block;
	float: left;
}
#projectdetails_flash .flashfallback a.extLink  {
	width: auto;
	margin-left: 3em;
}
