/********** Layout variante  *******************/
/********** ContentFooter ausblenden ***********/
/***********************************************/
body.NO_CF #contentFooter
{
	display:none;
}
/********** Header (==N1) ausblenden ******************/
body.NO_N1 #header
{
	display:none; /*macht problem bei ie6 Lösung --> margin:0px auf #leftColumn*/
}
body.NO_N1 #leftColumn{
	margin: 0;
}
body.NO_N1 #pageBackground
{
	background-position: 0px -100px;
}
	
body.NO_N1 #pageCenter
{
	padding-top:2px; /*44pxursprunglich*/
}

body.NO_N1 #contentAndRightColumn
{
	margin-top:34px;
}
body.NO_N1 #leftColumn #nav2
{
	padding-top:25px;
}



/********** Metanav ausblenden *****************
body.NO_METANAV #metanav{
	display:none;
}*/

/********* P PN@200921111 ***********/
/* body.P
/*{
/*	display:none;
/*}*/


/********** Rechte Spalte ausblenden ***********/
body.NO_RS #rightColumn
{
	display:none;
}

/********** Linke Spalte ausblenden ************/
body.NO_N2 #leftColumn
{
	display:none;
}

/* ContentBreite = StandardContentBreite + Breite der "Rechte Spalte" */
body.C_PLUS_RS #content, 
body.C_PLUS_RS #contentFooter {
	width:755px;
}

body.C_PLUS_RS #content .downloadmetadaten
{
	width:723px;
}
body.C_PLUS_RS #content .downloadmetadaten dl.daten_datei
{
	width:502px;
}
body.C_PLUS_RS #anwendung {
	width: 795px;
}


/* ContentBreite = StandardContentBreite + Breite der "Linke Spalte" */
body.C_PLUS_N2 #contentAndRightColumn
{
	width: 975px; /*990 -15px wegen Logo-Einrückung*/
	background-image:url(../images/backgrounds/bg_content_wide.gif);
	margin-left: 15px; /* wegen  Logo-Einrueckung */
}
body.C_PLUS_N2 #content, body.C_PLUS_N2 #contentFooter
{
	width: 713px; /*728 -15px wegen Logo-Einrückung*/
}
body.C_PLUS_N2 #content .downloadmetadaten
{
	width: 681px;
}
body.C_PLUS_N2 #content .downloadmetadaten dl.daten_datei
{
	width: 461px;
}

/* ContentBreite = Volle breite   */
body.C_FULL #contentAndRightColumn
{
	width: 970px;/*990*/
	background-image:url(../images/backgrounds/bg_content_728px.gif);
	left:20px;/*margin-left: 20px;/*padding-left: 15px; /**/
	margin-top: 20px;/*margin: 0; /**/
}
body.C_FULL #content, body.C_FULL #contentFooter
{
	width: 930px; /*950px -20px wegen Logo Einrückung*/
}

body.C_FULL #content .downloadmetadaten
{
	width: 904px;
}
body.C_FULL #content .downloadmetadaten dl.daten_datei
{
	width: 685px;
}

/* Transparente Content erzeugen */
body.C_TRANSPARENZ #contentAndRightColumn
{
	background-color: transparent;
	background-image: none;
}

body.C_TRANSPARENZ #content
{
	background-color: transparent;
}


/* Eigenschaften von Landing Pages*/
body.landingPage #content
{
	padding:0px;
	width: 970px;
}
body.landingPage #content iframe,
body.landingPage #content iframe.links,
body.landingPage #content iframe.rechts,
body.landingPage #content iframe.zentriert
{
	margin: 0px;
	padding:0px;
}


/*---------------------------------------------------------------------------*/
/* Darstellungsvarianten, z.B. ohne Nav2, ohne rechte Spalte, etc.           */
/*---------------------------------------------------------------------------*/


/* Gilt nur für Anwendungen bzw. Inhalte die in einem iFrame geladen werden*/
/* ---------------------------------------------------------------------- */

