/* DATEI: cms.css  */
/* Intersim sitevision */
/* (c) Intersim AG - Burgdorf */


body {
	background-image : url(/Design/images/bg_rico.gif);
	background-repeat : repeat-y;
	padding:0px;
	margin:0px;
	font-size:11px;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:normal;				/* -- Achtung bei Fixpositionierten Texte -- */
}

div#divContent h1 { padding:0px;
	margin:8px 0 8px 0;}
	
div.contentDivNormal h3 {
	padding:0px;
	margin:8px 0 8px 0;
}

p, table, td, th, ul, ol, select, textarea, input, form {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}

div#divContent p {
	line-height:14px;
	padding:0px;
	margin:0 0 10px 0;
	}

input {
	vertical-align:middle;
}

pre {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
}

UL, MENU {
	list-style-type:square;
}

LI {
	list-style-type:square;
	padding-left:0px;
	margin-left:-15px;
	}
	
LI LI {
	list-style-type:square;
	padding-left:0px;
	margin-left:-15px;
}

LI LI LI {
	list-style-type:square;
	padding-left:0px;
	margin-left:-15px;
}

ADDRESS {
	font-style:italic;
}

img {
	border: 0px none;
}

/*--------- Titel im Hauptteil ---------*/
h1	{
	font-size:13px;
	color:#0075BE;
	font-weight:bold;
}

h2 {
	font-size:12px;
	color:#0075BE;
	font-weight:bold;
}

h3 {
	font-size:12px;
	color:#0075BE;
}

h4 {
	font-weight:bold;
	font-size:11px;
	color:#0075BE;
}

h5 {
	font-size:10px;
	color:#0075BE;
}

h6 {
	font-size:10px;
	color:#0075BE;
}

/*--------- Links ---------*/
a:link    		{color:#000000; background-color:transparent; text-decoration:none;}
a:visited 		{color:#000000; background-color:transparent; text-decoration:none;}
a:hover   		{color:#0075BE; background-color:transparent; text-decoration:none;}
a:active  		{color:#000000; background-color:#F0F0F0; text-decoration:none;}

/* Links bei Dokumenten-Suche */
a.doku:link			{color:#000000; background-color:transparent; text-decoration:none;}
a.doku:visited		{color:#000000; background-color:transparent; text-decoration:none;}
a.doku:hover		{color:#0075BE; background-color:transparent; text-decoration:underline;}
a.doku:active		{color:#000000; background-color:#F0F0F0; text-decoration:none;}

/* Hotlinks */
a.topNav:link		{color:#000000; background-color:transparent; text-decoration:none;}
a.topNav:visited	{color:#000000; background-color:transparent; text-decoration:none;}
a.topNav:hover		{color:#0075BE; background-color:transparent; text-decoration:none;}
a.topNav:active		{color:#000000; background-color:#FFFFFF; text-decoration:none;}

/* Link auf Copyright */
a.pCopyright:link		{color:#000000; background-color:transparent; text-decoration:none;}
a.pCopyright:visited	{color:#000000; background-color:transparent; text-decoration:none;}
a.pCopyright:hover		{color:#0075BE; background-color:transparent; text-decoration:none;}
a.pCopyright:active		{color:#CCCCCC; background-color:#FFFFFF; text-decoration:none;}


/*--------- General Classes ---------*/

/* Inhalt-Tabelle (Admin-Bereich, allg. Seiten) */
.contTable {
	padding-left:0px;
	color:#000000; 
}

.small { 
	font-size:10px;  
}

.bold {
    font-weight:bold;
}


/*--------- Classes Admin-Bereich  ---------*/

/* Titel */
.AdminTabTitle {
	background-color:#CCCCCC;
	color:#000000;
	font-weight : bold;
}

/* Normale Zeile */
.AdminTabRowLight {
	color:#000000;
	background-color:#FFFFFF;
}

/* Alternative Zeile */
.AdminTabRowDark {
	color:#000000;
	background-color:#F0F0F0;
}

/* Effekt-Zeile */
.AdminTabRowEffect {
	color:#000000;
	background-color:#DDDDDD;
}

/* Schaltfläche */
.bu { 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#000000;
	background-color:#F0F0F0; 
	border: 1px solid  #666666;
}






/*--------- Classes Content-Auflistung -------*/

/* Inhalt-Div */
.cContList {
	clear:both;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

/* Inhaltkopf-Div */
.cContListHeader {
	clear:both;
}

h2.cContListHeader {
	display:block;
	width:98%;
	color:inherit;
	font-size:inherits;
	border:0px none;
	margin:0px 0px 20px 0px;
	padding:3px 10px 3px 3px;
	
}
	
h1.cContListHeader {
	display:block;
	width:98%;
	color:inherit;
	font-size:inherit;
	border:0px none;
	margin:0px 0px 20px 0px;
	padding:3px 10px 3px 3px;

}

/* Inhalt-Div */
.cContListText {
	margin-top:10px;
	clear:both;
}

/* Inhalt-Spalte1 */
.cContListTextCol1 {
	float:left;
}

/* Inhalt-Spalte2 */
.cContListTextCol2 {
	float:left;
	padding-left:10px;
}

/* Inhaltfuss-Div */
.cContListFooter {
	clear:both;
	height:20px;
}

/* Mehr... */
.cMore {
	float: right;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 9px;
	cursor:pointer;
}

/* Neu! */
.cNew {
	float: right;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	padding: 0px 1px 0px 1px;
	margin: 0px 0px 0px 3px;
	text-decoration:none;
	cursor:pointer;
}

/* --------- Suche --------- */
.searchPos {
}

.searchForm {
}

.SearchButton {
	display:none;
}

/*--------- Main DIV's ---------*/
#divTop {	
	width:100%;
	height:82px;
	background-image:url(/Design/images/bg_top.gif);
	background-repeat : repeat-x;
	z-index:0;
	padding:0px;
	margin:0px;
}

#divMiddle {
	clear:both;
	width:990px;
	height:auto;
	padding:0px;
	margin:0px;
	z-index:100;
}

/*--------- Top DIV's ---------*/
#divHead {				/* -- SUB divTop -- */
	position : absolute;
	top:0px;
	left:59px;
	clear:both;
	background-color:transparent;
	width:990px;
	height:113px;
	padding:0px;
	margin:0px;
}

#divTopnav {				/* -- SUB divTop -- */
	display:none;
	float:left;
	clear:both;
	background-color:transparent;
	width: 775px;
	height:36px;
	padding:0px;
	margin:0px;
	text-align:right;
}
#divSearch {
	display:none;
}

#divLogo{
	position: absolute;
	top:0px;
	left: 59px;
	width: 187px;
	height : 113px;
	margin : 0px;
	padding : 0px;
}

#divTextTop{
	position: absolute;
	top: 37px; 
	left: 595px;
	width : 225px;
	height : 17px;
	margin : 0px;
	padding : 0px;
}



/*--------- Middle DIV's ---------*/
#divMenu {
	position : absolute; 
	top:113px;
	left : 59px;
	width:187px;
	height : auto;
	padding:0;
	margin:0;
	background-color:transparent;
	z-index:101;
	
}

#divMenuTop{
	display: none;
}

#divMenuMiddle { 			/* -- Sitevision.ch -Special -- */
	width:187px;
	height : auto;
	padding:0;
	margin:0;
	background-color:transparent;
	
}

#divMenuBottom{
	width:187px;
	height:auto;
	margin:0px;
	padding:0px;
	
}

#divPrintview {
	position:absolute;
	top:85px;
	left:793px;
	background-color:transparent;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	z-index:101;
}

#divContent {
	position:absolute;
	top:115px;
	left:270px;
	width:550px;
	height:auto;
	text-align:left;
	margin:0px;
	padding:0px;
	z-index:100;
}

#divContentBottom {
	display:none;
}



#divTeaser {
	display:none;
}

#divTeaserTop{
	display:none;
}

#divTeaserBottom{
	display:none;
}

