@media screen, projection {
	body {
		background-image: url('../img/bg_schluessel.jpg'); 
		background-repeat: no-repeat;
		background-attachment:fixed;
		z-index: 1; 
	}
	
	html, body {
		margin: 0;
		padding: 0;
		font: 100.01%/1.5 "Verdana", "Arial", "Helvetica", sans-serif;
	}
	
	
	#digMain {
		width: 56.75em;
		border: 0px solid yellow;
		min-height: 40.25em; 
		/*IE6 Hack */
		height:auto !important; 
        height: 40.25em; 
	}
	
	#digBanner {
		position: fixed;
		top: 0; 
		left: 56.75em;	
		z-index: 2;
	}
	
	#digContent {		
		width: 46.9em;
		float: right;	
		border: 0px solid #ff0099;
    	position: relative; 
		z-index: 1; 
		margin-bottom: 2.5em;
	}
	
	#digMain .blau {
/*		color: #003399;
		font-weight: bold; */
	}
	
/*
 * Schriftfarben
 */

	div.orange {
		/*background-color: #e97539;*/
		background-color: #047380;
		color: #fff;	
	}
	
	div.orange a, 
	div.blau a {
		color: #fff;	
	}
	
	div.orange h4, 	
	div.blau h4,
	div.blau span, 
	div.orange span {
		color: #fff !important;
	}
		
	div.blau {
		background-color: #579be2;
		color: #fff;	
	}
	
	div.weiss {
		background-color: #fff;
		color: #666;	
	}
	
	div.weiss a {
		color: #579be2;		
	}
	
	div.weiss h3,	
	div.weiss h3 a {
		color: #579be2;
	}
	


/* 
 * Headerbereich 
 */	
	#digHeader {
		margin-top: 0.5em;
		width: 56.25em;
		height: 4.75em;		
/*		height: 5.25em;	*/		
	}
	
	#digWdrLogo {
		margin: 0 0 0 0.625em;	
		float: left;	
		width: 8.18em;
		height: 3.43em;
	}	


/*
 * Navigtation 1 
 */	
	#digNavi1 {
		margin: 0;	
		padding: 0;		
		float: right;
	}
	
	#digNavi1 ul li {
		float: left;	
	}
	
	#digNavi1 ul li a {
		color: #fff;
		font-size: 0.687em;
		text-decoration: none;
		display: block;
/*		padding: 0.15em 0 0.17em 0.325em; */
		padding: 0.15em 0 0.17em 0.4em; 
		background-color: #579be2;	
	}
	
	#digNavi1 ul li a:hover {
		background-color: #003399;
	}
	
	#digNavi1 ul li ul {	
		float: left;	
		border-top: 0.0625em solid #fff;
		padding: 0;
		position: absolute;
		z-index: 1000; 
		display: none; 
	}
	
	#digNavi1 ul li:hover ul,
	#digNavi1 ul li.over ul {	
		display: block;
	}

	
	#digNavi1 ul li ul li {
/*		background-color: #579be2; */
		background-color: #fff !important; 
		display: block;
		clear: left;
		float: left;		
		width: 12em;
		border-bottom: 0.0625em solid #fff;
	}
	
	#digNavi1 ul li ul li.last {
		border: none;
	}
	

	#digNaviUnternehmen, 
	#digNaviPublic, 
	#digNaviKarriere, 
	#digNaviSite, 
	#digNaviImp {
		margin-right: 0.0625em;
	}
	
	#digNaviKarriere {
		margin-right: 0.125em;
	}
	
	#digNaviUnternehmen a {
		width: 17.2em;
	}
	

	#digNaviKarriere a {
		width: 17.25em;
	}
	
	
	#digNaviPublic a {
		width: 17.15em;
	}	


	#digNaviSite a, 
	#digNaviImp a {
		width: 7.4em;
		background-color: #fff !important;
	}
	
	#digNaviSite a {
		width: 6em;
	}
	
	
	#digNaviSite a , 
	#digNaviImp a {
		display: block;
		color: #666 !important;
	}
	
	#digNaviSite a:hover , 
	#digNaviImp a:hover {
		font-weight: bold;
	}
	

	
/*
 * Suche
 */
	
	#digSearch {
		border: 0px solid red;
		margin-top: 0.9375em;
/*		width: 22.85em; */
/*		width: 23.25em; */
		width: 22.2em; 
		float: right;	
