/* DATEI: cms.css  */
/* Intersim sitevision */
/* (c) Intersim AG - Burgdorf */

/*--------------------------------------- Elemente ---------------------------------------*/
body {
	background-image:url(/Design/images/bg.jpg);
	background-repeat:repeat-y;
	background-color:#FFF;
	color:#333333;
	padding:0px;
	margin:0px;
	font-size:11px;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;				/* -- Achtung bei Fixpositionierten Texte -- */
}

p, table, td, th, ul, ol, select, textarea, form {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}


input {
	font-family: Arial;
	font-size: 11px;
	margin: -1px 1px 1px 1px;
	padding: 0px;
	height: 16px;
}

pre {
	font-family: Arial;
	color:#000000;
}

address {
	font-style:italic;
}

imgage {
	border:0px none;
}

legend {color: #000;}

/* --------- Liste - Aufzaehlung --------- */

UL, MENU {list-style-type:disc;}
UL LI {list-style-type:disc; padding-left:0px; margin-left:-8px;}
UL LI LI {list-style-type:disc; padding-left:0px; margin-left:-8px;}
UL LI LI LI {list-style-type:disc; padding-left:0px; margin-left:-8px;}

OL {list-style-type:decimal;}
OL LI {list-style-type:decimal;	padding-left:0px; margin-left:8px;}
OL LI LI {list-style-type:decimal;padding-left:0px; margin-left:8px;}
OL LI LI LI {list-style-type:decimal; padding-left:0px; margin-left:8px;}

/* --------- Titel im Hauptteil --------- */
h1	{
	font-size:16px;
	font-weight:bold;
}

h2 {
	font-size:15px;
	font-weight:bold;
}

h3 {
	font-size:14px;
}

h4 {
	font-weight:bold;
	font-size:13px;
}

h5 {
	font-size:11px;
}

h6 {
	font-size:11px;
}

/*---------------------- Links ----------------------*/
/* Allgemein im Content-Bereich */
a:link    		{color:#333333; background-color:transparent; text-decoration:none;}
a:visited 		{color:#333333; background-color:transparent; text-decoration:none;}
a:hover   		{color:#990000; background-color:transparent; text-decoration:underline;}
a:active  		{color:#990000; background-color:transparent; text-decoration:underline;}

/* Links bei Dokumenten-Suche */
a.doku:link		{color:#333333; background-color:transparent; text-decoration:none;}
a.doku:visited	{color:#999999; background-color:transparent; text-decoration:none;}
a.doku:hover	{color:#666666; background-color:transparent; text-decoration:underline;}
a.doku:active	{color:#333333; background-color:transparent; text-decoration:underline;}

/* Links im Teaser */
div#divTeaser a:link    {color:#990000; background-color:transparent; text-decoration:none;}
div#divTeaser a:visited {color:#990000; background-color:transparent; text-decoration:none;}
div#divTeaser a:hover	{color:#8C938C; background-color:transparent; text-decoration:underline;}
div#divTeaser a:active	{color:#990000; background-color:transparent; text-decoration:underline;}

/*--------------------------------------- Classes ---------------------------------------*/

/*--------- Allgemeine ---------*/

/* Inhalt-Tabelle (Admin-Bereich, allg. Seiten) */
.contTable {	
}

.small {font-size:11px;}

.bold {font-weight:bold;}

/* Schaltfläche */
.bu { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	background-color:#E8ECE8; 
	border:1px solid #990000;
}

/*--------- Classes Admin-Bereich  ---------*/

/* Titel */
.AdminTabTitle {
	background-color:D9E1D9;
	color:#990000;
	font-weight:bold;
}

/* Normale Zeile */
.AdminTabRowLight {
	background-color:#A2B4A2;
}

/* Alternative Zeile */
.AdminTabRowDark {
	background-color:#E8ECE8;
}

/* Effekt-Zeile */
.AdminTabRowEffect {
	background-color:#E5E5F5;
}

/*--------- Classes Teaser  ---------*/

/* Titel-Div */
.teaserTitle {
	width:149px;
	height:auto;
	background-image:url(/Design/images/teaser_title.gif);
	text-align:left;
	color:#FFFFFF;
	font-size:11px;
	padding:0px 4px 0px 8px;
	margin:0px;
	width: 137px !important;
	width /**/:149px; /*ie5 hack*/
}


/* Inhalt-Div */
.teaserCont {
	background-color:transparent;
	border:0px none;
	padding:3px 8px 30px 4px;
	margin:0px;
	font-size:11px;
	width:149px;
	height:auto;
	text-align:left;
	font-size:11px;
	width: 137px !important;
	width /**/:149px; /*ie5 hack*/
}


/* Mehr... nach Teaser Content */
.tMore {
	float:right;
	background-color:transparent;
	font-size:11px;
	color:#990000;
	cursor:pointer;
	margin-right:10px;
}

/* New! neben Teaser-Titel */
.tNew {
	float:right;
	font-family: Arial;
	background-color:#FFF;
	color:#990000;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

.teaserContSmall {
	padding-left: 2px;
	vertical-align:top;
}

/*--------- Classes Content-Auflistung -------*/

/* Inhalt-Div */
.cContList {
	clear:both;
	padding:2px 0px 0px 0px;
	margin:0px;
}

/* Inhaltkopf-Div */
.cContListHeader {
	clear:both;
}

/* Headlines */
h2.cContListHeader {
	display:block;
	width:99%;
	background-color:transparent;
	font-size:11px;
	font-weight:bold;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
	margin:0px 0px 20px 0px;
	padding:3px 10px 3px 3px;
}

h4.cContListHeaderCompact {
 display:block;
 font-weight:bold;
 margin-bottom:-10px;
}

.cContListImageLink {
	float:left;
}

.cContListImage {
	float:left;
}



/* Headlines */
h1.cContListHeader {
	display:block;
	width:100%;
	background-color:transparent;
	font-size:11px;
	font-weight:bold;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
	margin:0px 0px 20px 0px;
	padding:3px 10px 3px 3px;
}

/* Inhalt-Div */
.cContListText {
	margin-top:10px;
	clear:both;
}

/* Inhalt-Spalte1 */
.cContListTextCol1 {
	margin-top:10px;
	clear:both;
}

/* Inhalt-Spalte2 */
.cContListTextCol2 {
	padding-left:10px;
	margin-top:10px;
	clear:both;
}

/* Inhaltfuss-Div */
.cContListFooter {
	clear:both;
	height:20px;
}

/* Mehr... */
.cMore {
	float:right;
	background-color:transparent;
	font-size:11px;
	color:#990000;
	margin:0px 3px 60px 0px;
	cursor:pointer;
}
.cMoreLink {
	float:right;
}

.cNewLink {
	cursor:pointer;
}
/* Neu! */
.cNew {
	float:right;
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:0px 1px 0px 1px;
	margin:0px 3px 0px 0px;
	text-decoration:none;
}

/* --------- Suche --------- */
.searchPos {
	margin:0px 0px 0px 5px;
	background-color:transparent;

}
.SearchButton {
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
	color:#FFFFFF;
	background-color:transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 40px;
}

/*--------------------------------------- DIV's ---------------------------------------*/

/*--------- Main DIV's --------- */
#divTop {	
	clear:both;
	width:880px;
	width:99%;
	height:154px;
	padding:0;
	margin-top:2;
	background-color:transparent;
	background-image:url(/design/images/bg_divTop.jpg);
	background-repeat:repeat-x;
	z-index:0;

}
#divMiddle {
	clear:both;
	width:880px;
	height:auto;
	padding:0;
	margin:0;
	background-color:transparent;
	z-index:100;
}

/*--------- Top DIV's ---------*/
#divHead {
	background-image:url(/Design/images/bg_divHead.jpg);
	background-repeat:no-repeat;				
	position:absolute;
	top:0px;
	left:0px;
	width:880px;
	height:160px;
	background-color:transparent;
	padding:0px;
	margin:0px;
	border:0px none;
	z-index:1;
}	

#divTopnav {				/* -- SUB divTop -- */
	position:absolute;
	top:5px;
	left:731px;
	width: 149px !important;
	width /**/:149px; /*ie5 hack*/
	height:14px;
	background-image:url(/Design/images/bg_links.jpg);
	background-color:transparent;
	padding:0px;
	margin:0px;
	border:0px none;
	z-index:2;
}
#divSearch {
	position:absolute;
	top:59px;
	left:726px;
	background-color:transparent;
	font-style:normal;
	width:160px;
	padding: 0px;
	margin: 0px;
	z-index:1;
}

/*--------- Middle DIV's ---------*/
#divMenu {
	position:absolute;
	top:178px;
	left:81px;
	background-color:transparent;
	width:149px;
	height:auto;
	padding:0px;
	margin:0px;
	z-index:101;
}

#divMenuTop{
	display:none;
}

#divMenuMiddle { 
	width:149px;
	margin:0px;
	padding:0px;
	background-color:transparent;
}

#divMenuBottom {
	width:149px;
	margin:0px 0px 0px 0px;
	padding:0px;
	height:auto;
}

#divlogin {
	display:none;
}

