/* DATEI: cms.css  */
/* simplex.ch */



body {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#FFF;
	color:#273f8e;
	padding:0px;
	margin:0px;
	font-size:70%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Geneva, sans-serif;
	line-height:normal;				/* -- Achtung bei Fixpositionierten Texte -- */
}

p, table, td, th, ul, ol, select, textarea, input, form {
	line-height:130%;
}

input {
	vertical-align:middle;
}

input, select, textarea, table {
	font-size: 11px;
}

pre {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
}

hr {
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #c4c4c5;
 border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */	
}

	
ADDRESS {
	font-style:italic;
}



/*--------- Titel im Hauptteil ---------*/
h1	{
	color:#273f8e;
	font-size:1.5em;
	font-weight:bold;
	text-transform: none;
	background-color: white;
}

h2 {
	color:#666666;
	font-size:1em;
	font-weight:bold;
	text-transform: none;
	background-color: white;
}

h3 {
	color:#273f8e;
	font-size:1em;
	font-weight:bold;
	background-color: white;
}

h4 {
	color:#666666;
	font-size:1em;
	font-weight:bold;
	background-color: white;
}

h5 {
	color:#273f8e;
	font-size:1em;
	font-weight:normal;
	background-color: white;
}

h6 {
color:#666666;
	font-size:1em;
	font-weight:normal;
	background-color: white;
}