/*		margin-right: -0.2em; */ /*negatives margin des Buttons ausgleichen*/
	}
	
	#digSearch fieldset {
		border: 0;	
	}
	
	#digSuchenText {
		border: 0.0625em solid #579be2;
/*		width: 25.45em; */
/*		width: 24.8em; */
		width: 24.4em; 
		margin: 0 0.25em 0 0;
		padding: 0.4em 0.5em 0.1em 0.5em;
		background-color: #f1f1f1;	
		font-size: 0.68em;
		color: #666;
		float: left;
	}
	
	head+body #digSuchenText {
/*		width: 25em; */
/*		width: 23em; */

	}
		
	#digSuchenSubmit {
		font-size: 0.68em;
		cursor: pointer;
		height: 1.83em;
/*		width: 7.09em;	*/
/*		width: 7.2em;	*/
		background-color: #fff;
		color: #579be2;
		border: 0.09em solid #579be2;
/*		margin: -0.5em 0 0 -0.4em;
		padding: 0.25em 0 0.25em 0; */
/*		margin: 0 0 0 -0.4em; */
		padding: 0 1.1em 0 1.1em; 		
		background-image: url('../img/pfeil.gif');
		background-repeat: no-repeat;
		background-position: 4% center;
		display: block;
/*		float: right; */
	}
	
	
/*
 *  Breadcrumb
 */

	#digBreadcrumb {
		font-size: 0.68em;
		background-color: #f1f1f1;	
		width: 68.01em;
		height: 1.83em;
		border: 0px solid red;
		margin-bottom: 0.1em;
	}
	
	#digBreadcrumb li a {
		text-decoration: none;	
		color: #666;		
	}
	
	#digBreadcrumb a:hover {
		text-decoration: underline;		
	}
	
	#digBreadcrumb ul li {
		float: left;
		display: block;	
		background-image: url('../img/pfeil_breadcrumb.gif');
		background-repeat: no-repeat;
/*		background-position: 4% center;	*/
		padding: 0.25em 0 0 1.4em;
		color: #666;
	}
	
	#digBreadcrumb ul li a {
/*		display: block;	*/
/*		padding: 0.25em 0 0 0;	*/	
/*		margin: 0 0 0 1.5em;*/
	}
	
	#digBreadcrumb ul li img {
		float: left;
		padding: 0.25em 0.25em 0 0;
	}


/*
 * 	Navigation 2
 */

	#digNavi2 {
/*		margin-top: 1.95em; */
		width: 8.875em;
		float: left;
		border: 0px solid red;
	}
	
	#digNavi2 ul li.digNavi2Ebene1, 
	#digNavi2 ul li.digNavi2Ebene1 ul li.digNavi2Ebene2,
	#digNavi2 ul li.digNavi2Ebene1 ul li.digNavi2Ebene2 ul li.digNavi2Ebene3 {
		display: block;
		float: left;	
		padding: 0;	
	}

	
	#digNavi2 a {
		text-decoration: none;	
		margin: 0;
		padding: 0;
	}	

	
	#digNavi2 ul li.digNavi2Ebene1 a {
		background-color: #579be2;
		color: #fff;
		font-size: 0.68em;			
		font-weight: bold;
		display: block;
		width: 8.18em;
