/* ------------------- Fixe Breite mit css-Selektor ------------------- */

/* allgemein */

.fix .bereich-innen {
	width: 72em;		/* 12px ->864px */
}

/* Navigation */
.fix #navigation-haupt ul.navigation {
	width: 72em;			/* 12px ->864px */
}


/* Bereich Banner */
.fix.mit-banner #bereich-banner .bereich-innen {
	width: 70.5em; /* 72em -1.5em Padding horizontal */
}

/* 2-spaltiges Layout */
.fix.mit-inhalt-zusatz #bereich-inhalte .bereich-innen,
.fix.mit-inhalt-zusatz #bereich-fuss .bereich-innen  {
	width: 57em;				/* 72em - 15em Rand */
}

/* CSS3 shadows & round corners */

#bereich-inhalte .bereich-innen {
	box-shadow: 0em 0.5em 0.5em #d0d0d0;
	-moz-box-shadow: 0em 0.5em 0.5em #d0d0d0;
	-webkit-box-shadow: 0em 0.5em 0.5em #d0d0d0;
	
	-moz-border-radius-bottomleft: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
}

#bereich-inhalte .csc-textpic-border .csc-textpic-image img {
	border-radius: 0.333em;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
	box-shadow: 0 0 0.667em #ddd;
	-moz-box-shadow: 0 0 0.667em #ddd;
	-webkit-box-shadow: 0 0 0.667em #ddd;
}


#bereich-banner h1,
#bereich-banner h2.untertitel {
	text-shadow: 0.0556em 0.0556em 0.0556em #666;	/* 36px -> 2px bzw. 18px -> 1px */
	text-shadow: 0 0.0556em 0.167em #666;	/* 36px -> 2px bzw. 18px -> 1px */
}


#bereich-banner p {
	text-shadow: 1px 1px #8c8c8c;
}

.rtv #bereich-banner h1,
.rtv #bereich-banner h2.untertitel {
	text-shadow: 0.0556em 0.0556em 0.0556em #360;	/* 36px -> 2px bzw. 18px -> 1px */
	text-shadow: 0 0.0556em 0.167em #360;	/* 36px -> 2px bzw. 18px -> 1px */
}
.rps #bereich-banner h1,
.rps #bereich-banner h2.untertitel {
	text-shadow: 0.0556em 0.0556em 0.0556em #037;	/* 36px -> 2px bzw. 18px -> 1px */
	text-shadow: 0 0.0556em 0.167em #037;	/* 36px -> 2px bzw. 18px -> 1px */
}

.rdb #bereich-banner h1,
.rdb #bereich-banner h2.untertitel {
	text-shadow: 0.0556em 0.0556em 0.0556em #37b;	/* 36px -> 2px bzw. 18px -> 1px */
	text-shadow: 0 0.0556em 0.167em #37b;	/* 36px -> 2px bzw. 18px -> 1px */
}

.ris #bereich-banner h1,
.ris #bereich-banner h2.untertitel {
	text-shadow: 0.0556em 0.0556em 0.0556em #c60;	/* 36px -> 2px bzw. 18px -> 1px */
	text-shadow: 0 0.0556em 0.167em #c60;	/* 36px -> 2px bzw. 18px -> 1px */
}

