/*
  This file contains layout for screens 1440px:
  0) Frame
  1) Frame Inhalt
  2) Picture (Inhalt)
  3) Akkordeon -> dynamische Liste (Inhalt)
  4) Gallery (Inhalt)
  5) Zielgruppe, eServices  
  6) B�hne 
  7) Coverflow
  8) Slider 
 16) Sitemap  
 17) Leichte Sprache

Note:
.aii -> Allgemeine Informationen, Inhalt
.aim -> Allgemeine Informationen, Megamap
.ais -> Allgemeine Informationen, Slot
.ait -> Allgemeine Informationen, Trefferliste
 
.pri -> Presseinformationen, Inhalt
.prm -> Presseinformationen, Megamap
.prs -> Presseinformationen, Slot
.prt -> Presseinformationen, Trefferliste

.frt -> Frage, Trefferliste

.put -> generische Publikationen, Trefferliste
.pus -> generische Publikationen, Slot

.kwi -> kurze Weisung, Inhalt
.kws -> kurze Weisung, Slot
.kwt -> kurze Weisung, Trefferliste

.bii -> Bild, Inhalt
.bis -> Bild, Slot

.vii -> Video, Inhalt
.vis -> Video, Slot
.vit -> Video, Trefferliste

.koi -> Kontakt, Inhalt
.kos -> Kontakt, Slot

.dyi -> dynamische Liste, Inhalt 
.dys -> dynamische Liste, Slot
.dyt -> dynamische Liste, Trefferliste 

.mai -> manuelle Liste, Inhalt 
.mas -> manuelle Liste, Slot
.mat -> manuelle Liste, Trefferliste 

.lii -> Liste ,Inhalt
.lis -> Liste ,Slot

.lsi -> Linksamlung, Inhalt 
.lss -> Linksamlung, Slot
.lst -> Linksamlung, Trefferliste 

.bgi -> Bildergalerie, Inhalt 
.bgs -> Bildergalerie, Slot
.bgt -> Bildergalerie, Trefferliste 

.pai -> Partner, Inhalt
.pas -> Partner, Slot

.szg -> Startseite, Zielgruppe
.ses -> Startseite, eService

.sbu -> Startseite, B�hne
.ssm -> Startseite, Megamap

.sco -> Startseite, Coverflow

.sdm -> Sitemap
*/