#anwendung {
	width: 573px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}
	


/* Ohne rechte Spalte (Infoleiste)*/
/* ----------------------------- */

.noRightColumn #rightColumn {
	display: none;
}
.noRightColumn #contentAndRightColumn {
	background-repeat: repeat;
}
.noRightColumn #contentAndRightColumn #content {
	float: none;
	width: auto;
}
.noRightColumn #contentAndRightColumn #contentFooter {
	width: auto;
}



/* Ohne linke Spalte (Navigation)*/
/* ----------------------------- */

.noLeftColumn #leftColumn {
	display: none;
}
.noLeftColumn #contentAndRightColumn {
	float: none;
	width: auto;
	margin-left:15px; /* Logo-Einrueckung */
	background-image: url(../images/backgrounds/bg_content_wide.gif);
}
.noLeftColumn #content, .noLeftColumn #contentFooter {
	width: 713px;   /* 573+180-20-20 */
}
.noLeftColumn #contentAndRightColumn:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
    overflow: hidden;
}



/* Ohne linke UND ohne rechte Spalte (fuer Startseite und Landing Page Comfort)*/
/* -------------------------------------------------------------------------- */
.noLeftnoRightColumn #leftColumn, 
.noLeftnoRightColumn #rightColumn {
	display: none;
}

.noLeftnoRightColumn #contentAndRightColumn {
	width: 970px; /*990px(pageCenter) - 20px padding - 20px padding*/
	clear: both;
	background-image: none;
}

.noLeftnoRightColumn #contentAndRightColumn:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.noLeftnoRightColumn #content {
	/*width: auto;*/
	width: 970px;
	clear: both;
	position: static;
	margin: 0px;
	padding: 0px;
}

/*Standardverhalten der iFrames im content ueberschreiben*/
.noLeftnoRightColumn #content iframe, 
.noLeftnoRightColumn #content iframe.links,
.noLeftnoRightColumn #content iframe.rechts,
.noLeftnoRightColumn #content iframe.zentriert {
	margin: 0px; 
}

/*Transparenter Hintergrund beim Content 
	(momentan bei Startseite und Landing Page Comfort verwendet)*/
.transparenterContent #content {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
.transparenterContent #contentAndRightColumn {
	/*Hack fuer die Startseite*/
	margin-top: 20px; 
}




/* ------------------------------------------------------- *
   Anwendungsspezifisches Layout
/* ------------------------------------------------------- */
#smsInput {
	/* Schatten-Versatz ausgleichen */
	position: relative;
	top: -1px;
	left: -1px;
	
	background-color: #f9fafa;
	padding: 0 0 20px 0;
}
#smsInput h2 {
	color: #333333;
	font-size: 1.3em;
	padding: 8px 10px;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 15px;
	background: url(../images/fieldsetlegend.png) repeat-x top left;
}
#smsInput #messageContainer {
	display: none;
	position: absolute;
	left: 29.2em; /*(19 + 0.2 + 9) + 1 =29.2*/
	top: 4em;
	padding: 5px;
	width: 150px;
	border: 1px solid #f6f6f5;
	border-right: 1px solid #e6eaeb;
	border-bottom: 1px solid #e6eaeb;
	background-color: #fdeec2;
}
#smsInput label {
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
}
#smsInput label .label {
	float: left;
	margin-right: 0.4em;
	text-align: right;
	padding-top: 3px;
	width: 9em;
}
#smsInput input {
	width: 14em;
}
#smsInput textarea {
	width: 19em;
	height: 9em;
}
#smsInput label .info {
	display: block;
	clear: both;
	text-align: right;
	width: 35.25em;  /*(19 + 0.2 + 9) / 0.8 = 35.25*/
	color: #555555;
	font-size: 0.8em;
}
#smsInput .highlight {
	color: #000000;
	background-color: #ddddee;
}
#smsInput .halfhighlight {
	color: #000000;
	background-color: #eeeeff;
}
#smsInput .buttonbar {
	margin-left: 9.4em; /* 9em + 0.4em */
	width: 19em;
	position: relative;
}
#smsInput #sendenwrapper {
	float: left;
	background-image: url(../images/buttonlinks.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 4px;
}
#smsInput button {
	float: left;
	border: none;
	padding: 0 25px 3px 5px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	background-image: url(../images/buttonrechts.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 24px;
	white-space: nowrap;
	overflow: visible;
}
#smsInput .buttonbar a {
	display: block;
	position: absolute;
	bottom: 3px;
	right: 0;
	text-align: right;
	text-decoration: underline;
}