/*		height: 1.81em; */
		margin: 0 0 0.09em 1.8em; 
		padding: 0.15em 0 0.25em 0.45em		

	}
	
	#digNavi2 ul li.digNavi2Ebene1 ul li.digNavi2Ebene2 a,
	#digNavi2 ul li.digNavi2Ebene1 ul li.digNavi2Ebene2 ul li.digNavi2Ebene3 a {
		margin-left: 0.91em;
	}
			
	#digNavi2 ul li.digNavi2Ebene1 ul li.digNavi2Ebene2 a {
		font-weight: normal;
		width: 11.4em !important;
		border: 0px solid red;
	}
	
	#digNavi2 ul li.digNavi2Ebene1 ul li.digNavi2Ebene2 ul li.digNavi2Ebene3 a {
		width: 11.8em !important;		
		padding-left: 0.9em;
	}
	
	#digNavi2 ul li.digNavi2Ebene1 ul li.last {
		margin-bottom: 0.25em !important;	
		border: 0px solid red;	
	}
	
	#digNavi2 ul li.digNavi2Ebene1 a:hover, 
	#digNavi2 ul li.digNavi2Ebene1 aktiv,
	#digNavi2 ul li.digNavi2Ebene1 a.aktiv {
		background-color: #003399;
	}
	
	#digNavi2 ul li.digNavi2Ebene1 ul li.digNavi2Ebene2 a:hover,
	#digNavi2 ul li.digNavi2Ebene1 ul li.digNavi2Ebene2 ul li.digNavi2Ebene3 a:hover,
	#digNavi2 ul li.digNavi2Ebene1 ul li.digNavi2Ebene2 a.aktiv,
	#digNavi2 ul li.digNavi2Ebene1 ul li.digNavi2Ebene2 ul li.digNavi2Ebene3 a.aktiv  {
		color: #fff;	
	}
	
	
	
	#digNavi2 ul li.digNavi2Ebene1.kontakt a {
		font-weight: normal;
		margin-top: 1.72em;
	}
	
	#digNavi2 ul li.digNavi2Ebene1.kontakt a:hover {
		background-color: #003399;		
	}

	#digNavi2 ul li.digNavi2Ebene2 a,
	#digNavi2 ul li.digNavi2Ebene3 a { 
		background-color: #fff;
		color: #003399;
		font-size: 0.68em;			
		display: block;		
		width: 8.18em;
/*		height: 1.81em; */
		margin: 0 0 0.09em 0;
		padding: 0.09em 0 0 0.45em;
	}

	#digNavi2 ul li.digNavi2Ebene2 ul {
		float: left;
		margin-bottom: 0.09em;
	}

	#digNavi2 ul li.digNavi2Ebene3 a { 
		margin: 0;
	}	

	#digNavi2 ul li.digNavi2Ebene3 a:hover,
	#digNavi2 ul li.digNavi2Ebene3 a.aktiv { 
		font-weight: bold !important;
		background-color: #fff;
		color: #003399 !important;		
	}		



/*
 * Portfolio DIVs
 */
	
	#digPortfolioContainer { 
		z-index: 10000; 
		position: absolute;
		left: 0;
		margin: -0.5em 0 0 9.85em;
		width: 22.375em;	
	}
	
		
	
	.digPortfolio {
		background-color: #003399;
		color: #fff;
		padding: 0.5em;
/*		height: 10.25em; */
	}
	
	
	
	.digPortfolio h3 {
		font-size: 0.93em;			
	}
	
	.digPortfolio p {
		font-size: 0.7em;			
		font-weight: bold;
		margin: 1em 0 0 0;
		padding: 0;
		text-indent: 0.72em;
	}
	
	
	#digPortfolioContainer .digPortfolio ul {
		display: block !important;
		font-size: 0.7em;	
		margin: 0.5em 0 0 2em;
	}
	
	#digPortfolioContainer .digPortfolio ul li {
		padding: 0 0 0.15em 0;
		list-style-type: square !important;	
	}
	

/*
 * TeaserHalb
 */	

 	#digContent .digTeaserHalf {
		width: 21.93em;	
		clear: right;	
		float: left;	
		margin: 0 0 1.06em 0;
		padding: 0 0 0.625em 0;
		z-index: 1;
	}

	#digContent .digTeaserHalf.Left {
		margin-right: 1.4em; 
	}
	
	#digContent .digTeaserHalf h3 {
		font-size: 0.81em;
		padding: 0.61em 0.61em 0 0.61em;
	}
	
	#digContent .digTeaserHalf h4 {






		font-size: 0.68em;
		font-weight: normal;
		color: #579be2;	
		padding: 0.35em 0 0.35em 0.72em;	
	}
	
	#digContent .digTeaserHalf a {	
		text-decoration: none;
	}
	
	#digContent .digTeaserHalf a:hover {	
		text-decoration: underline;
	}
	
	#digContent .digTeaserHalf p {
		font-size: 0.68em;
		padding: 0 0.72em 0 0.72em;		
	}
	
	.digIMG120x90 {
		float: right;	
		display: inline;
		position: relative;
		padding: 0 0 0.15em 0.25em;
		margin: -0.5em -0.5em 0 0;
		width: 7.5em;	
	}	

	.digTeaserHalf ul {
/*		margin-bottom: 1em; */
		width: 21.5em;
	}
	
	.digTeaserHalf ul li {
		color: #666;
		font-size: 0.68em;
		list-style-type: none;
		background-image: url('../img/li_ReSp.gif');
		background-repeat: no-repeat;
		background-position: left 40%;
		margin: 0 0 0 0.75em;
		padding: 0 0.5em 0.5em 0.93em;
	}
	
	.digTeaserHalf.blau ul li,
	.digTeaserHalf.orange ul li {
		color: #fff;
		background-image: url('../img/li_ReSp_white.gif');
	}

	.digTeaserHalf p.digListeHead {
		font-weight: bold;
		width: 30em;  
border: 0px solid red;
		padding: 0 0.66em 0 0.66em !important; 
	}

	.digTeaserHalf ul.digTeaserHalfLinkListe {	
/*		margin-top: 1.3em !important; */
	}
	
	.digTeaserHalf	ul.digTeaserHalfLinkListe li {
		background-image: none;
		margin:  1.3em 0 0 0;
		padding: 0;
		clear: left;		
	}
			
	.digTeaserHalf	ul.digTeaserHalfLinkListe li a {
		font-weight: bold !important;
		text-decoration: underline !important;	
	}
	
	
	.digTeaserHalf	ul.digTeaserHalfLinkListe li span {
		display: block !important;
		margin: 0 0 0 3.8em !important;
	}
	
	.digDownloadSub {
		color: #579be2;	
	}
	
	
	
