/*
  This file contains layout for screens 1280px:
  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: 1280px) {

	/*-----------------*/
	/*0.0) *** Frame ***/
	/*-----------------*/
	.content {
		width: 1100px;
	}
	
	.contentRight {
		width: 870px;
	}
	
	.contentRightStart {
		width: 1100px;
	}
			
	.tabBar {
		width: 870px;
	}
	
	.tabBar .tabBarContainer {
		width: 870px;
	}
	
	.tabContentContainer {
		width: 850px;
	}

	/* Safari */
	html* .csection > .accordion > h3 {
		width:382px; 
	}

	html* .caside > .accordion > h3 {
		width:1067px; 
	}
	/* Safari END */
	
	.accordionLeft {
		width: 330px;
	}
	
	/*------------------------*/
	/*0.1) *** Frame******* ***/ 
	/* Frame ******************/
	/*------------------------*/
	.marketingStage {
		width:1100px;
	}

	.marketingStage .marketingStageContainer {
		width:1090px;
	}

	.eServicePage {
		width:870px;
	}

	.eServicePage .eServicePageContainer {
		width: 850px;
	}

	.ContentRowWhiteIE {
		width: 870px;
	}

	.ContentRowNormalIE,
	.accordion,
	.accordion div .accordionTabContent {
		width:1100px;
	}

	.accordion div .accordionTabContent .accordionContentBox {
		width:353px;
	}

	.accordion div .accordionTabContent .entireWidth {
		width:1080px;
	}

	.accordionLeft,
	.accordionLeft div .accordionTabContent,
	.accordionLeft div .accordionTabContent .accordionContentBox {
		width:415px;
	}
	
	.accordion div .accordionTabContent .clear1440 {/*CR-367*/
		clear: none;/*CR-367*/
	}
	
	.accordion div .accordionTabContent .clear1280 {/*CR-367*/
		clear: both;/*CR-367*/
	}

	/*------------------------*/
	/*1.0) *** Frame Inhalt ***/ 
	/* Frame ******************/
	/*------------------------*/
	.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,
	.dyi-section, .dyt-section, 
	.mai-section, .mat-section, 
	.lsi-section, .lst-section {
		width: 850px;
	}

	.koi-section .koi-col1,
	.pai-section .pai-col1 {
		width: 425px;
	}

	/*1.1) *** Trefferliste ***/
	.ait-section,
	.vit-section,
	.prt-section,
	.put-section,
	.frt-section,
	.kwt-section,
	.dyt-section,
	.mat-section,
	.lst-section,
	.bgt-section {
		width:830px;
	}

	.ait-section .ait-col,
	.vit-section .vit-col,
	.prt-section .prt-col,
	.put-section .put-col,
	.frt-section .frt-col,
	.kwt-section .kwt-col,
	.dyt-section .dyt-col,
	.mat-section .mat-col,
	.lst-section .lst-col,
	.bgt-section .bgt-col {
		width:647px;
	}

	/*1.2) *** Megamap ***/
	.aim-aside div,
	.prm-aside div,
	.ssm-aside div {
		width:160px;
	}
	
	/*1.3) *** Table ***/
	.colouredTable, .contentTable, .lineTable, .verticalTable, .dataTable {
		/*CR-492 width: 850px;*/
	}
	
	.colouredTable tr th, .contentTable tr th, .lineTable tr th, .colouredTable tr td, .contentTable tr td, .lineTable tr td {
		/*CR-492 width: 357px;*/
	}
	
	.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: 173px;*/
	}
	
	
	.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: 260px;*/
	}
	
	.verticalTable tr th:first-child {
		/*CR-492 width: 173px;*/
	}
	
	.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:263px;*/
	}

	/*-------------------*/
	/*2.0) *** Picture ***/ 
	/* Megamap ***********/
	/*-------------------*/	

	/*2.2) *** Slot ***/
	.ais-section .cr-figure img,
	.bgs-section .cr-figure img,
	.bis-section .cr-figure img,
	.vis-section .cr-figure img {
		width:395px;
	}

	.ais-aside .cr-figure img,
	.bgs-aside .cr-figure img,
	.bis-aside .cr-figure img,
	.vis-aside .cr-figure img {
		width:333px;
	}

	.entireWidth .ais-aside .cr-figure img {
		width:1080px;
	}

	.ais-section .cr-left img,
	.bgs-section .cr-left img,
 	.bis-section .cr-left img,
	.vis-section .cr-left img {
		width:210px;
	}

	.ais-aside .cr-left img,
	.bgs-aside .cr-left img,
 	.bis-aside .cr-left img,
	.vis-aside .cr-left img {
		width:155px;
	}
	
	.ais-section .cr-right img,
	.bgs-section .cr-right img,
	.bis-section .cr-right img,
	.vis-section .cr-right img {
		width:240px;
	}

	.ais-aside .cr-right img,
	.bgs-aside .cr-right img,
	.bis-aside .cr-right img,
	.vis-aside .cr-right img {
		width:185px;
	}

	/*2.3) *** Bildergalerie ***/
	.bgi-section  .bg-bar {
		height:76px;
	}
	
	.bgi-section .bg-icright {
		right: -2px;
	}
	/*------------------------------*/
	/*3.0) *** Akkordeon ************/ 
	/* Inhalt dynamische Liste ******/
	/*------------------------------*/
	.dyi-section .ContentRowNormalIE,
	.dyi-section .accordion,
	.mai-section .ContentRowNormalIE,
	.mai-section .accordion {
		width:850px;
	}

	/*------------------------------*/
	/*4.0) *** Gallery **************/ 
	/* Inhalt ***********************/
	/*------------------------------*/
	#bgi-gallery .bgi-fullsize {
		height: 430px;
		position: relative;
	}
	
	#bgi-gallery .bgi-container li > div {
		height: 430px;
		position: absolute;
		top: -430px;
		width: 850px;
	}

	#bgi-gallery .bgi-container li.maxwidth .cr-figure img {
		width:415px;
	}

	#bgi-gallery .bgi-container li.maxheight .cr-figure img {
		height: 311px;
	}

	#bgi-gallery .bgi-container li .bg-thumbnail  {
		width:123px;
		height: 90px;
		line-height: 90px;
	}

	#bgi-gallery .bgi-container li .bg-thumbnail img {
		width:123px;
	}

	#bgi-gallery .bgi-container li.maxwidth .bg-thumbnail img {
		width:123px;
	}

	#bgi-gallery .bgi-container li.maxheight .bg-thumbnail img {
		height: 90px;
	}

	/*------------------------------*/
	#bgi-gallery .bgi-container img {
		width:123px;
	}

	#bgi-gallery .bgi-container .cr-figure {
		height:334px;
		width:415px;
	}
	
	#bgi-gallery .bg-bar {
		height:92px;
	}
	
	#bgi-gallery .bg-icleft {
		left: 0;
	}
	
	#bgi-gallery .bg-icright {
		left: 845px;
	}

	/*----------------------------------*/
	/*5.0) *** Zielgruppe, eServices ****/ 
	/* General **************************/
	/*----------------------------------*/
	.szg-section {
		width:240px;
	}

	.ses-section {
		width:240px;
	}

	.sei-section .sei-container ul li {
		width:270px;
	}

	/*------------------------*/
	/*6.0) *** B�hne **********/ 
	/* General ****************/
	/*------------------------*/
	.sbu-section {
		width:343px;
	}

	.sbu-section ul.sbu-link li {
		width:173px;
	}

	/*---------------------------*/ 
	/*7.0) *** Coverflow ********/ 
	/* Inhalt ********************/ 
	/*---------------------------*/ 
	#js .sco-section ul {
		width: 342px;
		height: 165px;
	}
	
	#js .sco-section.small ul {
		height: 150px;
	}

	#js .sco-section .title-text {
		width: 311px;
	}
	
	#js .sco-section .sco-direction {
		width: 280px;
	}
	
	#nojs .sco-section .sco-direction,
	#nojs .sco-section .sbu-div  .sco-direction {
		width: 314px;
	}

	/*------------------------------*/
	/*8.0) *** Slider B�hne ********/ 
	/* Inhalt ***********************/
	/*------------------------------*/
	.flexslider,
	.flexslider .flex-viewport {
    		width: 329px;
	}

	.flexslider .flex-viewport .cr-figure {
    	width: 304px;
	}

	.flexslider .flex-viewport .cr-figure img {
		max-width: 304px;
	}
	
	.flexslider.bgimg {
    		width: 308px;
	}

	.flexslider.bgimg .flex-viewport {
     		width: 308px;
	}

	.flexslider .flex-control-nav {
    		width: 301px;
	}

	.flexslider.bgimg .flex-control-nav {
    		width: 300px;
	}

	.flex-control-nav {
    		width: 320px;
	}

	.flexslider .cr-col1 {
			width: 303px;
	}
	
	.flex-direction-nav .flex-next {
		right: -339px;
	}
	
	#nojs .flexslider {
		width: 343px;
	}
	
	#nojs .sbu-section .sbu-direction {
		width: 314px;
	}
	
	.sbu-section > .flexslider {
		width: 328px;
	}
	
	/*---------------------*/
	/*16.0) *** Sidemap ***/
	/*--------------------*/
	.sdm-section > div {
		width: 269px;
	}
	
	/*-----------------------------*/
	/*17.0) *** Leichte Sprache ***/
	/*----------------------------*/
	.easyLang .ait-section .ait-col {
		width: 637px;
	}
	
	/****************************/
	/*19.0 Switch: 3/3 Akkordeon*/
	/****************************/
	.cindented,
	.cindented .contentRight	{
		width: 870px;
	}

	.cindented .ContentRowNormal.ContentRowNormalIE, .cindented .ContentRowNormal.ContentRowNormalIE .accordion,
	.cindented .ContentRowNormal.ContentRowNormalIE .accordion div .accordionTabContent	{
		width: 870px;
	}
	
	.cindented .ContentRowNormal.ContentRowNormalIE .accordion div .accordionTabContent .accordionContentBox {
		width: 420px;
	}
	
	.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: 395px;
	}
	
	.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: 850px;
	}
	
	/*CR-367 .accordion div .accordionTabContent .clear1440, 
	/*CR-367 .accordion div .accordionTabContent .clearH1440 {
	/*CR-367 	clear: none;
	/*CR-367 }
	
	/*CR-367 .accordion div .accordionTabContent .clear1280, 
	/*CR-367 .accordion div .accordionTabContent .clearH1280 {
	/*CR-367 	clear: both;
	/*CR-367 }*(

	/*------------------------------*/
	/*X.0) *** Gallery Demo *********/ 
	/* Inhalt ***********************/
	/*------------------------------*/
	#demo .bg-thumbnail img {
		width:123px;
	}	

	#demo .cr-figure img {
		width:430px;
	}



}