/* ----------------------------------------------- *
   5. Fixes
/* ----------------------------------------------- */
/* Browserspezifische Fixes finden sich in ie6.css und ie7.css */

/* Elemente vertikal aufspannen, die nur gefloatete/absolut positionierte Elemente enthalten. */
#smsInput .buttonbar:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    overflow: hidden;
}


/* ------------------------------------------------------------------ *
   Seiten mit Sonderbreite (Hilfeportale)
	derzeit: +200px fuer alle 
/* ---------------------------------------------------------------- */

/*auszublendende Elemente*/
.sonderbreite #header #nav1 {
	display: none;
}
/*verbreiterte Elemente*/
.sonderbreite #pageCenter {
	width: 1190px; /*990px + 200px*/ /*100%*/
}
.sonderbreite #header {
	width: 1175px; /*975px + 200px*/ /*100%*/
}
.sonderbreite #contentAndRightColumn {
	width: 995px; /*795px + 200px*/
}
.sonderbreite #content,
.sonderbreite #contentfooter {
	width: 955px; /*755px + 200px*/
}
.sonderbreite #footerLinks {
	width: 1170px; /*970px + 200px*/ /*100%*/
}

/*Rootknoten-Anzeige (Titel der Anwendung im Seitenkopf)*/
.sonderbreite #header h2.dhp {
	float: right;
	padding: 15px 230px 0px 200px; 
	margin-top: 20px;
	width: 670px;/*ToDo nur fuer IE: fixe Breite noetig*/
	font-size: 1.7em;
	font-family: "Univers 45 Regular", Arial, Helvetica, sans-serif;
	color: #666666;
}
/*hoehenversetzt, damit auf gleicher Linie wie Rootknoten-Anzeige*/
.sonderbreite #header #metanav.dhp {
	margin-top: 20px;
	/*ToDo kleinere margin-top im IE*/
}
/*Tabellen volle verfuegbare Breite geben*/
.sonderbreite #content table {
	width: 100%;
}

/* ------------------------------------------------------------------ *
   Loser Content
/* ---------------------------------------------------------------- */
.loserContent #pageBackground {
	min-height: 400px;
}
.loserContent #pageCenter {
	width: 533px; 
	margin: 10px; 
	padding-top:0px;
}
.loserContent #content {
	margin: 20px;
}

/*Kopfbereich mit Claim in z.B. einem losen Content*/
.loserContent #contentHeader {
	height: 100px; 
	clear: both;
}
.loserContent #contentHeader img {
	position: relative; 
	top: 14px; 
	left: 14px;
}



/* ------------------------------------------------------------------ */
/*Selectpage (Zielgruppenauswahl)*/
/* ---------------------------------------------------------------- */

body.C_FULL #content.selectPage  {
	padding: 20px 0px 20px 0px; 
	width: 970px; /*930px+20px+20px padding*/
}