/*
 * Teaser Voll  
 */

	
	.digTeaserFull {
		width: 45.312em;
		margin: 0 0 1.5em 0;	
		padding: 0 0 0.5em 0;
	}

	.digTeaserFull.R {
/*		min-height: 5.625em; */
	}

	.digTeaserFull.L {
/*		min-height: 9em; */
	}	
	
	.digTeaserFull.mitBanner {
		margin: 0 0 0.5em 0;	
	}
	
	.digTeaserFull a {
		text-decoration: none;	
	}
	
	.digTeaserFull h3 {
		font-size: 1em;
		padding: 0.5em 0.5em 0 0.5em;
	}
	
	.digTeaserFull h4 {
		font-size: 0.75em;
		padding: 0.5em 0 0.5em 0.6em;
		border: 0px solid red;
	}
	
	.digTeaserFull p {
		font-size: 0.68em;	
		padding: 0 0.5em 0 0.73em;
	}

	.digTeaserFull p a:hover {
		text-decoration: underline;
	}
	
	.digTeaserFull ul {
/*		margin-bottom: 1em; */
		margin-top: 0.75em;
/*		width: 29em; */
	}
	
	.digTeaserFull ul li {
		color: #666;
		font-size: 0.68em;
		list-style-type: none;
		background-image: url('../img/li_ReSp.gif');
		background-repeat: no-repeat;
		background-position: left 40%;
		margin: 0 0 0 0.75em;
		padding: 0 0.5em 0.5em 0.93em;
	}
	
	.digTeaserFull.blau ul li,
	.digTeaserFull.orange ul li {
		color: #fff;
		background-image: url('../img/li_ReSp_white.gif');
	}


	
	.digTeaserFull.L img,
        .digTeaserFull.L object {
		float: left;
	}
	
	.digTeaserFull.video img,
        .digTeaserFull.video object {
          margin: 1em 0 0 6.8em
	}

	.digTeaserFull.R img,
        .digTeaserFull.R object {
		float: right;
	}
	
        .digFlashR {
                display: inline;
		position: relative;
		padding: 0 0 0.15em 0.25em;	
		margin: -0.5em -0.5em 0 0;
		width: 12.5em;	
        }

        .digFlashL {
		display: inline;
		position: relative;
		padding: 0 0.5em 0 0;	
		margin: -0.5em 0 0 -0.5em;
		width: 15.93em;
		/*width: 15.28em;*/
        }
       * + html .digFlashL {
         padding: 0 1em 0 0;
        }
	.digIMG200x90 {
/*		float: right;*/
		display: inline;
		position: relative;
		padding: 0 0 0.15em 0.25em;	
		margin: -0.5em -0.5em 0 0;
		width: 12.5em;	
	}
	
	.digIMG255x144 {
/*		float: left; */
		display: inline;
		position: relative;
		padding: 0 0.5em 0 0;	
		margin: -0.5em 0 0 -0.5em;
		width: 16em;	
	}

	.digIMG256 {
/*		float: left; */
		display: inline;
		position: relative;
		padding: 0 0.5em 0 0;	
		margin: -0.5em 0 0 -0.5em;
		width: 16.04em;	
	}
	
	.digTeaserBU {
		clear: left; 
		float: left; 
		position: relative;
		background-color: #f1f1f1; 
		width: 15.93em; 
		padding: 0.15em 0 0.15em 0; 
		margin: 0 0.5em 0 -0.5em; 		
		text-align: center;
	}


	
	.digTeaserBU a {
		color: #579be2 !important;
	}
	
	.digTeaserBU a:hover {
		text-decoration: underline;
	}
	
	
	
