/*============================================================================*/
/*== Allgemeine Stylsheets - beim Laden aufgerufen ===========================*/
/*============================================================================*/
/* Scrollbalken, auch der Textfelder, farblich gestalten */
body						  { background-color: #666666;
		                        font-family: Verdana, Arial, Sans Serif;
							    font-weight: normal;
				 			    font-size: 70%;
							    color: #000000;
							    margin-top: 0px;
		  		 			    margin-left: 0px;
							    margin-right: 0px;
							    margin-bottom: 0px;
							    scrollbar-base-color:#333333;
								scrollbar-3dlight-color:#339933;
								scrollbar-arrow-color:#000000;
								scrollbar-darkshadow-color:#000000;
								scrollbar-face-color:#339933;
								scrollbar-highlight-color:#33993;
								scrollbar-shadow-color:#000000;
								scrollbar-track-color:#999999;
}
/* Isocom App : link = visited  : selbe Farbe !*/
/* Isocom App : active = hove   : selbe Farbe !*/

/* Link noch nicht besucht, auch die "Menupunkt" Links */
a:link						  { color: #CC0000; /* Rot */
	                            text-decoration: none; }

/* Besuchter Link */
a:visited					  {	color: #CC0000; /* Rot */
				  				text-decoration: none; }

/* Link öffnet neuen Explorer */
a:active					  { color: #009900; /* gruen */
				  				text-decoration: none; }
/* Farbe Link wenn Maus über den Link */
a:hover						  { color: #009900; /* gruen */
				  				text-decoration: none; }

table						  { font-family: Verdana, Arial, Sans Serif;
							    font-weight: normal;
				 			    font-size: 100%;
							    color: #000000; }


tr.tableHeader				  { background-color: #808080;
								font-weight: bold; }

td.tableHeader				  { background-color: #808080;
								font-weight: bold; }

tr.tableItems				  { background-color: #DDDDDD; }

input						  { font-family: Verdana, Arial, Sans Serif;
							    font-weight: normal;
				 			    font-size: 100%; }

select						  { font-family: Verdana, Arial, Sans Serif;
							    font-weight: normal;
				 			    font-size: 100%; }


/* Links im Menu : wenn Rahmen um Page in der Anzeige */
.selectedLink_Frame			{
								background-color: #33FF00;
		                        border-color:  #FF0000;
								border-style: double;
								border:solid 1px #ffffff;
								font-weight: bold; }

/*======================================================================================*/
/*== Untermenu horizontal ==============================================================*/
/*======================================================================================*/
.submenu				{      background-color: #9F9F9F;
						text-decoration: none;
	                    font-family: Verdana, Arial, Sans Serif;
						font-weight: normal;
				 		font-size:12;
				 		}

.submenuSelected		{color: #333366;
						background-color: #bfbfbf;
						text-decoration: none;
						font-family: Verdana, Arial, Sans Serif;
						font-weight: normal;
						font-size:12;  }

/*######################################################################################*/
/*######################################################################################*/
/*######################################################################################*/
/*######################################################################################*/
/*######################################################################################*/
/*######################################################################################*/
/*======================================================================================*/
/* Layout Top Menu*/
#TM {
color : black;
background-color:  #666666;
clear : both;
font : bold 14px arial, sans-serif, Verdana, Arial, Helvetica, serif;
text-align : center;
padding : 0;
margin : 0;
width : 1000px;
height : 28px;
text-align : left;
}

#TM a, #TM a:visited, #TM a:active, #TM a:hover {
text-decoration : none;
color : yellow ;
background-color : #39B639;
}

/* Farbe für die Links Top Menu */
.TM_ {
text-decoration : none;
color : white ;
background-color : #39B639; 
text-align : center;
border : 1px solid white;
height : 18px;
float : left;
padding-top : 2px;
margin : 2px 2px 2px 0px;
border : 2px groove white;
border-style:inset;
}

*html .TM_ {
margin : 2px 6px 2px 0px;
}

/* Farbe für die Links innerhalb des Top Menu */
#TM_A {
text-decoration : none;
color : Yellow ;
background-color : green;
text-align : center;
border : 1px solid white;
height : 18px;
float : left;
padding-top : 2px;
margin : 2px 2px 2px 0px;
border : 2px groove white;
border-style:inset;
}