#divApp1{
	display: none;
}

#divApp2{
	display: none;
}



/*--------- .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 :Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-style:normal;  
	font-weight:normal;
	color:#000000; 	
}

.status {										/* error + allg. Meldungen */
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;  
	font-weight:bold;
	color:#CC0000; 	
}

/*-- Reiter Navigationen (News Modul; Glossary Modul, ...) --*/

.nlglNav {				/* Registertitel - standard */
	font-weight:normal;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #CCC;	
	border-bottom:1px solid #666666;
	text-align:center;
}

.nlglNavSel {			/* Registertitel - selected */
	color:#000;
	background-color:#F5F5F5;
	font-size:11px;
	font-weight:bold;
	padding:2px 3px 2px 3px;
	border-left:1px solid #CCC;	
	border-bottom:1px solid #666666;
	text-align:center;
}

.nlglNavNotAvailable {		/* Registertitel - nicht vorhanden */
	font-weight:normal;
	color:#999;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #999;	
	border-bottom:1px solid #666666;
	text-align:center;
}

.nlglNavHeader {			/* Kapiteltitel  */
	font-size:11px;
	color: #000000;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	margin:0;
	padding:0 0 3px 0;
	background-repeat:no-repeat;
}

.nlglListHeader {			/* Titel Listelement  */
	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:#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:#000000; 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:#666666; 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:#000000; background-color:#F5F5F5; text-decoration:none;}


/*--------- Classes rico-Special  ---------*/

/* Top Navigation */

.topNav {
	width: 9em;
	font-weight: bold;
	font-size: 10px;
	padding:0px 15px 0px 0px;
	margin:0px;
	background-color:transparent;
}

/* Design-Detail Admin-Bereich */

.top_adminTeaser {
	position:absolute;
	top:103px;
	left:790px;
	z-index:101;
}

/* Copyright */

.Copyright {
	text-align:left;
	font-size: 9px;
	margin:0px;
	padding: 20px 4px 4px 10px;
}


