/* DATEI: cms_popup.css */
/* Olivier Bernhard */
/* (c) Intersim AG - Burgdorf */

/*--------------------------------------- Elemente ---------------------------------------*/
body {
	background-image:none;
	background-repeat: no-repeat;
	background-color: white;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
}

body{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	word-spacing: 1px;
	line-height:normal;				/* -- Achtung bei Fixpositionierten Texte -- */
}

h1, h2, h3, h4, h5, h6 {
	word-spacing: 1px;
	line-height:normal;				/* -- Achtung bei Fixpositionierten Texte -- */
}

p, table, td, th, select, textarea,input, form {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:normal;
}

div div  {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:normal;
}

input, button {
	vertical-align:middle;
	font-size:10px;
}

pre {
	font-family:"Courier New", Courier, monospace;
	color:#666666;
}

address {
	font-style:italic;
}

img {
	border:0px none;
}

/* --------- Liste - Aufzaehlung --------- */
UL, MENU {
	list-style-image: url(images/bg_list.gif);
}

LI {
	list-style-image: url(images/bg_list.gif);
	padding-left:0px;
	margin-left:-15px;
	}
	
LI LI {
	list-style-image: url(images/bg_list.gif);
	padding-left:0px;
	margin-left:-15px;
}

LI LI LI {
	list-style-image: url(images/bg_list.gif);
	padding-left:0px;
	margin-left:-15px;
}

/* --------- Titel im Hauptteil --------- */
h1	{
	background-image: url(images/h1_bg.jpg);
	background-repeat: no-repeat;
	font-size:10px;
	color: #449CCB;
	font-weight:bold;
	font-weight:bold;
	padding:30px 0px 0px 2px;
	margin: 0px 0px 20px 0px;
	vertical-align: bottom;
	text-transform: uppercase;
}

h2 {
	font-size:10px;
	color:#449CCB;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}

h3 {
	font-size:10px;
	color:#666666;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h4 {
	
	font-size:10px;
	color:#666666;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h5 {
	font-size:10px;
	color:#666666;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h6 {
	font-size:10px;
	color:#666666;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

/*---------------------- Links ----------------------*/

/* Allgemein im Content-Bereich */
a:link    		{color:#4f82ab; background-color:transparent; text-decoration:none;}
a:visited 		{color:#4f82ab; background-color:transparent; text-decoration:none;}
a:hover   		{color: #4f82ab; background-color:transparent; text-decoration:underline;}
a:active  		{color:#4f82ab; background-color:transparent; text-decoration:none;}

/*--------------------------------------- Classes ---------------------------------------*/

/*--------- Allgemeine ---------*/

/* Inhalt-Tabelle (Admin-Bereich, allg. Seiten) */
.contTable {
	padding-left:0px;
	color:#666666; 
}
	
.small { 
	font-size:10px; 
}

.bold {
    font-weight:bold;
}

/* Schaltfläche */
.bu { 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#4f82ab;
	border:1px solid #e7e7dd;
	background-color:#f6f6f0;  
	}

/*--------- Classes Admin-Bereich  ---------*/

.AdminTabTitle {
	background-color: #e7e7dd;
	color:#666666;
	font-weight:bold;
}

/* Normale Zeile */
.AdminTabRowLight {
	color:#666666;
	background-color:#FFFFFF;
}

/* Alternative Zeile */
.AdminTabRowDark {
	color:#666666;
	background-color:#f6f6f0;
}

/* Effekt-Zeile */
.AdminTabRowEffect {
	color:#666666;
	background-color:#D9d9d9;
}

/*--------- Classes Positionierung  ---------*/

/* Vorschau-Grid für Content-Plazierung ; nicht verändern!*/
.grid {
	background-image:url(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; 
	height:120px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}
#divMiddle {
	clear:both; 
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

/*--------- Top DIVs ---------*/
#divHead {
	
	z-index:1;	
	clear:both;
	height:120px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/*--------- Middle DIVs ---------*/
#divContent {
	position:absolute;
	top:135px;
	left:22px;	/* immer left:22px; */
	width: 478px !important;
	width /**/:480px; /*ie5 hack*/
	margin:0px 0px 0px 2px;
}

/*--------------------------------------- Module ---------------------------------------*/

/*--------- .NET ---------*/
.body_aspnet {									/* .net iframe im Content */
	background-image:none;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#666666;
	padding:0px;
	margin:0px;
	font-size:11px;
}

span {											/* .net-generierte span */
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-style:normal;  
	font-weight:normal;
	color:#666666; 	
}

.status {										/* error + allg. Meldungen */
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;  
	font-weight:bold;
	color:#CC0000; 	
}
/*-- News Modul; Glossary Modul--*/

.nlglNav {
	font-weight:normal;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #e7e7dd;	
	border-bottom: 1px solid #e7e7dd;
	text-align:center;
}

.nlglNavSel {
	font-weight:bold;
	color:#666666;
	background-color:#f6f6f0;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #e7e7dd;	
	border-bottom: 1px solid #e7e7dd;
	text-align:center;
}

.nlglNavNotAvailable {
	font-weight:normal;
	color: #4f82ab;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;	
	border-bottom: 1px solid #4f82ab;
	text-align:center;
}

.nlglNavHeader {
	font-size:11px;
	color: #4f82ab;
	font-weight:bold;
	border-bottom:1px solid #e7e7dd;
	margin:0px;
	padding:0px 0px 3px 0px;
	background-repeat:no-repeat;
}

.nlglListHeader {
	font-weight:bold;
	padding:3px 0px 3px 0px;
	margin:0px;
}

.nlglListText {
	vertical-align:top;
	padding: 0px 0px 12px 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:#666666; 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:#666666; 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: #4f82ab; background-color:transparent; text-decoration:none;}
td.nlglNav a:active, td.nlglNavSel a:active, td.nlglListHeader a:active, td.nlglListCompact a:active, td.nlglListCompactDate a:active 		{color:#666666; background-color:transparent; text-decoration:none;}

/*--------- Polling ---------*/
div.teaserCont form {							/* Teaser-Formular */
	padding:0px;
	margin:0px 0px 0px 6px;
	border:0px;
}

form p.pTeaserCont span.tMore {					/* Teaser-Formular */
	float:none;
	padding-left:10px;
}

table.polling {									/* Resultate Detailsseite */
	border-collapse:collapse;
}

table.polling td {								/* Resultate Detailsseite */
	margin:0px;
	padding:3px;
	border:1px solid #d9d9d9;
}
/* ------- Research -------- */
.trBottomLineColored {
	border-bottom: 1px solid #4F82AB;
	background-color: #d9d9d9;
}

.trBottomLine {
	font-weight:normal;
	padding:2px 3px 2px 3px;
	border-bottom: 1px solid #4F82AB;
}
/*--------------------------------------- Design-spezifisch ---------------------------------------*/

/* Top Navigation */
.topNav {
	font-size:11px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:transparent;
}

/* Top Navigation */
a.topNav:link		{color: #666666; background-color:transparent; text-decoration:none;}
a.topNav:visited	{color:#666666; background-color:transparent; text-decoration:none;}
a.topNav:hover		{color: #4f82ab; background-color:transparent; text-decoration:none;}
a.topNav:active		{color: #666666; background-color:transparent; text-decoration:none;}

/* DIV's Headbereich */
#divVisual{
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}

/* -- SUB divHead Sitevision Special -- */
#divTopnav {
	position: absolute;
	top:100px;
	left:550px;
	z-index: 2;
	width:150px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