/*
 * TeaserBanner
 */

	.digTeaserBanner {
		width: 45.312em;
		background-color: #fff;	
		margin: 0 0 1.5em 0;
		padding: 0.5em 0 0 0;
	}

	.digTeaserBanner p, 
	.digTeaserBanner h3, 
	.digTeaserBanner h3 a, 
	.digTeaserBanner a {
		color: #666;	
		text-decoration: none;	
	}
	
	.digTeaserBanner h3 {
		font-size: 0.75em;
		margin: 0; 
		padding: 0 0 0 0.8em;
	}

	.digTeaserBanner h3 a  {
		font-size: 1em;

	}

	.digTeaserBanner p {
		font-size: 0.7em;
		padding: 0 0 0.72em 0.72em;
	}
	




/*

 * Video Teaser
 */
	#digContent .digVideoTeaser {
		width: 21.93em;	 
		height: 14.18em;
		clear: right;	
		float: left;	
		margin-bottom: 1.06em;
		border: 0.062em solid #fff;
	}
	
	#digContent .digVideoTeaser.Left {
		margin-right: 1.4em; 
	}
	
	#digContent .digVideoTeaser object {
		margin: 1.15em 2.9em 0 2.9em;		
	}
	
	.digVideoSub {
		clear: left;
		width: 16em;		
		background-color: #579be2;
		text-align: center;
		margin: 0 0 0 2.9em;	
	}
	
	.digVideoSub p {
		font-size: 0.68em;
	}

	.digVideoSub p,
	.digVideoSub p a {
		color: #fff;
		display: block;
		padding: 0 0 0.25em 0;
		text-decoration: none;
	}

	.digVideoSub a:hover {
		text-decoration: underline;		
	}
	
	.digVideoTeaser object {
		float:left;		
	}
	

/*
 *  Rechte Spalte
 */


	#digReSp {
		border: 0px solid red;	
		width: 15.5em; 
		position: absolute; 
		zoom: 1;
		z-index: 1000; 
		left: 30.25em;
		top: 1.3em;  
	}

	#digReSp a {	
/*		font-size: 0.68em; */
		color: #003399;		
/*		margin: 0 0 0 0.7em; */
	}
	
	#digReSp .digReSpListe {
		background-color: #f1f1f1; 	
		margin-bottom: 0.625em;	
		border-bottom: 0 solid red;
	}

	#digReSp p.digListeHead {	
		width: 21em;
		border: 0px solid red;			
		color: #666;
		margin-left: 0;
	}
	
	
	#digReSp h3 {
		color: #666;
		margin: 0 0 0 0.5em;
		padding: 0.9em 0 0 0;
		font-size: 0.75em;	
	}

	#digReSp p {
		margin: 0.5em 0 0.5em 0.6em;
		padding: 0 0.9em 0.9em 0;
		font-size: 0.68em;	
	}

	#digReSp p a {
		text-decoration: none !important;
	}

	#digReSp p a:hover {
		text-decoration: underline !important;
	}	


	#digReSp ul li {		
		list-style-type: square;
		list-style-position: outside;
		color: #579be2;
		margin: 0 0 0 2em;	
		padding: 0 0.5em 0.5em 0; 
		font-size: 0.68em;
	}
	
	#digReSp ul li a {		
		text-decoration: none;
		display: block;
		margin: 0 0 0 0.7em; 		
	}
	
	#digReSp ul li span.digListeText {
		color: #000;
	}
	
	#digReSp ul li span.digReSpLi {		
		color: #000;
	}
	
	#digReSp ul.digLinkListe {	
		margin: 0.5em 0 0 0;
		list-style-type: none;
	}
	
	#digReSp ul.digLinkListe li {	
		clear: left;
		float: left;
		list-style-type: none;
		margin: 0 0 0.5em 0;	
		border: 0px solid reD;
		color: #000;
		width: 21em;
	}
	
	#digReSp ul.digLinkListe li a {		
