/* DATEI: cms_popup.css */
/* Fassade */
/* (c) Intersim AG - Burgdorf */

/*--------------------------------------- Elemente ---------------------------------------*/
body {
	background-color:#FFF;
	color:#000;
	padding:0;
	margin:0;
	font-size:12px;
}

body, h1, h2, h3, h4, h5, h6 {font-family:Arial, Helvetica, sans-serif; line-height:normal;}

p, table, td, th, ul, ol {font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:normal;}

select, textarea, input, form {font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:normal;}

input {	vertical-align:middle;}

pre {font-family:"Courier New", Courier, monospace;	color:#000;}

address {font-style:italic;}

img {border:0px none;}

/* --------- Liste - Aufzaehlung --------- */

UL, MENU {list-style-type:square;}
UL LI {list-style-type:square; padding-left:0px; margin-left:-15px;}
UL LI LI {list-style-type:square;	padding-left:0px; margin-left:-15px;}
UL LI LI LI {list-style-type:square; padding-left:0px; margin-left:-15px;}
OL {list-style-type:decimal;}
OL LI {list-style-type:decimal;	padding-left:0px;margin-left:-15px;}
OL LI LI {list-style-type:decimal; padding-left:0px; margin-left:-15px;}
OL LI LI LI {list-style-type:decimal; padding-left:0px;	margin-left:-15px;}

/* --------- Titel im Hauptteil --------- */

h1 {font-size:16px; font-weight:bold; padding:4px 0 4px 0; margin:0;}
h2 {font-size:15px;	font-weight:bold; padding:3px 0 3px 0; margin:0;}
h3 {font-size:14px;	font-weight:bold; padding:2px 0 2px 0; margin:0;}
h4 {font-size:13px; font-weight:bold; padding:2px 0 2px 0; margin:0;}
h5 {font-size:12px;	font-weight:bold; padding:2px 0 2px 0; margin:0;}
h6 {font-size:12px;	font-weight:normal;	padding:2px 0 2px 0; margin:0;}

/*---------------------- Links ----------------------*/
/* Allgemein im Content-Bereich */
a:link    		{color:#000; background-color:transparent; text-decoration:underline;}
a:visited 		{color:#000; background-color:transparent; text-decoration:underline;}
a:hover   		{color:#006699; background-color:transparent; text-decoration:underline;}
a:active  		{color:#000; background-color:transparent; text-decoration:underline;}

/* Links bei Dokumenten-Suche */
a.doku:link		{color:#000; background-color:transparent; text-decoration:none;}
a.doku:visited	{color:#000; background-color:transparent; text-decoration:none;}
a.doku:hover	{color:#006699; background-color:transparent; text-decoration:underline;}
a.doku:active	{color:#000; background-color:transparent; text-decoration:none;}

/* Links Top-Navigation */
div#divTopnav a:link    {color:#FFF; font-weight:bold; background-color:transparent; text-decoration:none;}
div#divTopnav a:visited {color:#FFF; font-weight:bold; background-color:transparent; text-decoration:none;}
div#divTopnav a:hover	{color:#CCFFFF; font-weight:bold; background-color:transparent; text-decoration:none;}
div#divTopnav a:active	{color:#FFF; font-weight:bold; background-color:transparent; text-decoration:none;} 


/*--------------------------------------- Classes ---------------------------------------*/

/*--------- Allegemeine ---------*/

/* Inhalt-Tabelle (Admin-Bereich, allg. Seiten) */
.contTable {padding-left:0px;}

.small {font-size:11px;}

.bold {font-weight:bold;}

/* Schaltfläche */
.bu { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#00457A;
	background-color:#FFF; 
	border:1px solid #00457A;
	margin:1px;
}

/*--------- Classes Admin-Bereich  ---------*/

/* Titel */
.AdminTabTitle {background-color:#00457A; color:#FFF; font-weight:bold;	font-size:11px;}

/* Normale Zeile */
.AdminTabRowLight {background-color:#FFF;}

/* Alternative Zeile */
.AdminTabRowDark {background-color:#F1F1F1;}

/* Effekt-Zeile */
.AdminTabRowEffect {background-color:#E0E4EB;}

/*--------- Classes Positionierung  ---------*/

/* Vorschau-Grid für Content-Plazierung ; nicht verändern!*/
.grid {
	background-image:url(/Design/images/bg_grid.gif);
	background-repeat:repeat-y;
}

/*rechter rand der Content-Plazierung; nur boder style einstellen!*/
.contPosRightBorder {
	border-right:1px dashed #666666;
}

/*--------------------------------------- DIV's ---------------------------------------*/

/*--------- Main DIV's ---------*/
#divTop {
	clear:both;
	background-image:url(/Design/images/bg_popup.gif);
	background-repeat:repeat-x;
	background-color:#FFF; 
	width:100%; 
	height:98px;
}
#divMiddle {
	clear:both; 
	margin-top:0px;  
	width:98%; 
	height:auto; 
}

/*--------- Top DIVs ---------*/
#divHead {
	position:absolute;
	top:0px;
	left:0px;
	background-color:transparent;
	width:595px;
	height:98px;
	padding:0;
	margin:0;
	z-index:1;
}

#divTopnav {
	position:absolute;
	top:82px;
	left:0px;
	background-color:transparent;
	width:90%;
	height:16px;
	padding:0 20px 0 0;
	margin:0;
	text-align:right;
	z-index:2;
}

/*--------- Middle DIVs ---------*/
#divContent {
	position:absolute;
	top:120px;
	left:22px;	/* immer left:22px; */
	width:96%;	/* immer left:96%; */
	height:auto;
}

/*--------------------------------------- Module ---------------------------------------*/

/*--------- .NET ---------*/
.body_aspnet {									/* .net iframe im Content */
	background-image:none;
	background-color:#FFF;
	color:#000;
	padding:0;
	margin:0;
	font-size:12px;
}

span {											/* .net-generierte span */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-style:normal;  
	font-weight:normal;
	color:#000; 	
}

.status {										/* error + allg. Meldungen */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CC0000; 
}

/*--------- Polling ---------*/
div.teaserCont form {
	padding:0px;
	margin:0px 0px 0px 6px;
	border:0px;
}

form p.pTeaserCont span.tMore {
	float:none;
	padding-left:10px;
}

table.polling {
	border-collapse:collapse;
}

table.polling td {
	margin:0px;
	padding:3px;
	border:1px solid #D9D9D9;
}

/*-- Reiter Navigationen (News Modul; Glossary Modul, ...) --*/

.nlglNav {				/* Registertitel - standard */
	font-weight:normal;
	font-size:12px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;	
	border-bottom:1px solid #00457A;
	text-align:center;
}

.nlglNavSel {			/* Registertitel - selected */
	font-weight:bold;
	color:#000;
	background-color:#F1F1F1;
	font-size:12px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;	
	border-bottom:1px solid #00457A;
	text-align:center;
}

.nlglNavNotAvailable {		/* Registertitel - nicht vorhanden */
	font-weight:normal;
	color:#999;
	font-size:12px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;	
	border-bottom:1px solid #00457A;
	text-align:center;
}

.nlglNavHeader {			/* Kapiteltitel  */
	font-size:12px;
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #D9D9D9;
	margin:0px;
	padding:0px 0px 3px 0px;
	background-repeat:no-repeat;
}

.nlglListHeader {			/* Titel Listelement  */
	font-weight:bold;
	padding:3px 0px 3px 0px;
	margin:0px;
}

.nlglListCompact {
	padding:10px 0px 0px 0px;
}

.nlglListCompactDate {
	padding:10px 0px 0px 0px;
	font-weight:bold;
}


td.nlglNav a:link, td.nlglNavSel a:link, td.nlglListHeader a:link, td.nlglListCompact a:link, td.nlglListCompactDate a:link 				{color:#000; background-color:transparent; text-decoration:none;}
td.nlglNav a:visited, td.nlglNavSel a:visited,  td.nlglListHeader a:visited, td.nlglListCompact a:visited, td.nlglListCompactDate a:visited {color:#000; background-color:transparent; text-decoration:none;}
td.nlglNav a:hover, td.nlglNavSel a:hover, td.nlglListHeader a:hover, td.nlglListCompact a:hover, td.nlglListCompactDate a:hover			{color:#006699; background-color:transparent; text-decoration:underline;}
td.nlglNav a:active, td.nlglNavSel a:active, td.nlglListHeader a:active, td.nlglListCompact a:active, td.nlglListCompactDate a:active 		{color:#000; background-color:transparent; text-decoration:none;}


/*--------------------------------------- Design-spezifisch FASSADE ---------------------------------------*/

.separation {
	color:#FFF;
	padding:0px;
	margin:0px 15px 0px 15px;
}