#content.selectPage #selectZgBoxes {
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding-left: 8px;
	float: left;
	background-image: url(../images/backgrounds/bg_zgBox.png);
	background-repeat: repeat-x;
	background-position: center;
}
/*fehlendes Padding des #content ausgleichen*/
#content.selectPage h1,
#content.selectPage p {
	margin: 0px 20px 10px 20px;
}
/*feste Breite*/
#content.selectPage #vorspann {
	width: 500px;
}
/*aktive Zielgruppen*/
#content.selectPage #selectZgBoxes a.zgBox,
#content.selectPage #selectZgBoxes a.zgBox:link,
#content.selectPage #selectZgBoxes a.zgBox:visited {
	display: block;
	float: left;
	background-image: none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#content.selectPage #selectZgBoxes a.zgBox:hover,
#content.selectPage #selectZgBoxes a.zgBox:focus,
#content.selectPage #selectZgBoxes a.zgBox:active {
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10000;
	height: 232px;
	width: 191px;
}
#content.selectPage #selectZgBoxes a.zgBox:hover img,
#content.selectPage #selectZgBoxes a.zgBox:focus img,
#content.selectPage #selectZgBoxes a.zgBox:active img {
	display: none;
}

/*aktive Zielgruppen, hover-Bildchen fuer jede ZG*/
#content.selectPage #selectZgBoxes a#stb.zgBox:hover,
#content.selectPage #selectZgBoxes a#stb.zgBox:focus,
#content.selectPage #selectZgBoxes a#stb.zgBox:active {
	background-image: url(../images/zielgruppen/steuerberater_2.jpg);
}
#content.selectPage #selectZgBoxes a#wp.zgBox:hover,
#content.selectPage #selectZgBoxes a#wp.zgBox:focus,
#content.selectPage #selectZgBoxes a#wp.zgBox:active {
	background-image: url(../images/zielgruppen/wirtschaftspruefer_2.jpg);
}
#content.selectPage #selectZgBoxes a#ra.zgBox:hover,
#content.selectPage #selectZgBoxes a#ra.zgBox:focus,
#content.selectPage #selectZgBoxes a#ra.zgBox:active {
	background-image: url(../images/zielgruppen/rechtsanwaelte_2.jpg);
}
#content.selectPage #selectZgBoxes a#un.zgBox:hover,
#content.selectPage #selectZgBoxes a#un.zgBox:focus,
#content.selectPage #selectZgBoxes a#un.zgBox:active {
	background-image: url(../images/zielgruppen/unternehmer_2.jpg);
}
#content.selectPage #selectZgBoxes a#ps.zgBox:hover,
#content.selectPage #selectZgBoxes a#ps.zgBox:focus,
#content.selectPage #selectZgBoxes a#ps.zgBox:active {
	background-image: url(../images/zielgruppen/publicsector_2.jpg);
}
/* Zielgruppen f&uuml;r dpicom */

#content.selectPage #selectZgBoxes a#tc.zgBox:hover,
#content.selectPage #selectZgBoxes a#tc.zgBox:focus,
#content.selectPage #selectZgBoxes a#tc.zgBox:active {
	background-image: url(../images/zielgruppen/taxconsultants_2.jpg);
}
#content.selectPage #selectZgBoxes a#au.zgBox:hover,
#content.selectPage #selectZgBoxes a#au.zgBox:focus,
#content.selectPage #selectZgBoxes a#au.zgBox:active {
	background-image: url(../images/zielgruppen/auditors_2.jpg);
}
#content.selectPage #selectZgBoxes a#na.zgBox:hover,
#content.selectPage #selectZgBoxes a#na.zgBox:focus,
#content.selectPage #selectZgBoxes a#na.zgBox:active {
	background-image: url(../images/zielgruppen/networksandassociations_2.jpg);
}
#content.selectPage #selectZgBoxes a#en.zgBox:hover,
#content.selectPage #selectZgBoxes a#en.zgBox:focus,
#content.selectPage #selectZgBoxes a#en.zgBox:active {
	background-image: url(../images/zielgruppen/enterprises_2.jpg);
}


/*inaktive Zielgruppen*/
#content.selectPage #selectZgBoxes img {
	float: left;
	padding: 0px;
	margin: 0px;
	border: none;
	z-index: -10000;
}