@media screen and (min-width: 1440px) {

	/*-----------------*/
	/*0.0) *** Frame ***/
	/*-----------------*/
	.content {
		width: 1260px;
	}
	
	.contentRight {
		width: 1030px;
	}
	
	.contentRightStart {
		width: 1260px;
	}
		
	.tabBar {
		width: 1030px;
	}
	
	.tabBar .tabBarContainer {
		width: 1030px;
	}
	
	.tabContentContainer {
		width: 1010px;
	}

	/* Safari */
	html* .csection > .accordion > h3 {
		width:462px; 
	}

	html* .caside > .accordion > h3 {
		width:1227px; 
	}
	/* Safari END */
		
	/*------------------*/
	/*0.1) *** Frame ****/
	/*------------------*/
	.marketingStage {
		width:1260px;
	}

	.marketingStage .marketingStageContainer {
		width:1250px;
	}

	.eServicePage {
		width:1030px;
	}

	.eServicePage .eServicePageContainer {
		width:1010px;
	}

	.ContentRowWhiteIE {
		width:1030px;
	}

	.ContentRowNormalIE,
	.accordion,
	.accordion div .accordionTabContent {
		width:1260px;
	}

	.accordion div .accordionTabContent .accordionContentBox {
		width:302px;
	}
	
	.accordion div .accordionTabContent .clear1280 { /*CR-367*/
		clear: none;/*CR-367*/
	}
	
	.accordion div .accordionTabContent .clear1440 { /*CR-367*/
		clear: both;/*CR-367*/
	}

	.accordion div .accordionTabContent .entireWidth {
		width:1240px;
	}

	.accordionLeft,
	.accordionLeft div .accordionTabContent,
	.accordionLeft div .accordionTabContent .accordionContentBox {
		width:495px;
	}

	/*------------------------*/
	/*1.0) *** Frame Inhalt ***/ 
	/* Frame ******************/
	/*------------------------*/
	
	.dyi-section, .dyt-section, 
	.mai-section, .mat-section 
	/*.mai-section .mc-col, /*CR 783*/
	/*.dyi-section .mc-col /*CR 783*/	{
		width:1010px;
	}
	
	.aii-section, .ait-section,
	.bii-section, 
	.bgi-section, .bgt-section,
	.vii-section, .vit-section,  
	.pri-section, .prt-section, 
	.frt-section,
	.pui-section, .put-section,
	.lii-section, .lit-section, 
	.kwi-section, .kwt-section,
	.koi-section, 
	.pai-section,
	.lsi-section, .lst-section {
		width:1010px; /*CR-783*/
	}

	/*CR 783 .multicol .mc-col1 {
		-moz-column-count:2; /* Firefox *
		-webkit-column-count:2; /* Safari and Chrome *
		column-count:2;
		-moz-column-gap:20px; /* Firefox *
		-webkit-column-gap:20px; /* Safari and Chrome *
		column-gap:20px;
	}
	*/
	/*CR 783 .multicol .cr-section {
		clear:both;
	}
	*/
	/*CR 783 .multicol .cr-col1 {
		float:left;
	}
	*/
	
	/*CR 783 .multicol .aii-section .cr-col1,
	.multicol .bii-section .cr-col1,
	.multicol .bgi-section .cr-col1,
	.multicol .vii-section .cr-col1,
	.multicol .pri-section .cr-col1,
	.multicol .kwi-section .cr-col1,
	.multicol .pui-section .cr-col1,
	.multicol .fri-section .cr-col1 {
		width:495px;
	}
	*/
	
	/*CR 783 .multicol .aii-section .cr-col2,
	.multicol .bii-section .cr-col2,
	.multicol .bgi-section .cr-col2,
	.multicol .vii-section .cr-col2,
	.multicol .pri-section .cr-col2,
	.multicol .kwi-section .cr-col2,
	.multicol .pui-section .cr-col2,
	.multicol .fri-section .cr-col2 {
		width:495px;
	}
	*/
	
	/*CR 783 .multicol .cr-col1, 
	.multicol .cr-col2 {	
		width:495px;
		display:table;	
	}
	*/
	
	/*CR 783 .multicol .cr-col1 .aii-section, 
	.multicol .cr-col1 .bii-section,
	.multicol .cr-col1 .bgi-section,
	.multicol .cr-col1 .vii-section,
	.multicol .cr-col1 .kwi-section,
	.multicol .cr-col1 .pui-section,
	.multicol .cr-col1 .fri-section,
	.multicol .cr-col1 .pri-section,
	.multicol .cr-col1 .lsi-section,
	.multicol .cr-col2 .aii-section, 
	.multicol .cr-col2 .bii-section,
	.multicol .cr-col2 .bgi-section,
	.multicol .cr-col2 .vii-section,
	.multicol .cr-col2 .kwi-section,
	.multicol .cr-col2 .pui-section,
	.multicol .cr-col2 .fri-section ,
	.multicol .cr-col2 .pri-section,
	.multicol .cr-col2 .lsi-section	{	
		width:495px;
	}
	*/
	/*CR 783 .multicol .cr-col {	
		display:block;	
	}
	*/
	/*CR 783 .multicol .cr-col2 {
		margin-left:515px;
	}
	*/
	.koi-section .cr-col1 {
		float:none;
		/* width:700px; /*CR 783*/
		display: block;
	}

	.pai-section .cr-col1 {
		float:none;
		width:1010px;
	}

	.koi-section .koi-col1, 
	.koi-section .koi-col2 /*CR 783*/ {
		width:485px;
	}

	.pai-section .pai-col1,
	.pai-section .pai-col2 /*CR 783*/ {
		width: 470px;
	}

	.dataTable, 	
	.colouredTable, 
	.contentTable,
	.lineTable,
	.verticalTable {	
		display: inline-table;
	}
	
	/*1.1) *** Inhalt ***/
	/*CR 783 .multicol .cri-footer {
		clear:both;
		width:495px;		
	}
	*/
	/*1.2) *** Trefferliste ***/
	.ait-section,
	.bgt-section,
	.vit-section,
	.prt-section,
	.put-section,
	.frt-section,
	.kwt-section,
	.dyt-section,
	.mat-section,
	.lst-section {
		width:990px;
	}

	/*CR-783 .singlecol .ait-col,
	.singlecol .bgt-col,
	.singlecol .put-col,
	.singlecol .prt-col,
	.singlecol .kwt-col,
	.singlecol .dyt-col,
	.singlecol .mat-col,
	.singlecol .lst-col,
	.singlecol .vit-col,
	.singlecol .frt-col {
		width:807px;
	}*/

	/*1.2) *** Megamap ***/
	.aim-aside div,
	.prm-aside div,
	.ssm-aside div {
		width:200px;
		margin-left:70px;
	}

	/*1.3) *** Table ***/
	.colouredTable, .contentTable, .lineTable, .verticalTable, .dataTable {
		/*CR-492 width: 495px;*/
	}
	
	.colouredTable tr th, .contentTable tr th, .lineTable tr th, .colouredTable tr td, .contentTable tr td, .lineTable tr td {
		/*CR-492 width: 197px;*/
	}
	
	.contentTable tr td:first-child, .colouredTable tr td:first-child, .lineTable tr td:first-child, .contentTable tr th:first-child, .colouredTable tr th:first-child, .lineTable tr th:first-child, .verticalTable tbody th {
		/*CR-492 width: 95px;*/
	}
	
	.contentTable tr th:last-child, .colouredTable tr th:last-child, .lineTable tr th:last-child, .contentTable tr td:last-child, .colouredTable tr td:last-child, .lineTable tbody tr td:last-child {
		/*CR-492 width: 143px;*/
	}
	
	.verticalTable tr th:first-child {
		/*CR-492 width: 95px;*/
	}
	
	.row3 .colouredTable, .row3 .contentTable, .row3 .lineTable, .row3 .verticalTable, .row3 .dataTable {
		/*CR-492 width: 340px;*/
	}
	
	.row3 .colouredTable tr th, .row3 .contentTable tr th, .row3 .lineTable tr th, .row3 .colouredTable tr td, .row3 .contentTable tr td, .row3 .lineTable tr td {
		/*CR-492 width: 127px;*/
	}
	
	.row3 .contentTable tr td:first-child, .row3 .colouredTable tr td:first-child, .row3 .lineTable tr td:first-child, .row3 .contentTable tr th:first-child, .row3 .colouredTable tr th:first-child, .row3 .lineTable tr th:first-child, .row3 .verticalTable tbody th {
		/*CR-492 width: 61px;*/
	}
	
	.row3 .contentTable tr th:last-child, .row3 .colouredTable tr th:last-child, .row3 .lineTable tr th:last-child, .row3 .contentTable tr td:last-child, .row3 .colouredTable tr td:last-child, .row3 .lineTable tbody tr td:last-child {
		/*CR-492 width: 92px;*/
	}
	
	.row3 .verticalTable tr th:first-child {
		/*CR-492 width: 61px;*/
	}
	
	.contentTable.uniform tr td,
	.colouredTable.uniform tr td,
	.lineTable.uniform tr td,
	.contentTable.uniform tr th,
	.colouredTable.uniform tr th,
	.lineTable.uniform tr th,
	.verticalTable.uniform th:first-child {
		/*CR-492 width:145px;*/
	}
	
	.row3 .contentTable.uniform tr td,
	.row3 .colouredTable.uniform tr td,
	.row3 .lineTable.uniform tr td,
	.row3 .contentTable.uniform tr th,
	.row3 .colouredTable.uniform tr th,
	.row3 .lineTable.uniform tr th,
	.row3 .verticalTable.uniform th:first-child {
		/*CR-492 width:93px;*/
	}
	
	/*-------------------*/
	/*2.0) *** Picture ***/ 
	/* Inhalt ***********/
	/*-------------------*/	

	/*2.2) *** Slot ***/
	.ais-section .cr-figure img,
	.bgs-section .cr-figure img,
	.bis-section .cr-figure img,
	.vis-section .cr-figure img {
		width:470px;
	}

	.ais-aside .cr-figure img,
	.bgs-aside .cr-figure img,
	.bis-aside .cr-figure img,
	.vis-aside .cr-figure img {
		width:282px;
	}

	.entireWidth .ais-aside .cr-figure img {
		width:1240px;
	}

	.ais-section .cr-left img,
	.bgs-section .cr-left img,
	.bis-section .cr-left img,
	.vis-section .cr-left img {
		width:290px;
	}

	.ais-aside .cr-left img,
	.bgs-aside .cr-left img,
	.bis-aside .cr-left img,
	.vis-aside .cr-left img {
		width:130px;
	}
	
	.ais-section .cr-right img,
	.bgs-section .cr-right img,
	.bis-section .cr-right img,
	.vis-section .cr-right img {
		width:320px;
	}

	.ais-aside .cr-right img,
	.bgs-aside .cr-right img,
	.bis-aside .cr-right img,
	.vis-aside .cr-right img {
		width:160px;
	}

	/*CR 783 .multicol .cr-right {
		float:left;
		padding-right:20px;
		padding-left:0;
		background-color:#fff;
	}*/

	/*.mcv .cr-right, /*CR 783*/
	.koi-section .cr-right,
	.pai-section .cr-right {
		float:right;
		padding-right:0;
		padding-left:20px;
		background-color:#fff;
	}

	/*2.3) *** Bildergalerie ***/
	.bgi-section  .bg-bar {
		height:93px;
	}
	
	.bgi-section .bg-thumbnail {
		margin-left:5px;
	}
	
	.bgi-section .bg-icright {
		right: -10px;
	}
	
	/*------------------------------*/
	/*3.0) *** Akkordeon ************/ 
	/* Inhalt dynamische Liste ******/
	/*------------------------------*/
	.dyi-section .ContentRowNormalIE,
	.dyi-section .accordion,
	.mai-section .ContentRowNormalIE,
	.mai-section .accordion {
		width:495px;
	}

	/*------------------------------*/
	/*4.0) *** Gallery **************/ 
	/* Inhalt ***********************/
	#bgi-gallery .bgi-fullsize {
		height: 480px;
		position: relative;
	}
	
	#bgi-gallery .bgi-container li > div {
		height: 480px;
		position: absolute;
		top: -480px;
		width:1008px;
	}

	#bgi-gallery .bgi-container li.maxwidth .cr-figure img {
		width:495px;
	}

	#bgi-gallery .bgi-container li.maxheight .cr-figure img {
		height: 372px;
	}
	
	#bgi-gallery .bgi-container li .bg-thumbnail  {
		width:151px;
		height:114px;
		line-height: 114px;
	}

	#bgi-gallery .bgi-container li .bg-thumbnail img {
		width:151px;
	}

	#bgi-gallery .bgi-container li.maxwidth .bg-thumbnail img {
		width:151px;
	}

	#bgi-gallery .bgi-container li.maxheight .bg-thumbnail img {
		height: 114px;
	}

	/*------------------------------*/
	#bgi-gallery .bgi-container {
		margin-left:5px;
	}

	#bgi-gallery .bgi-container img {
   	 	width: 151px;
	}

	#bgi-gallery .bgi-container .cr-figure {
		height:395px;
		width:495px;
	}
	
	#bgi-gallery .bg-bar {
		height:114px;
	}
	
	
	#bgi-gallery .bg-icleft {
		left: 0;
	}
	
	#bgi-gallery .bg-icright {
		left: 1005px;
	}

	/*------------------------*/
	/*5.0) *** Zielgruppe, eServices ****/ 
	/* General ****************/
	/*------------------------*/
	.szg-section {
		width:280px;
	}

	.ses-section {
		width:280px;
	}

	.sei-section .sei-container ul li {
		width:240px;
	}

	.sei-col1440 {
		display:block;
	}

	/*------------------------*/
	/*6.0) *** B�hne **********/ 
	/* General ****************/
	/*------------------------*/
	.sbu-section {
		width:396px;
	}

	.sbu-section ul.sbu-link li {
		width:200px;
	}

	/*---------------------------*/ 
	/*7.0) *** Coverflow ********/ 
	/* Inhalt ********************/ 
	/*---------------------------*/ 
	#js .sco-section ul {
		width: 396px;
		height: 170px;
	}
	
	#js .sco-section.small ul {
		height: 160px;
	}

	#js .sco-section .title-text {
		width: 364px;
	}
	
	#js .sco-section .sco-direction {
		width: 335px;
	}

	#nojs .sco-section .sco-direction,
	#nojs .sco-section .sbu-div  .sco-direction {
		width: 367px;
	}
	/*------------------------------*/
	/*8.0) *** Slider B�hne ********/ 
	/* Inhalt ***********************/
	/*------------------------------*/
	.flexslider,
	.flexslider .flex-viewport {
    		width: 382px;
	}

	.flexslider.bgimg {
    		width: 362px;
	}

	.flexslider.bgimg .flex-viewport {
    		width: 360px;
	}

	.flexslider .flex-viewport .cr-figure {
		width: 357px;
	}
	
	.flexslider.bgimg .flex-viewport .cr-figure img {
    	max-width: 357px;
	}
	
	.flexslider .flex-control-nav {
    		width: 350px;
	}

	.flexslider.bgimg .flex-control-nav {
    		width: 360px;
	}

	.flexslider .cr-col1 {
			width: 357px;
	}
	
	.flex-direction-nav .flex-next {
		right: -392px;
	}
	
	#nojs .flexslider {
		width: 395px;
	}
	
	#nojs .sbu-section .sbu-direction {
		width: 366px;
	}
	
	.sbu-section > .flexslider {
		width: 382px;
	}

	/*---------------------*/
	/*16.0) *** Sidemap ***/
	/*--------------------*/
	.sdm-section > div {
		width: 323px;
	}

	/*-----------------------------*/
	/*17.0) *** Leichte Sprache ***/
	/*----------------------------*/
	.easyLang .ait-section .ait-col {
		width: 797px;
	}
	
	/****************************/
	/*19.0 Switch: 3/3 Akkordeon*/
	/****************************/
	.cindented,
	.cindented .contentRight	{
		width: 1030px;
	}

	.cindented .ContentRowNormal.ContentRowNormalIE, .cindented .ContentRowNormal.ContentRowNormalIE .accordion,
	.cindented .ContentRowNormal.ContentRowNormalIE .accordion div .accordionTabContent	{
		width: 1030px;
	}
	
	.cindented .ContentRowNormal.ContentRowNormalIE .accordion div .accordionTabContent .accordionContentBox {
		width: 330px;
	}
	
	.cindented .ais-aside .cr-figure img, 
	.cindented .bgs-aside .cr-figure img, 
	.cindented .bis-aside .cr-figure img, 
	.cindented .vis-aside .cr-figure img {
		width: 310px;
	}
	
	.cindented .ais-aside .cr-left img,
	.cindented .bgs-aside .cr-left img, 
	.cindented .bis-aside .cr-left img, 
	.cindented .vis-aside .cr-left img {
		width: 130px;
	}
	
	.cindented .ais-aside .cr-right img, 
	.cindented .bgs-aside .cr-right img, 
	.cindented .bis-aside .cr-right img, 
	.cindented .vis-aside .cr-right img {
		width: 160px;
	}
	
	.cindented .ContentRowNormal.ContentRowNormalIE .accordion div .accordionTabContent .entireWidth,
	.cindented .ContentRowNormal.ContentRowNormalIE .entireWidth .ais-aside .cr-figure img	{
		width: 1010px;
	}
	
	/*CR-367.cindented .accordion div .accordionTabContent .clear1440 {
	/*CR-367	clear: both;/*CR-367*/
	/*CR-367}
	
	/*CR-367.cindented .accordion div .accordionTabContent .clear1280 {
	/*CR-367	clear: none;/*CR-367*/
	/*CR-367}*/

	/*------------------------------*/
	/*X.0) *** Gallery Demo *********/ 
	/* Inhalt ***********************/
	/*------------------------------*/
	#demo .bg-thumbnail img {
		width:151px;
	}	

	#demo .cr-figure img {
		width:495px;
	}
}
