@CHARSET "ISO-8859-1";

input.td {
	color:#000000;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	border-style:solid;
	border-color:#cccccc;
	border-width:0px;
	background-color:#ffffff;
}
	
input.button {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bolder;
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
	/*height: 20px;*/
	text-align : center;
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #000000;
	padding-top:3px;
	padding-bottom:3px;
}

select.licform {
	color:black;
	background-color:#ffffff;
	font-size:9px;
	border-style: ridge ridge ridge ridge;
	border-color:#000000;
	border-width:0.5px;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	height: 14px;
	top:0;
}

input.licform {
	color:#000000;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
	background-color:#ffffff;
}

td.message{
	text-align : left;
	font-size : 9pt;
	font-family :  Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #FF0000;
	text-decoration : none;
}

td.with_border {
	border:1px solid #CDCDCD;
	text-align:left;
	font-size:8pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	padding:2pt;
}
td.ohne_border {
	border:0px dotted #CDCDCD;
	text-align:left;
	font-size:8pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	padding:2pt;
}
		
/* -------------------------- 
       ToolTip Formatierung 
       Author: RM comForte GmbH
       Date: 29.08.2006
   -------------------------- */
   
	A.info
		{
	    position:relative; /*this is the key*/
	    z-index:24; 
	    background-color:#ffffff;
		color: #DD0104;
		font-size: 8pt;
		font-family: Arial,Helvetica,Univers;
		font-weight:normal;
		font-style: normal;
	    text-decoration:none
	    }

	A.info:Hover
		{
		z-index:25; 
		background-color:#ECECEC;
		color: #DD0104; 
		text-decoration:none; 
		font-weight:bold;
		}

	A.info span
		{
		display: none
		}

	A.info:Hover span
		{ /*the span will display just on :hover state*/
	    display:block;
	    position:absolute;
	    top:2em; left:2em; width:15em;
	    border:1px solid #C5C5C5;
	    background-color:#ECECEC; 
	    color:#000;
	    text-align: center;
	    text-decoration:none;
		}
		
	A.tooltip
		{
	    position:relative; /*this is the key*/
	    z-index:24; 
	    /*background-color:#ffffff;*/
		color: #DD0104;
		font-size: 8pt;
		font-family: Arial,Helvetica,Univers;
		font-weight:normal;
		font-style: normal;
	    text-decoration: none;
	    }

	A.tooltip:Hover
		{
		z-index:25; 
		/* background-color:#ECECEC;*/
		color: #DD0104; 
		font-weight:bold;
		}

	A.tooltip span
		{
		display: none;
		}

	A.tooltip:Hover span
		{ /*the span will display just on :hover state*/
	    display:block;
	    position:absolute;
	    top:10px; 
	    left:10px; 
	    width:400px;
	    min-width:400px;
	    border:1px solid #C5C5C5;
	    background-color:#FFFFFF; 
	    color:#000000;
	 	font-size : 10pt;
	 	font-family :  Arial, Helvetica, sans-serif;
	 	font-weight : normal;
	 	font-style : normal;
	 	text-align : left;
	 	text-decoration : none;
	    padding: 10px;
	    margin: 10px;
		}

		
