@CHARSET "UTF-8";
/**
 * Basis-Styles.
 *
 * @created 07 2009
 * @creator Sophie Schwalbe
 * @version $Revision: $
 * @author $Author: $
 * @date $Date: $
 * @packagge: peb
 * @subpackagge: css.layout
 */


/* ____________________________________________________________
 *
 *   Basis
 *
 * ------------------------------------------------------------
 */

body {
	/* 10px == 0.5em IE-ready */
	font-size: 125%;
	background-color: #FFFFFF;
	background-image: url('pixel/bg.gif');
}

* {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1em;
	font-size: 1em;
}

.clr {
	clear: both;
}

.acc {
	height: 1em;
	left: -400em;
	overflow: hidden;
	position: absolute;
	width: 100em;
}

.clrexpander {
	display: none;
	line-height: 0;
}


/* ____________________________________________________________
 *
 *   Standard Inline Styles
 *
 * ------------------------------------------------------------
 */
 
/* Alle Standard-Blockelemente mit CDATA-Blöcke (Textinhalte). */
h1, h2, h3, h4, h5, h6, p, dt, dd, .cdata, label, input, textarea, legend, select, address, .content li, .breadcrumb li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
}
li.struct,
p.struct,
div.content p.struct {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/** Überschriften **/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}


/* ____________________________________________________________
 *
 *   Layout
 *
 * ------------------------------------------------------------
 */
body {
	text-align: center;
}
.page {
	margin: 0 auto;
	width: 38.95em;
	text-align: left;
	position: relative;
	margin-bottom: 4em;
}
.header {
	margin-bottom: 3em;
}
.header img {
	width: 38.95em;
}
.header .flashContent_wrap {
	height: 11.05em;
}
.navigation {
	position: absolute;
	width: 100%;
	top: 11em;
	left: 0;
}
.breadcrumb {
	position: absolute;
	width: 100%;
	top: 13.1em;
	left: 0;
}
.content {
	width: 29.8em;
	float: left;
	//overflow: auto;
}


.container {
	width: 9em;
	float: right;
	overflow: hidden;
}


/* ____________________________________________________________
 *
 *   Hauptnavigation
 *
 * ------------------------------------------------------------
 */
.navigation {
	height: 1.65em;
	padding-top: 0.2em;
	background: url('pixel/bg_nav.gif') no-repeat ;
}
.navigation .bg {
	position: absolute;
	top: 0;
	width: 38.9em;
	z-index: 1;
}
.navigation ul {
	padding-left: 0.4em;
	position: relative;
	z-index: 20;
}
.navigation li {
	display: block;
	height: 1.65em;
	position: relative;
	
	float: left;
	list-style: none;
	height: 2.1em;
}
.navigation li a {
	color: #FFFFFF !important;
	
	display: block !important;
	display: inline-block;
	height: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.6em;
	
	padding-left: 1.12em;
	padding-right: 1.12em;
	
	background-image: url('pixel/nav_sep.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
.navigation li.active a {
	display: inline-block;
	font-weight: bold;
}

.navigation li.active {
	background-image: url('pixel/bg_nav_active.gif');
	background-repeat: repeat-x;
}
.navigation li.first_active {
	background-image: url('pixel/bg_nav_active_first.gif');
	background-position: top left;
}
.navigation form {
	position: absolute;
	right: 0.45em;
	top: 0.35em;
	z-index: 20;
}
.navigation input.button,
#suchesubmit {
	display: block;
	float: left;
	width: 2.35em;
	margin-left: 0.2em;
}
.navigation input.text,
#suchesword {
	display: block;
	float: left;
	width: 10.8em;
	padding-left: 0.2em;
	height: 1.4em !important;
	height: 1.5em;
	border-style: solid;
	border-color: #AAA;
	border-width: 1px;
}
.navigation label {
	height: 1em;
	left: -400em;
	overflow: hidden;
	position: absolute;
	width: 100em;
}

