/* customer changes overriding definitions in "basicresource\synergis.css" */
/* Farben				Alt			Neu
			hell		#F0F0FF		#EEFFEE / 238,255,238
			mittel	#D4D4EB		#BBDDBB / 187,221,187
			dunkel	#BEBFE5		#447755 /  68,119, 85
*/

.jsx30toolbarbutton_lbl	{		/* Schriftart des Menus "Einstellungen" unten rechts */
	color: #000000;
}

.jsx30block	{				/* Schriftart der Benachrichtigungen unten links */
	color: #000000;
}


							/* Layout der synadmin-Seite*/
img.logo	{
	background-image: url( "logo_infogis.gif" );
	background-repeat: no-repeat;
	background-position:center;	
	width: 125px;
	height: 40px;
	border: 0px;
}

.logindialog	{
	border:1px solid #000000;
	background-color: #447755;
}

.synergis_body	{				
	background-color: #EEFFEE;
	border: 0px solid #447755;
	text-align: center;
	padding: 50 50 0 50;
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none; 
	height:100%;
}