/* Farbe des Link */
#TM_A a, #TM_A a:visited, #TM_A a:active, #TM_A a:hover {
text-decoration : none;
color : Yellow ;
background-color : green;
}

/*######################################################################################*/
/*######################################################################################*/
/*######################################################################################*/
/*######################################################################################*/
/*######################################################################################*/
/*######################################################################################*/




/*======================================================================================*/
/*== Ueberweisungsformulare ============================================================*/
/*======================================================================================*/
.tabtext	{color:#000000;
			font-weight:normal;
			}
/* Deutschland */
.tabDE	{	background-color:#ffff66;
			color:#ff3300;
			border:solid 1 black;
			font-weight: bold;
			}
.HGzDE	{	background-color:#ffcc66;
					}

/* Schweiz */
.tabCH	{	background-color:#ffccff;
			color:#220000;
			border:solid 1 black;
			font-weight: bold;
			}
.HGzCH	{	background-color:#bbbbbb;
					}

/*======================================================================================*/
/*== Hintergrund =======================================================================*/
/*======================================================================================*/
/* pageBackground ist im body definiert*/

.aspxBackground		{color: #333366;
					background-color: #F7F5E7;
					text-decoration: none;
	                font-family: Verdana, Arial, Sans Serif;
					font-weight: normal;
				 	font-size:12;
				 	}

.searchmaskBackground	{color: #000000;
						background-color: #AFAFAF;
						text-decoration: none;
						font-family: Verdana, Arial, Sans Serif;
						font-weight: normal;
						padding-left: 2;
				 		font-size:10;}

.searchmaskContent		{color: #000000;
						padding-left: 3;
						padding-right: 3;
						background-color: #AFAFAF;
						text-decoration: none;
						font-family: Verdana, Arial, Sans Serif;
						font-weight: normal;
				 		font-size:8;}

/*======================================================================================*/
/*== Linien - Farben / Fusszeile - Schrift           ===================================*/
/*======================================================================================*/

.line					{background-color: #009900;
					    }

.footer					{text-decoration: none;
						font-family: Verdana, Arial, Sans Serif;
						font-weight: normal;
						font-size: 10;
						color: #000000;
						}

/*======================================================================================*/
/*== reine Texttabellen - Hintergrund/Schrift/Linie  ===================================*/
/*======================================================================================*/
.prosaBackground		{background-color: #bfbfbf;
						text-decoration: none;
						font-family: Verdana, Arial, Sans Serif;
						font-weight: normal;
						font-size: 12;
						color: #000000;
						}

.prosaTitle				{background-color: #bfbfbf;
						text-decoration: none;
						font-family: Verdana, Arial, Sans Serif;
						font-weight: bold;
						font-size: 14;
						color: #000000;
						}