/*		float: left; */
		font-size: 1em; 
		color: #003399;
		margin-left: 4em;
	}

	#digReSp ul.digLinkListe li a:hover {		
		text-decoration: underline;
	}	

	#digReSp ul.digLinkListe li span {		
		border: 0px solid red;
		display: block;
		padding-left: 4em;	
	}	
	
	#digReSp ul.digLinkListe li img.digIcons {		
	}	
        #digReSp object.digIMG256ReSp,
        #digReSp embed.digIMG256ReSp,
	#digReSp img.digIMG256ReSp { /* freistehends Bild in der ReSp */
		width: 16em;
		margin: 0;	
		padding: 0 0 0.3em 0;	
	}
	
	#digReSp img.digIMG256ReSp.notTop { /*entfernen des Abstands vom Bild in ReSp */
		margin: 0;
	}
	
	#digReSp img.digIMG256ReSp.inner { /* Bild innerhalb eines Moduls in der ReSp */
		margin: 0;
		padding: 0;
		display: block;
	}	
	
	
	#digReSp .digVideoResp {
		border-bottom: 0.09em solid #fff;
	}

	
	
/*
 * Sitemap
 */

#digSitemap {
	font-size: 0.68em;	
	margin-top: 0.2em;
	width: 742px;
	border: 0px solid red;
}

#digSitemap a {
	text-decoration: none;	
}

#digSitemap .digSitemapClass {
	width: 18em;
	margin: 0 0.5em 1em 0;
	float: left;
/*	border-bottom: 1.833em solid #f1f1f1;	*/
	border-bottom: 0.625em solid #003399;
	border-left: 0.1em solid #003399;
}

#digSitemap ul {

}	

#digSitemap ul li a {
	display: block;	
	padding: 0.2em 0 0.2em 0.5em;
	margin: 0 0 0.1em 0; 
	color: #fff;
	font-weight: bold;
	background-color: #003399;
}


#digSitemap ul li ul li a {
	color: #fff;


	font-weight: normal;
	background-color: #579be2;
	padding-left: 1em;
}



#digSitemap ul li ul li ul li a {
	padding-left: 2em;
	color: #003399;
	background-color: #fff;
}





/*
 * Footer
 */
	#digFooter {
/*		width: 56.75em; */
		width: 100%; 
		z-index: 10;
		height: 2em;
		background-color: #579be2;
		position: relative;
		left: 0;
		bottom: 0; 
	}

	#digFooter a {
		text-decoration: none;	
		color: #666;
		font-size: 0.68em;
		display: block;
		padding: 0 0 0 0.72em;
	}
	
	#digFooter a:hover {
		font-weight: bold;
	}

	#digFooter ul {

		margin: 0 0 0 0.625em;
	}
	
	#digFooter ul li {
		margin: 0 0.0625em 0 0;
		float: left;
		width: 6.56em;
		height: 1.25em;
		background-color: #fff;		
	}
	
	#digFooter ul li.digCopyright {		
		padding: 0;
		background-color: transparent;	
		width: 18.75em;

	}
	
	#digFooter ul li.digFlag {
		background-image: url('../img/flag.gif');
		background-repeat: no-repeat;
		background-position: 95% 50%;
	}
	

	#digFooter ul li.digCopyright a {
		color: #fff;
	}
	
	#digFooter ul li.digCopyright a:hover {
		font-weight: normal;
	}
	
/*
 * Blätterleiste
 */

	#digBlaettern { 
		position: relative; 
		top: 1.31em;
		width: 29.375em;
		height: 1.25em; 
		background-color: #f1f1f1;
	}	

	#digBlaettern a { 
		text-decoration: none;
		font-size: 0.68em;
		padding: 0.15em 0 0 0;			
	}
		
	#digBlaettern .digVor a, 
	#digBlaettern .digZurueck a  {
		color: #fff;
