/* mhstyle.css:  CSS File für Fahrzeug Details 
	nm 2008 11 03
*/

	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	td {
		font-size:100%;
		text-align:left;
	}
	td a {
		color:black;
		text-decoration:none;
	}
	
	form {
	   display: inline;
	}
	
	.divrahmen {
		background-color:#DDDDDD; 
		margin:3px 3px 3px 0px; 
		padding:5px 5px 5px 5px; 
		border:1px solid #FFFFFF;
		width:225px;
	}
	
    .divrahmenRechts {
		background-color:#DDDDDD; 
		margin:3px 3px 3px 0px; 
		padding:5px 5px 5px 5px; 
		border:1px solid #FFFFFF;
		width:225px;
		float:right;
	}
	
	.pointer {
		cursor:pointer;
	}
	
	.fett-blau{
		font-weight:bold; 
		color:#0000A0;
	}
	.al-left{
		text-align:left;
	}
	.bgcol-1 {
		background-color:#FE0000;
	}
	.brdcol-1 {
		border-color:#FE0000;
	}
	.bgcol-2 {
		background-color:#BBBBBB;
	}
	.bgcol-3 {
		background-color:#DDDDDD;
	}
	.bgcol-4 {
		background-color:#EFEFEF;
	}
	.bgcol-9 {
		background-color:#E4C8C9;
	}
	.bgcol-5 {
		background-color:#EADADB;		
	}
	.bgcol-6 {
		background-color:#E6E6E6;		
	}
	.zuritel {
		font-family:Arial, Helvetica, sans-serif;	
		color:#0000FF;
	}
	
	.boxTT {
		border: 1px solid #000000;
		padding: 4px;
		width: 250px;	
		background-color: #BBBBBB;
		text-align: left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	.tooltip2 {
		position: absolute;
		/* display: none; */
		background-color: #FFFFCC;
		border-width: 1px;
		border-style: solid;
		border-color: #000000;
		font-size:0.7em;
		padding: 2px;
	}
	.tooltip2 .head{
		background-color: #FF0000;
		color: white;
		font-weight: bold;
		font-size:1em;
		padding: 2px;
	}
	.tooltip2 .content{
		color: 000066;
		border-size: 4px;
	}
	.tooltip2 .content td{
		width: 50%;
		text-align: center;
	}


	/* Für Webkit sites auf detail.cfm */
	/* Format KTML-Editor (genericWebedit.css) */
	.titelSeite, .titrePage, .titoloPagina {
		font-size: 1.1em;
		font-weight: bold;
		color:#333333;
	}
	
	.text, .texte, .testi {
		font-size: 0.9em;
		color:#333333;
	}
	
	.textTitel, .texteTitre, .testiTitolo {
		font-weight: bold;
		color:#333333;
	}
	
	.rahmen, .encadrer, .quadro {
		border-color:#FFFFFF; 
		border-style:solid; 
		border-width:1px;
	}
	
	.bild5, .image5, .immagine5 {
		margin-right:5px;
	}
	
	.randObenUnten {
		border-bottom:1px solid #FFFFFF;
		border-top:1px solid #FFFFFF;
		border-collapse:collapse;
	}
	
	.randOben {
		border-top:1px solid #FFFFFF;
	}
	
	.randUnten {
		border-bottom:1px solid #FFFFFF;
	}
	
	/* für Übersicht */
	 
	.trtitel {
		background-color:#FE0000;
		color:#FFFFFF;
		font-weight:bold;
		font-size:12px;
	} 
	
	.td-bgrot {
		background-color:#FE0000;
	}
	
	.tduebersicht {	
		font-size:100%;
		text-align:left;
		padding:0px 0px 0px 0px;
	}
	
	.tdvertretungen {	
		font-size:100%;
		text-align:left;
		padding:0px 0px 0px 0px;
	}
	
	.titeltext{
		float:left; 
		padding-top:2px; 
		padding-left:3px;
	}
	
	.bold {
		font-weight:bold;
		color:#000000;
	}
	
	.fbold {
		font-weight:bold;
		color:#000000;
	}
	
	.fboldrot {
		font-weight:bold;
		color:#F00000;
	}
					 
	.fboldblau {
		font-weight:bold;
		color:#0000A0;
	}
	
	.fboldgruen {
		font-weight:bold;
		color:#00A000;
	}
	
	.f12 {
		color:#000000;
	}
	
	.f12rot {
		color:#F00000;
	}
	
	.f12blau {
		color:#0000A0;
	}
	
	.f12gruen {
		color:#00A000;
	}
	
	.fbold14 {
		font-weight:bold;
		color:#000000;
	}
	
	.textGrey {
		color: #CCCCCC;
	}
	
	.textBlue {
		color: #0033FF;
	}
	
	.fIta1 {
		font-size:11px; 
		font-style:italic; 
	   color:#000000;
	}
						 
	.link-weiss {
		color:#FFFFFF;
		text-decoration:none;
	}
					
	.link-blau {
		color:#0033FF;
		text-decoration:none;
	}
	
	.link-rot {
		color:#FE0000;
		text-decoration:none;
	}
	
	.abstand {
		padding-left:3px;
	}
	
	.abstand2 {
		padding-left:5px;
	}
	
	.abstand3 {
		height:20px;
	}
	
	.abstand4 {
		padding-left:8px;
	}
