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

  Copyright (c) 2009 crema WAG!
*/

BODY {
	background: #292929;
	color: #1E1E1E;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	scroll: no;
}

A {
  color: #1E1E1E;
  text-decoration: none;
}

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


/* Layout */

#layout-spacer {
	width:0%;
	height:70px;
	background: #292929;
	float:left;
}

#layout-fond-left1 {
	width:48px;
	height:675px;
	background-image:url(fonds/fd_layout_links1.jpg);
	position:absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

/* Übergeordneter Container Mitte */

#layout-fond-content1 {
	width:901px;
	height:675px;
	position:absolute;
	top: 0px;
	left: 48px;
	overflow: hidden;
}

/* Anfang Übergeordneter Container */

#layout-fond-top1 {
	width:901px;
	height:85px;
	background-image:url(fonds/fd_layout_top1.jpg);
	position:relative;
}

#layout-flaggen1 {
	width:100px;
	height:21px;
	padding-top: 50px;
	margin-left: 70px;
	position:relative;
}

#layout-fond-menue1 {
	width:901px;
	height:34px;
	background-image:url(fonds/fd_layout_menue1.jpg);
	position:relative;
	z-index:999;
}

#layout-fond-top2 {
	width:901px;
	height:20px;
	background-image:url(fonds/fd_layout_top2.jpg);
	position:relative;
}

#layout-fond-main1 {
	width:901px;
	height:482px;
	background-image:url(fonds/fd_layout_main1.jpg);
	position:relative;
}

#layout-headline1 {
	position:relative;
	width:250px;
	top: 10px;
	left: 100px;
}

#layout-content1 {
	position:relative;
	width: 830px;
	top: 5px;
	left: 56px;
	float: left;
	/* IE Hack */
	* top: 10px;
}

#layout-fond-footer1 {
	width:901px;
	height:56px;
	background-image:url(fonds/fd_layout_footer1.jpg);
	position:relative;
	float: left;
}

/* ENDE Übergeordneter Container */

#layout-fond-right1 {
	width:51px;
	height:675px;
	background-image:url(fonds/fd_layout_rechts1.jpg);
	position:absolute;
	top: 0px;
	left: 949px;
	overflow: hidden;
}

#layout-index-fond-left1 {
	width:225px;
	height:675px;
	background-image:url(fonds/fd_index_links1.jpg);
	position:relative;
	float:left;
	z-index: 10;
}

#layout-index-fond-center1 {
	width:820px;
	height:500px;
	position:absolute;
	top: 20%;
	left: 50%;
	margin-left: -410px;
	margin-top; -500px;
	z-index: 20;
}

#layout-index-fond-right1 {
	width:275px;
	height:675px;
	background-image:url(fonds/fd_index_rechts1.jpg);
	position:relative;
	float:right;
	z-index: 10;
}

/* Textformate */

.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:#1E1E1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: left;
}

.txt-willkommen {
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
}

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

a.txt-willkommen:hover {
  color: #DA251C;
  text-decoration: none;
}

.txt-inhalt-normal {
	color:#1E1E1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}

.txt-inhalt-fett {
	color:#1E1E1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

.txt-inhalt-hinweise {
	color:#1E1E1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}

.img-box-klein-quer {
	background-image:url(fonds/fd_image-klein-quer1.png);
	width: 216px;
	height: 158px;
	text-align: left;
	text-valign: top;
}