#divPrintview {
	position:absolute;
	top:145px;
	left:660px;
	background-color:transparent;
	font-family: Arial;
	font-size: 11px;
	color:#999999;
	text-decoration: none;
	z-index:103;
}

#divAccessMode {					/* nur fuer Intranet-Anwendungen */
	position:absolute;
	top:80px;
	left:350px;
	background-color:transparent;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	z-index:101;
}

#divContent {
	position:absolute;
	top:173px;
	left:245px;
	width:470px;
	height:auto;
	text-align:left;
	margin:0px;
	padding:0px;
	z-index:100;
}

img.divContent  {
	width:16px;
}


#divContentBottom {
	display:none;
}

div#divContent h1 {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	}

#divTeaser {
	position:absolute;
	top:177px;
	left:731px;
	width:149px;
	height:auto;
	text-align:left;
	background-color:transparent;
	margin:0px;
	padding:0px;
	z-index:104;
}

#divTeaserTop {
	display:visible;
}

#divTeaserBottom{
	display:none;
}

#divApp2 {
	width:879px;
	height:19px;
	background-image:url(/Design/images/footer.jpg);
	background-color:transparent;
	text-align:left;
	z-index:150;
	
}

/*--------------------------------------- Module ---------------------------------------*/

/*--------- .NET ---------*/
.body_aspnet {									/* .net iframe im Content */
	background-image:none;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	padding:0px;
	margin:0px;
	font-size:11px;
} 