/*======================================================================================*/
/*== Tabellen ==========================================================================*/
/*======================================================================================*/
.tableTopline			{background-color: #F7F5E7;    }

.tableToplineBlack		{background-color: #333333;
	                    }

.tableToplineWhite		{background-color: #FFFFFF;
	                    }

.tableHeader1			{color: #FFFFFF;
	                     background-color: #9F9F9F;
						 text-decoration: none;
						 font-weight: bolder;
	                     font-family: Verdana, Arial, Sans Serif;
						 font-size:12;
  		                }

.tableHeader2		    {
	                     color: #FFFFFF;
	                     background-color: #9F9F9F;
						 text-decoration: none;
						 font-weight: normal;
	                     font-family: Verdana, Arial, Sans Serif;
						 font-size:12;
  		                }

.tableHeader3	        {color: #FFFFFF;
	                     background-color: #9F9F9F;
						 text-decoration: none;
						 font-weight: bolder;
	                     font-family: Verdana, Arial, Sans Serif;
						 font-size:9;
		                }

.tableHeader4			{color: #333366;
	                     background-color: #9F9F9F;
						 text-decoration: none;
						 font-weight: bolder;
	                     font-family: Verdana, Arial, Sans Serif;
						 font-size:12;
  		                }

.tableHeaderNews        {color: #CC0000;
	                     background-color: #9F9F9F;
						 text-decoration: none;
						 font-weight: normal;
	                     font-family: Verdana, Arial, Sans Serif;
						 font-size: 12;
  		                }

.tableheaderNotSelected		{background-color: #cfcfcf;
							text-decoration: none;
							font-family: Verdana, Arial, Sans Serif;
							font-weight: normal;
							font-size: 12;
							color: #000000;
							}

.tableContent			{background-color: #bfbfbf;
						text-decoration: none;
						font-family: Verdana, Arial, Sans Serif;
						font-weight: normal;
						font-size: 12;
						color: #000000;
						}



.tableOrder				{background-color: #bfbfbf;
						text-decoration: none;
						font-family: Verdana, Arial, Sans Serif;
						font-weight: normal;
						font-size: 12;
						color: #000000;
						border-width:1px;
						border-style:solid;
						 border-color:#000000;
						}


.ImageBackground		{background-color: #B1B1B1;
	         			}

.tableFoot			{color: #333366;
	                     background-color: #CBCBCB;
						 text-decoration: none;
						 font-weight: bolder;
	                     font-family: Verdana, Arial, Sans Serif;
						 font-size:12;
  		                }

/*======================================================================================*/
/*== SuchergebnisTabelle : Iso Drop Donw Control =======================================*/
/*======================================================================================*/
/* Titel Zeile */
.resultTitle		{ background-color: #afafaf;
					font-family: Verdana, Arial, Sans Serif;
					font-weight: normal;
					font-size: 85%;
					color: #000000;
					margin-top: 0px;
					margin-left: 0px;
					margin-right: 0px;
					margin-bottom: 0px; }

/* Text in Anhang : Dateityp : OLC 20.10.2003 Neu !*/
.resultLessonName { background-color: #afafaf;
					font-family: Verdana, Arial, Sans Serif;
					font-weight: bold;
					font-size: 95%;
					color: #000000;
					margin-top: 0px;
					margin-left: 0px;
					margin-right: 0px;
					margin-bottom: 0px; }

/* Text in Anhang : Dateityp : OLC 20.10.2003 Neu !*/
.resultDiffName  { background-color: #bfbfbf;
					font-family: Verdana, Arial, Sans Serif;
					font-weight: bold;
					font-size: 90%;
					color: #000000;
					margin-top: 0px;
					margin-left: 0px;
					margin-right: 0px;
					margin-bottom: 0px; }


/* Text in Anhang : Dateityp : OLC 20.10.2003 Neu !*/
.resultFileTyp		{ background-color: #afafaf;
					font-family: Verdana, Arial, Sans Serif;
					font-weight: bold;
					font-size: 85%;
					color: #000000;
					margin-top: 0px;
					margin-left: 0px;
					margin-right: 0px;
					margin-bottom: 0px; }


/* Beschreibung der Aufgabe : Schalgworte : Schwierigkeit : Bearbeitungsdauer */
/* Mehrzeiliger Text unter dem Link */
.resultContent		{ background-color: #bfbfbf;
					font-family: Verdana, Arial, Sans Serif;
					font-weight: normal;
					font-size: 85%;
					color: #000000;
					margin-top: 0px;
					margin-left: 0px;
					margin-right: 0px;
					margin-bottom: 0px; }

/* Leerzeilen Formatierung der Abstände */
.resultEmptyRow		{ background-color: #F7F5E7;
					font-family: Verdana, Arial, Sans Serif;
					font-weight: normal;
					font-size: 85%;
					color: #000000;
					margin-top: 0px;
					margin-left: 0px;
					margin-right: 0px;
					margin-bottom: 0px; }

/* Farbe für Link Anhang */
.ResultLink  {      color : Red;
				    text-decoration : none;
		  	        font-family: Verdana, Arial, Sans Serif;
				    font-weight:  normal;
				    font-size:12;  }
/* Farbe des Link Anhang */
A.ResultLink, A.ResultLink:visited,A.ResultLink:active  {
	color : Red;
}
/* Farbe des Link Anhang wenn Mousover */
A.ResultLink:hover  {
	color :  #FFFFFF; /* Weiß */
	text-decoration: none;
}

/* Farbe für Link : Berarbeiten */
.ResultLinkEdit  {  color : Blue;
				    text-decoration : none;
		  	        font-family: Verdana, Arial, Sans Serif;
				    font-weight: bold;
				    font-size:12;  }
/* Farbe des Link  : Berarbeiten */
A.ResultLinkEdit, A.ResultLinkEdit:visited,A.ResultLinkEdit:active  {
	color : Blue;
}
/* Farbe des Link  : Berarbeiten bei Mouseover */
A.ResultLinkEdit:hover  {
	color :  #FFFFFF; /* Weiß */
	text-decoration: none;
}

/*======================================================================================*/
/*== Control- und Inputfelder ==========================================================*/
/*== nicht anwendbar auf Durchsuchenbuttons!!!!!! ======================================*/
/*======================================================================================*/
/*== Hellgrau mit dunkler Schrift ==*/
.aspControls	{background-color: #DFDFDF;
				font-family: Verdana, Arial, Sans-Serif;
				font-weight: normal;
				font-size: 12;
				color: #333333;
				}

/*== dunkelgrau mit heller Schrift ==*/
/*.aspControls	{
				background-color: #858585;
				font-family: Verdana, Arial, Sans Serif;
				font-weight: bold;
				font-size: 12;
				color: #F5F7F7;
				margin-top: 0px;
				margin-left: 0px;
				margin-right: 0px;
				margin-bottom: 0px;
				}*/
/*== Asp Label in Dialogen die Daten darstellen ==*/
.aspLabel		{color:   Purple;
				 text-decoration: none;
				 font-weight:  bold;
	             font-family: Verdana, Arial, Sans Serif;
				 font-size:12;
  		        }


.aspInput		{/*background-color: #FFFFFF;*/
				font-family: Verdana, Arial, Sans-Serif;
				font-weight: normal;
				font-size: 12;
				color: #000000;
				}

.aspInputDisabled	{
					background-color: #E0E0E0;
					font-family: Verdana, Arial, Sans Serif;
					font-weight: bold;
					font-size: 12;
					color: #000000;
					margin-top: 0px;
					margin-left: 0px;
					margin-right: 0px;
					margin-bottom: 0px;
					}

/*======================================================================================*/
/*== Titelzeile der Hauptseite =========================================================*/
/*======================================================================================*/


		.title 						  { color: #333366;
										/*background-color: #DFDFDF;*/
										text-decoration: none;
										font-weight: bold; }

		.news 						  { color: #333366;
										/*background-color: #DFDFDF;*/
										background-color: #F7F5E7;
										text-decoration: none;
										font-weight: bold; }

		.Fusszeile					  { color: #333366;
										background-color: #F7F5E7;
										text-decoration: none;
										font-weight: bold; }

/*======================================================================================*/
/*== Labeleinstellungen ================================================================*/
/*======================================================================================*/
/*  werden z. Zt. nicht verwendet*/

		.LabelUeberschriftFett	{ color: #333366;
								background-color: #DFDFDF;
								text-decoration: none;
								font-weight: bold; }


		.LabelBeschreibung		{ color: #333366;
								background-color: #DFDFDF;
								text-decoration: none;}

/*======================================================================================*/
/*== Farbe Control disable : zb. inaktive Eingabe Felder! ==============================*/
/*======================================================================================*/
.ControlDisable				  { color: #000000; background-color: #BFBFBF}
.ControlEnable 				  { color: #000000; background-color: #FFFFFF}
.ControlMarked 				  { color: #0000FF; background-color: #FFFF00} /*Blau - Gelb */
.LabelMarked 				  { color: #0000FF; } /*Blau */

/*======================================================================================*/
/*== Listen ==============================*/
/*======================================================================================*/
.ol-liste			{list-style-type: decimal;}

/*======================================================================================*/
/*== DataGrid ==========================================================================*/
/*======================================================================================*/
.DataGridHeader			{color: #FFFFFF;
	                     background-color: #9F9F9F;
						 text-decoration: none;
						 font-weight: bolder;
	                     font-family: Verdana, Arial, Sans Serif;
						 font-size:12;
  		                }

/*======================================================================================*/
/*==  ==============================*/
/*======================================================================================*/