/* ____________________________________________________________
 *
 *   Breadcrumb
 *
 * ------------------------------------------------------------
 */
.breadcrumb {
	
}

.breadcrumb li {
	display: block;
	float: left;
	list-style: none;
	
}

/* WW */

.breadcrumb ul {
	padding: 0 0 0 1.25em;
	margin: 0;
}

.breadcrumb li {
	font-size: 0.60em;
	padding: 0;
	padding-right: 0.5em;
}

.breadcrumb li.cur {
	display: none;
}

.breadcrumb li span {
	padding: 0 0 0 1em;
	background: url(pixel/breadcrumb_arrow.gif) no-repeat left center;
}

.breadcrumb li a:link,
.breadcrumb li a:visited {
	
}



/* ____________________________________________________________
 *
 *   Content
 *
 * ------------------------------------------------------------
 */
.contentIwrap1 {
	background-image: url('pixel/bg_c_l.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1.25em;
}
.contentIwrap2 {
	background-image: url('pixel/bg_c_r.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 1.4em;
	padding-top: 0.9em;
	min-height: 9.1em;
	height: auto !important;
	height: 9.1em;
}
.content {
	color: #706e62;
	background-image: url('pixel/bg_c.gif');
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0.1em;
}




/* ____________________________________________________________
 *
 *   Container
 *
 * ------------------------------------------------------------
 */
.containerIwrap1 {
	background-image: url('pixel/bg_ct_l.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0.6em;
	
	padding: 0;
	background: transparent;
}
.containerIwrap2 {
	background-image: url('pixel/bg_ct_r.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 0.55em;
	padding-top: 0.9em;
	min-height: 17.35em;
	height: auto !important;
	height: 17.35em;
	
	padding: 0;
	background: transparent;
}
.container {
	color: #706e62;
	background-image: url('pixel/bg_ct.gif');
	background-repeat: repeat-x;
	background-position: left top;
	
	background: transparent;
	padding-top: 0.1em;
	
}
#dc_footer,
#dc_container {
	padding-left: 0.2em;
}
.container .containeritem {
	padding-bottom: 0.5em;
}

/** Rahmen **/
.container div.inner_container {
	background: #FFFFFF url(pixel/container_bg_left.gif) repeat-y top left;
	padding: 0;
	margin: 0;
}
.container div.inner_container_right {
	background: url(pixel/container_bg_right.gif) repeat-y top right;
	margin: 0;	
}
.container div.inner_container div.clear {
	clear: both;
}
.container div.inner_container div.top {
	background: transparent url(pixel/container_top.gif) repeat-x top center;
}
.container div.inner_container div.left {
	background: url(pixel/container_top_left.gif) no-repeat top left;
}
.container div.inner_container div.right {
	padding: 0.8em 0.75em 0 0.75em;
	background: url(pixel/container_top_right.gif) no-repeat top right;
}
.container div.inner_container_bottom {
	margin: 0;
	margin-bottom: 0.3em;
	clear: both;
	background: #FFFFFF url(pixel/container_bottom.gif) repeat-x bottom center;
	width: 8.8em;
}
.container div.inner_container_bottom div.left {
	background: url(pixel/container_bottom_left.gif) no-repeat bottom left;
}
.container div.inner_container_bottom div.right {
	padding: 0.5em 0.5em 0.25em 0;
	background: url(pixel/container_bottom_right.gif) no-repeat bottom right;
}

/** Footernavigation **/
.container .footer {
	text-align: center;
}
.container .footer li {
	list-style: none;
	display: inline;
	font-size: 0.55em;
	font-family: Arial, Helvetica, Sans-Serif;
}
.container .footer li span {
	padding-right: 0.6em;
	padding-left: 0.6em;
	background-image: url('pixel/bg_footernav.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.container .footer li.first span {
	padding-left: 0;
}
.container .footer li.last span {
	padding-right: 0;
	background: none;
}
.container .footer li a {
	color: #747067 !important;
	padding: 0;
}