/*
  crema WAG! Agentur für neue Medien, Schwetzingen
  http://www.crema.da

  Copyright (c) 2009 crema WAG!
*/

BODY {
	background: #111B5F;
	color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

A {
  color: #FFFFFF;
  text-decoration: none;
}

A:hover {
  color: #FF0000;
  text-decoration: underline;
}


/* Layout */

/* Beginn Übergeordneter Container Hintergrund */

#layout-hg-0 {
	width: 1000px;
	height: 700px;
	top: 0px;
	left: 0px;
	position:absolute;
	z-index: 1;
}

#layout-hg-1 {
	width: 201px;
	height: 745px;
	background-image:url(layoutelemete/fonds/fd_links-linse1.jpg);
	float: left;
	z-index: 2;
}

#layout-hg-2 {
	width: 356px;
	height: 745px;
	background-image:url(layoutelemete/fonds/fd_links-kopf1.jpg);
	float: left;
	z-index: 2;
}
#layout-hg-3 {
	width: 180px;
	height: 725px;
	background-image:url(layoutelemete/fonds/fd_mitte-spacer1.jpg);
	float: left;
	z-index: 2;
}
#layout-hg-4 {
	width: 257px;
	height: 389px;
	background-image:url(layoutelemete/fonds/fd_rechts_oben-spacer1.jpg);
	float: right;
	z-index: 2;
}
#layout-hg-5 {
	width: 257px;
	height: 256px;
	background-image:url(layoutelemete/fonds/fd_rechts_unten-mikrofon1.jpg);
	clear: right;
	float: right;
	z-index: 2;
}

/* Ende Übergeordneter Container Hintergrund */

/* Beginn Übergeordneter Container Kopf */

#layout-kopf-0 {
	width: 100%;
	height: 72px;
	top: 0px;
	left: 2px;
	background-image:url(layoutelemete/images/img_spacer_oben1.png);
	position:absolute;
	overflow: inline;
	z-index: 3;
}

#layout-kopf-1 {
	width: 421px;
	height: 72px;
	background-image:url(layoutelemete/images/img_schraffur_oben1.png);
	position: relative;
	float: left;
	z-index: 3;
}

#layout-kopf-2 {
	width: 337px;
	height: 72px;
	background-image:url(layoutelemete/images/img_medienproduktion_oben1.png);
	position: relative;
	float: right;
	z-index: 3;
}

#layout-kopf-2e {
	width: 337px;
	height: 72px;
	background-image:url(layoutelemete/images/img_medienproduktion_oben1_engl.png);
	position: relative;
	float: right;
	z-index: 3;
}

#layout-kopf-3 {
	width: 242px;
	height: 72px;
	background-image:url(layoutelemete/images/img_logo_oben1.jpg);
	position: relative;
	float: right;
	z-index: 3;
}

/* ENDE Übergeordneter Container Kopf */

#flagge-d {
	width: 18px;
	height: 19px;
	position: relative;
	left: 48px;
	top: 45px;
	float: left;
	visibility: hidden;	
	z-index: 4;
}

#flagge-engl {
	width: 18px;
	height: 19px;
	position: relative;
	left: 52px;
	top: 45px;
	float: left;
	visibility: hidden;		
	z-index: 4;
}

/* Beginn Container Inhalt */

#content {
	top: 110px;
	left: 245px;
	width: 65%;
	position: absolute;
	z-index: 5;
}

/* Ende Container Inhalt */


/* Textformate */

.txt-small {
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: top;
	line-height: 12px;
}

.txt-footer {
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	vertical-align: top;
	line-height: 12px;
}

a.txt-footer {
  color: #CCCCCC;
  text-decoration: none;
}

a.txt-footer:hover {
  color: #DA251C;
  text-decoration: underline;
}

.txt-headline {
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: left;
}

.txt-text-normal {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	line-height: 19px;
}

.txt-text-bold {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	line-height: 19px;
	font-weight: bold;
}

.txt-text-bold-rot {
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	line-height: 19px;
	font-weight: bold;
}

.txt-text-kursiv {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	line-height: 19px;
	font-style: italic;
}

.txt-text-kursiv-bold {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	line-height: 19px;
	font-style: italic;
	font-weight: bold;
}