/*		background-color: #579be2; */
		display: block;
		width: 6.41em;
		height: 1.7em; 
	}
	
	#digBlaettern .digVor a:hover, 
	#digBlaettern .digZurueck a:hover  {
		font-weight: bold;
	}
	
	
	#digBlaettern .digZurueck {
		float: left;
		background-image: url('../img/pfeil_zurueck.gif');
		background-repeat: no-repeat;
		padding-left: 0.93em;
		background-color: #579be2; 		
	}
	
	
	#digBlaettern .digVor {
		float: right;
		background-image: url('../img/pfeil_vor.gif');
		background-repeat: no-repeat;
		background-position: right center;
		text-align: right;		
		padding-right: 0.93em;
		background-color: #579be2; 
	}
	
       /* Link im Seitenfuss */
	.digSeitenfussLink {
          display: block;
          float: left;
/*          background-image: url('../img/pfeil_seitenfuss.gif'); */
	  background-repeat: no-repeat;
	  padding-left: 0.5em;
          text-decoration: none;
	  font-size: 0.68em;
        }
       .digSeitenfussLink img{
          text-decoration: none;
          float: left;
       }
       .digSeitenfussLink a{
          text-decoration: none;
          float: left;
          margin-top: 0.15em;
          color: #656565;
       }

      .digSeitenfussLink a:hover{
          text-decoration: underline;
       }

	
	#digBlaettern .digZahl {			
		border: 0px solid red;
/*		width: 14.69em; */
		width: 10em;
		float: left; 
		margin-left: 6.5em;
		
	}
	

	
	#digBlaettern .digZahl p {			
		float: left;
		margin: 0;
		padding: 0;
	}

	#digBlaettern .digZahl ul {
/*		text-align: center; */
		margin: -0.25em 0 0 2em;
	}

	#digBlaettern .digZahl ul li {
/*		float: left; */
		display: inline; 
		font-size: 1em;
		margin: 0;
		padding: 0;
	}
	

	#digBlaettern .digZahl a {
		color: #666;
	}
	
	#digBlaettern .digZahl a:hover {
		text-decoration: underline;
	}
	
	#digBlaettern .digZahl a.aktiv {
		font-weight: bold;	
		color: #003399;	
	}
	
	#digBlaettern .digZahl a.aktiv:hover {
		text-decoration: none;
	}
	

	
	/* grauer Abschlussbalken */
	#digSubBeitrag { 
	position: relative; 
		top: 1.31em;
		width: 29.375em;
		height: 1.25em;
		background-color: #f1f1f1;
	}	
	


/*
 * Icons
 */

	.digIcons {
		width: 2.39em;
/*		height: 2.1em;	*/
		margin: 0 0.45em 0 0.9em;	
		float: left; 
		border: 0px solid red;
	}
	
	.digIMGBrief {
		float: left;	
		margin: 0.5em 0.5em 0 0;	
	}
	

/*
 * Listen
 */	
 
 	
	p.digListeHead {
		font-weight: bold;
		width: 38.5em; 
		padding: 0 0.66em 0 0.66em !important; 		
	}
	
 
	ul.digListe {
		margin: 0.2em 0 1em 0;
		width: 29em;
	}
	
	ul.digListe li {
		color: #579BE2;
		font-size: 0.75em;
		list-style-position:outside;
		list-style-type:square;
		margin: 0 0 0 2em;
		padding: 0 0.5em 0.5em 0;
	}

	ul.digListe li span.digListeText {
		color: #666;
	}
	
	
/*
 *  Tabellen
 */

	.digTblClass {
		border-bottom: 0.0625em solid #579be2;
/*		width: 28.75em; */
		margin: 0 0.5em;
	}	

	.digTable {
		border: 0px solid red;
/*		width: 28.75em; */
		border-bottom: 0.0625em solid #fff;
/*		table-layout: fixed;	*/	
	}
	
	.digTable caption {
		font-size: 0.75em;
		font-weight: bold;
		color: #579be2;
		text-align: left;
		margin-bottom: 0.5em;
	}

	
	.digTable th {
		font-size: 0.68em;
		text-align: left;
		padding: 0.5em;
		color: #fff;
		font-weight: normal;
		background-color: #579be2;
		border-right: 0.091em solid #fff;
		border-bottom: 0.091em solid #fff;
	}
	
	.digTable td {
		font-size: 0.68em;
		text-align: left;
		padding: 0.5em 0.5em 0 0.5em;
		color: #666;
		border-right: 0.0625em solid #d9d7d7;
	}
	
	.digTable tr.digTblRowGrey {
		background-color: #f1f1f1;	
	}
	
	.digTable .digTblDataLast {
		border-right: 0 !important;
	}
	
	.digTable .digTblRowLast {
		border-bottom: 0.0625em solid #fff;
	}
	
	p.digTblQuelle {
		margin-top: 0.5em !important;
		color: #579be2 !important;
		font-size: 0.68em !important;
	}

	/* Tabellenbreiten */
	  .digTable th.digP10 {
	    width: 10%;
	  }
	
	  .digTable th.digP20 {
	   width: 20%;
	  }
	
	  .digTable th.digP30 {
	   width: 30%;
	  }
	
	  .digTable th.digP40 {
	   width: 40%;
	  }
	
	  .digTable th.digP50 {
	   width: 50%;
	  }
	
	  .digTable th.digP60 {
	   width: 60%;
	  }
	
	  .digTable th.digP70 {
	   width: 70%;
	  }
	
	  .digTable th.digP80 {
	   width: 80%;
	  }
	
	  .digTable th.digP90 {
	   width: 90%;
	  }
	
	  .digTable th.digP100 {
	   width: 100%;
	  }