/*--------- Links ---------*/
a:link    		{color:#273f8e; background-color:transparent; text-decoration:underline;}
a:visited 		{color:#273f8e; background-color:transparent; text-decoration:underline;}
a:hover   		{color:#07a1e2; background-color:transparent; text-decoration:underline;}
a:active  		{color:#273f8e; background-color:#F7F7F7; text-decoration:underline;}

/* Links bei Dokumenten-Suche */
a.doku:link			{color:#273f8e; background-color:transparent; text-decoration:none;}
a.doku:visited		{color:#273f8e; background-color:transparent; text-decoration:none;}
a.doku:hover		{color:#07a1e2; background-color:transparent; text-decoration:none;}
a.doku:active		{color:#273f8e; background-color:#F7F7F7; text-decoration:none;}

/* Link auf Copyright */
a.Copyright:link		{color:#c4c4c5; background-color:transparent; text-decoration:none;  margin:4px 0px 0px 4px;}
a.Copyright:visited	{color:#c4c4c5; background-color:transparent; text-decoration:none;  margin:4px 0px 0px 4px;}
a.Copyright:hover		{color:#07a1e2; background-color:transparent; text-decoration:none;  margin:4px 0px 0px 4px;}
a.Copyright:active		{color:#c4c4c5; background-color:transparent; text-decoration:none;  margin:4px 0px 0px 4px;}


/*--------- General Classes ---------*/

/* Inhalt-Tabelle (Admin-Bereich, allg. Seiten) */
.contTable {
	padding-left:0px;
}

.small { 
	font-size:10px;  
}

.bold {
    font-weight:bold;
}


/*--------- Classes Admin-Bereich  ---------*/

/* Titel */
.AdminTabTitle {
	background-color:#273f8e;
	color:#FFF;
	font-weight:bold;
}

/* Normale Zeile */
.AdminTabRowLight {
	color:#000;
	background-color:#FFF;
}

/* Alternative Zeile */
.AdminTabRowDark {
	color:#000;
	background-color:#EEE;
}

/* Effekt-Zeile */
.AdminTabRowEffect {
	color:#000;
	background-color:#E0EEF8;
}

/* Schaltfläche */
.bu { 
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#273f8e;
	background-color:#f7f7f7; 
	border: 1px solid #273f8e;
	margin:1px;
}

/*--------- Classes Teaser  ---------*/

/* Titel-Div */
.teaserTitle {
	
}

/* Titelzeilen-Text */
.pTeaserTitle {
	
}

/* Inhalt-Div */
.teaserCont {
	
}

/* Inhalt-Text */
.pTeaserCont {
	
}

.tMore {
	
}

.tNew {
	
}




/*--------- Classes Content-Auflistung -------*/

/* Inhalt-Div */
.cContList {
	clear:both;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

/* Inhaltkopf-Div */
.cContListHeader {
	clear:both;
}

h2.cContListHeader {
	color:#666666;
	font-size:1em;
	font-weight:bold;
	text-transform: none;
}
	
h1.cContListHeader {
	color:#273f8e;
	font-size:12px;
	font-weight:bold;
	text-transform: none;
}

h4.cContListHeaderCompact {
	color:#273f8e;
	font-size:1em;
	font-weight:bold;
	text-transform: uppercase;
}

/* Inhalt-Div */
.cContListText {
	margin-top:10px;
	clear:both;
	float:none;
	padding-left:10px;
}

/* Inhalt-Spalte1 */
.cContListTextCol1 {
	margin-top:10px;
	clear:both;
	float:left;
}

/* Inhalt-Spalte2 */
.cContListTextCol2 {
	margin-top:10px;
	clear:both;
	float:none;
	padding-left:10px;
}

/* Inhaltfuss-Div */
.cContListFooter {
	clear:both;
	height:20px;
}

.cContListImageLink {
float:left;
margin-right:10px;
}

.cContListImage {
float:left;
margin-right:10px;
}

/* Mehr... */
.cMoreLink {
	display:block;
}

.cNewLink {
	cursor:pointer;
}

/* Mehr... */
.cMore {
	float:right;
	background-color:#FFF;
	color:#000;
	margin-right:8px;
	cursor:pointer;
}

/* Neu! */
.cNew {
	float:right;
	background-color:#66ACDC;
	color:#FFF;
	font-weight:bold;
	padding: 0px 1px 0px 1px;
	margin: 0px 0px 0px 3px;
	text-decoration:none;
	cursor:pointer;
}

/* --------- Suche --------- */
.searchPos {
	
}
.searchForm {
	
}

.SearchButton {
	color:#273f8e;
	border: 0px solid #273f8e;
	background-color: white;
	width: 16px;
	height: 16px;
		vertical-align: middle;
		text-align: center;
}

.searchField {
	border: 0px solid #273f8e;
	width: 120px;
	height: 16px;
	padding: 0 0 0 3px;
	vertical-align: middle;
	color:#273f8e
}

/*--------- Main DIV's ---------*/

#divContainer /* umschliessendes DIV damit das Design zentriert werden kann */
{
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 930px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}


#divTop {	
position: relative;
	width:930px;
	height:152px;
	z-index:0;
	padding:0px;
	margin:0px 0 0 0px;
	background-color: transparent;
	background-image: url(images/header_pc0.jpg);
	background-repeat: no-repeat;
}

#divMiddle {
position: relative;
	width:930px;
	height:auto;
	padding:0px;
margin:0px 0 0 0px;
	z-index:100;
		background-color: transparent;

}

#divBottom {
	position:relative;
	margin-top:20px;
	width:930px;
	height:20px;
	padding:0px;
	text-align: center;
	z-index:100;
	background-color: transparent;
}

/*--------- Top DIV's ---------*/
#divHead {				/* -- SUB divTop -- */
	float:left;
	clear:both;
	background-color:transparent;
	width:930px;
	height:125px;
	padding:0px;
	margin:0px 0 0 0px;
}

#divTopnav {	
float:left;
clear: left;
width: 600px;
height: 27px;
	margin:0px 0 0 0px;
}

#divVisual {	
float:left;
clear: both;
width: 930px;
height: 125px;
overflow: hidden;
}


#divQuickNav{
float:left;
clear: none;
	padding:0px 0px 0px 0px;
	margin:7px 0px 0px 20px;
	z-index:106;
		background-color:transparent;

}

.QuickNav {
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 0px;
}

#divSearch {

display:none;
}

#SimplexSearch {
	float:right;
clear: none;
margin: 4px 60px 0 0;
}



/*--------- Middle DIV's ---------*/
#divMenu {
	position: absolute;
	top: 5px;
	left: 1px;
	width:181px;
	height: auto;
	padding:0px;
	margin:0px 0 0 0px;
	border: 0px none;
	background-color:transparent;
}

#divMenuTop{
float:left;
}

#divMenuMiddle { 			
	float:left;
	width: 181px;
	padding:0px;
	margin:0px;
	background-image: url(images/menu_middle.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
	height: auto;
}

#divMenuMiddle p { 			

	margin:0px;
	padding: 0px;

}

#divMenuBottom{
	float:left;
	background-image: url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-color: white;
	width:181px;
	height: 15px;
	margin:0px;
	padding:0px;
	
}