span {											/* .net-generierte span */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-style:normal;  
	font-weight:normal;
	color:#000000; 	
}

.status {										/* error + allg. Meldungen */
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;  
	font-weight:bold;
	color:#CC0000; 	
}


/*--------- News anzeige in spalten  ---------*/

.colviewListHeader {
	font-weight:bold;
	padding: 0px;
	margin:0px;
	font-size:10px;  	
}

.pColview {
   font-size:10px;  
   text-align: justify;
}

.pColviewCompact {
   font-size:10px; 
   text-align: left;
}


/*-- News Modul; Glossary Modul--*/

.nlglNav {
	font-weight:normal;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;	
	border-bottom:1px solid #336699;
	text-align:center;
}

.nlglNavSel {
	font-weight:bold;
	color:#000000;
	background-color:#F1F1F1;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;	
	border-bottom:1px solid #336699;
	text-align:center;
}

.nlglNavNotAvailable {
	font-weight:normal;
	color:#D9D9D9;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;	
	border-bottom:1px solid #336699;
	text-align:center;
}

.nlglNavHeader {
	font-size:11px;
	color:#336699;
	font-weight:bold;
	border-bottom:1px solid #D9D9D9;
	margin:0px;
	padding:0px 0px 3px 0px;
	background-repeat:no-repeat;
}

.nlglListHeader {
	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:#000000; 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:#990000; 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:#336699; 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:#990000; background-color:transparent; text-decoration:none;}

/*--------- 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 #9DBFE0;
}

/* ------- Gästebuch -------- */
.gbEntryListItemFooter{
	border-top:1px solid #D9D9D9;
}
.gbEntryListItemHeader {
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #D9D9D9;
	background-color: #D9D9D9;
}
.gbComment { 
	font-style : italic;
}
.gbError {
	color: red;
}

/*--------------------------------------- Design-spezifisch ---------------------------------------*/


/* Top Navigation */
.topNav {
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	font-family: Arial;
	font-size: 11px;
	color: #8C938C;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

/* Adresse beim Menü */

.adresse {
	color:#666;
	padding:0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 20px;
}

.printview {
	width:70px;
	font-weight:bold;
	font-size:10px;
	padding:0px;
	margin:0px;
	background-color:transparent;
}

div#divPrintview a.topNav:link    {width:70px; color:#666666; background-color:transparent; text-decoration:none;}
div#divPrintview a.topNav:visited {width:70px;color:#666666; background-color:transparent; text-decoration:none;}
div#divPrintview a.topNav:hover		{width:70px; color:#999999; background-color:transparent; text-decoration:underline;}
div#divPrintview a.topNav:active	{width:70px; color:#999999; background-color:transparent; text-decoration:none;} 


div#divAccessMode a.topNav:link    {width:200px; color:#8C938C; background-color:transparent; text-decoration:none;} /* nur fuer Intranet-Anwendungen */
div#divAccessMode a.topNav:visited {width:200px;color:#8C938C; background-color:transparent; text-decoration:none;} /* nur fuer Intranet-Anwendungen */
div#divAccessMode a.topNav:hover	{width:200px; color:#8C938C; background-color:transparent; text-decoration:none;} /* nur fuer Intranet-Anwendungen */ 
div#divAccessMode a.topNav:active	{width:200px; color:#8C938C; background-color:transparent; text-decoration:none;} /* nur fuer Intranet-Anwendungen */

/* Design-Detail Admin-Bereich */

.top_adminTeaser {
	position:absolute;
	top:78px;
	left:200px;
	width:682px;
	height:18px;
	background-image:url(/Design/images/bg_login.jpg);
	background-color:transparent;
	text-align:right;
	z-index:150;
}