/*
 * Spots
 */

	#digSpots h1 {
		color: #579be2;
		font-size: 0.93em;
		padding: 0 0 0 0.57em;
	}


	#digSpots h2 {
		color: #666;
		font-size: 0.75em;	
		padding: 0 0 0 0.66em;
		margin: 0 0 1em 0;
		font-weight: bold;
	}

	#digSpots p {
		color: #000;
		font-size: 0.75em;	
		padding: 0 23em 1.5em 0.66em;
	}	
	
	#digSpots .digSpotsIMG {
		width: 25em;
	}

	#digSpotsArchiv {
		background-color: #f1f1f1;
		margin: 0.5em 0 0 0.5em;
		padding: 0 0 0.5em 0;
		width: 27.5em;
	}
	

	#digSpotsArchiv fieldset {
		border: none;
	}	
	
	#digSpotsArchiv legend {
		color: #666;
		font-weight: bold;
		font-size: 0.68em;
		margin: 0;
		padding: 0.5em 0 0 0.75em;
	}
	
	
	#digSpotsArchiv label {
		font-size: 0.68em;
		color: #666;
		margin: 0;
		padding: 0 0 0 0.75em;
		display: inline;
/*		float: left; */
	}
	
	#digSpotsArchiv select {
		padding: 0;
		width: 10.6em;
		height: 1.6em;		
		margin: 0 0.7em 0 0.6em;
		display: inline;
/*		float: left; */
		font-size: 0.68em;
		color: #666;
		border: 0.0625em solid #579be2;
	}	
	
	#digSpotsArchiv input.digSuchOptionSubmit {
		border: 0.0625em solid #579be2;
		background-color: #fff;
		color: #579be2;
		font-size: 0.68em;
		background-image:url(../img/pfeil.gif);
		background-position:4% center;
		background-repeat:no-repeat;
		margin: 1em 0 0 0;
		padding: 0 0.5em 0.15em 1.25em;  
		cursor: pointer;
	}	
	
	
	#digSpots p.digSpotsListHead {
		margin: 1.5em 0 1em 0.93em;
		padding: 0 0 0.5em 0;
		font-weight: bold;
		color: #579be2;
		width: 37.8em;
		border-bottom: 0.0625em solid #579be2;
	}
	
	#digSpots ul {
		width: 27.5em;	
		margin: 0.5em 0 0 0;
		padding: 0;
	}	

	
	#digSpots ul li {
		font-size: 0.75em;
		color: #579be2;
		list-style-type: square !important;
		margin: 0 0 1em 2.25em;	
		padding: 0;
	}	

	#digSpots span.digSpotsInLists {
		color: #666;
	}
	

	#digSpots ul li a {
		color: #666;
		font-weight: bold;
		padding-top: 0.25em;
	}
	
  /* ImageMap mit Organigramm */	
  .imageMap {
    margin-left: 0.5em;
  }	

#shopLogo {
  clear: both;
  padding: 1em 0pt 0pt 1.2em;
}

*+html #shopLogo {
  padding-top: 0.5em;
}

#shopLogo img {
  width: 5.875em;
}
div.trailerbg {
	background-image: url(../img/preview.jpg);		
	background-repeat: no-repeat;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
	width:255px;
	height:144px;
}
div.swftrailer {
	float:left;
	top:0px;
	text-align:center;
	width:255px;
	height:144px;
}
}