#divPrintview {
display:none;
}

#divContentContainer {
position: absolute;
top:30px;
	left:220px;
	width:670px;
	height:auto;
	text-align:left;
	margin:0px;
	z-index:100;
}

#divContent {
	position:relative;
	height:auto;
	text-align:left;
	margin: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:#FFF;
	color:#000;
	padding:0px;
	margin:0px;
	font-size:11px;
} 

span {											/* .net-generierte span */
	font-family :Verdana, Geneva, sans-serif; 
	font-size:11px;
	font-style:normal;  
	font-weight:normal;
	color:#000; 	
}

.status {										/* error + allg. Meldungen */
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style:normal;  
	font-weight:bold;
	color:#666666; 	
}

/*-- Reiter Navigationen (News Modul; Glossary Modul, ...) --*/

.nlglNav {				/* Registertitel - standard */
	font-weight:normal;
	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-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;
	padding:2px 3px 2px 3px;
	border-left:1px solid #999;	
	border-bottom:1px solid #666666;
	text-align:center;
}

.nlglNavHeader {			/* Kapiteltitel  */
	color: #666666;
	font-weight:bold;
	border-bottom:1px solid #999999;
	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:#273f8e; 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:#273f8e; 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:#07a1e2; 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:#273f8e; background-color:#F5F5F5; text-decoration:none;}



/*--------- Classes simplex -Special  ---------*/

/* Copyright */

.pCopyright {

color: #c4c4c5;
}



/* Shop styles */

.cShopTable {
	width:90%;	
}	

.cShopPrice {
	background-color: #f0f0f0;
	vertical-align: middle;
	text-align: right;
	height: 20px;
}

.cShopListInfo {
	/*color: #555555;*/
}

.cShopDetailInfoTitle {
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
	color: #666666;
	height: 20px;
   padding-bottom:5px;
	margin:0px;	
}

.cShopDetailInfo {
	vertical-align: middle;
	text-align: center;
	height: 20px;
	margin:0px;	
}

.cShopNew {
	background-color:#2673BB;
	color:#ffffff;
	font-size:9px;
	font-weight:bold;
	padding:0px 1px 0px 1px;
	margin:0px 0px 0px 3px;
	text-decoration:none;
	cursor:pointer;
	vertical-align:middle;
	}

.cShopSearchTitle {
	color:#666666;
	font-weight:bold;
}
.cShopArtDetailTitle {
	font-size:12px;
	color:#666666;
	font-weight:bold;
}

.cShopArtLink {
	font-weight:bold;
}

a.cShopArtLink:link {color:#666666;text-decoration:none;}
a.cShopArtLink:visited {color:#666666;text-decoration:none;}

.cShopTabTitle {
	background-color: #c4c4c5;
	color:#273f8e;
	font-weight:bold;
	text-align: center;
	font-size:10px;
	padding:4px;
}

.cShopTabRowLight {
	vertical-align: middle;
	text-align: center;
	height: 20px;
	background-color:#F1F1F1;
}


.titleLeft {
	clear:both;
	float:left;
	margin-bottom:5px;

}

.titleRight {
	text-align:right;
	margin-bottom:5px;
}

.cShopBackgroundLight {
	background-color: #f1f1f1;
}

.cShopBackgroundDark {
	background-color: #f0f6fa;
}

.cShopConfirmCol {
	padding-bottom:5px;
	padding-right:10px;
	vertical-align:top;
}

.cShopBasketCol {
	padding-top:4px;
	vertical-align:top;
}

.cShopOrderNavLink {	
}

/* Link auf Copyright-Text (TeaserBottom.inc.asp) */
a.cShopOrderNavLink:link		{color:#000000; background-color:transparent; text-decoration:none;}
a.cShopOrderNavLink:visited	{color:#000000; background-color:transparent; text-decoration:none;}
a.cShopOrderNavLink:hover		{color: #000000; background-color:transparent; text-decoration:underline;}
a.cShopOrderNavLink:active		{color:#000000; background-color:transparent; text-decoration:none;}

.cShopPaging {
	font-weight:normal;
	color:#273f8e;
	padding: 2px 1px 2px 1px;
	text-align:center;
}

.cShopPagingNr {
	font-weight:normal;
	color: #666666;
	padding:2px 1px 2px 1px;
	text-align:center;
}

.cShopPagingSel {
	font-weight:bold;
	color:#273f8e;
	padding:2px 1px 2px 1px;
	text-align:center;
}

.cShopPagingNrSel {
	font-weight:normal;
	color: #273f8e;
	padding:2px 1px 2px 1px;
	text-align:center;
}


.cShopPagingNotAvailable {
	font-weight:normal;
	color: #aaaaaa;
	padding:2px 1px 2px 1px;
	text-align:center;
}

td.cShopPaging a:link, td.cShopPagingSel a:link, td.cShopPagingNotAvailable a:link {color:#273f8e; background-color:transparent; text-decoration:none;}
td.cShopPaging a:visited, td.cShopPagingSel a:visited,  td.cShopPagingNotAvailable a:visited {color:#273f8e; background-color:transparent; text-decoration:none;}
td.cShopPaging a:hover, td.cShopPagingSel a:hover, td.cShopPagingNotAvailable a:hover {color: #07a1e2; background-color:transparent; text-decoration:none;}
td.cShopPaging a:active, td.cShopPagingSel a:active, td.cShopPagingNotAvailable a:active {color:#273f8e; background-color:transparent; text-decoration:none;}

.cShopInput {
	padding: 0px 0px 6px 0px;
	border: 1px solid #A5ACB2;
	background-color:#FFFFFF;
}

.cShopInputDisabled {
	padding: 0px 0px 6px 0px;
	border: 1px solid #A5ACB2;
	background-color:#EAEAEA;
}

/*--------- Classes Menu Bottom  ---------*/

.mbEntry {
	padding:0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	background-image:none;
	background-color: transparent;
		width: 170px;

}


/* titel h1 */
.mbTitle {
	height:20px;
	clear:both;
	color:#273f8e;
	background-image:none;
	background-color: #b5d7f5;
	text-align:left;
	padding:5px 5px 0 13px;
	margin: 0px 0px 10px 0px;
}


.mbTitleLeft {
	float:left;
	margin-bottom:5px;

}

.mbTitleRight {
float: right;
	text-align:right;
	margin-bottom:5px;
}

.mbContTitleLeft {
	float:left;
	margin-bottom:5px;

}

.mbContTitleRight {
float: right;
	text-align:right;
	margin-bottom:5px;
}

.mbContTitleBasketLeft {
	float:left;
	margin:10px 0 0 0;

}

.mbContTitleBasketRight {
float: right;
	text-align:right;
	margin:10px 0 0 0;
}


.mbContEntry {
	float: left;
	display:block;
	clear: both;
	width: 100%;
	padding:0px;
	margin:0px;
}

/* Inhalt-Div */
.mbCont {
	clear:both;
	padding: 0px 0px 0px 0px;
	margin:0px 12px 0px 12px; 
	text-align: justify;
	background-color:transparent; 
	background-image:none;
}

.mbFooter {
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px; 	
}

.mbMoreLink {
	display:block;
	background-color: #F7F7F7;
	color: #273f8e;
	cursor:pointer;
	text-decoration:none; 
	font-weight: normal;
	padding:2px 3px 2px 3px;
	margin:0px 0px 0px 0px;
	border: 1px solid #273f8e;
}

/* Links bei Dokumenten-Suche */
a.mbMoreLink:link			{color:#273f8e; background-color:#F7F7F7; text-decoration:none;}
a.mbMoreLink:visited		{color:#273f8e; background-color:#F7F7F7; text-decoration:none;}
a.mbMoreLink:hover		{color:#59A2C5; background-color:#F7F7F7; text-decoration:none;}
a.mbMoreLink:active		{color:#273f8e; background-color:#F7F7F7; text-decoration:none;}
