﻿
/* Edit ANFANG */

	.edit{
		border: solid 2px #333333; 
		width: 618px;  
		font-weight: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.edit table{
		width:100%;
	}
	.edit .Label{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 11px;		
	}
	.edit .LabelB{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;		
	}
	.edit .Note{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		text-align: left;
		font-style: italic;	
	}
	.edit .DropDownList{
		width: 147px; 
		font-size: 11px;
	}
	.edit .doubleDropDownList{
		width: 392px; 
		font-size: 11px;
	}	
	.edit .largeDropDownList{
		width: 444px; 
		font-size: 11px;
	}
	.edit .multiSelected{
		width: 200px;
		font-size: 11px; 
	}
	.edit .tdtext{
		text-align: right;
		white-space: nowrap;
	}
	.edit .tdtextHD{
		text-align: center;
	}
	.edit .TextBox{
		width: 141px;
		font-size: 11px; 
	}
	
	.edit .TextBoxDigit{
		width: 141px;
		font-size: 11px; 
		text-align : right;
	}
	.edit .TextBoxToo{
		width: 211px; 
		font-size: 11px;
	}
	.edit .TextBoxMidi{
		width: 278px;
		font-size: 11px;
	}
	.edit .nochneTextBox{
		width: 386px; 
		font-size: 11px;
	}	
	.edit .DoubleTextBox{
		width: 294px;
		font-size: 11px; 
	}
	.edit .TrippleTextBox{
		width: 433px; 
		font-size: 11px;
	}
	.edit .TextBoxRegio{
		width: 125px;
		font-size: 11px; 
	}
	.edit .TextBoxKm{
		width: 75px;
		font-size: 11px; 
	}
	
	.edit .TextBoxKmRed{
		color: #bb0000;
		width: 75px;
		font-size: 11px; 
		font-weight: bold;

	}
	.edit .TextBoxStatistics{
		width: 65px;
		font-size: 11px; 
	}
	.edit .TextBoxOrder{
		width: 75px; 
		font-size: 11px;
	}
	.edit .TextBoxPrice{
		width: 59px; 
		font-size: 11px;
	}
	/* Definition am Objekt selbst, weil diese Einstellungen sich nicht auf das Objekt auswirkten !?
	.edit .TextBoxPLZ{
		width: 25px; 
	}
	.edit .TextBoxOrt{
		width: 110px; 
	}
    */
	.edit .largeTextBox{
	    width: 448px; 
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}	    
	/* 
Font-Names="Verdana,Arial,Helvetica,sans-serif

Definition am Objekt selbst, weil es so auf jeder Seite anders aussah
    .edit .textArea{
	    width: 420px;
	    height: 50px;
    }
    */
	.edit .descriptiontext{
		color: #333333;
		padding: 2px 10px 2px 10px;
	}
	.edit .inputbox{
		width: 20px; 
	}
	.edit .message{
		color: #bb0000;
		font-weight: bold;
		font-size: 12px;	
	}
	.edit .messageGreen{
		color: Green;
		font-weight: bold;
		font-size: 12px;	
	}
	.edit .listBox{
		width: 438px; 
	}
	.edit .tdRight{
	    text-align: right;  
	}
	.edit .tdCenter{
	    text-align: center;
	}
	.edit .headerOrNot{
	    /* font-style: italic; */
	    padding: 5px;
	}	

/* Edit Ende */



/* Tabs ANFANG */
	.tabSitesOuter {
		font-weight: bold;
		text-align: left;
		padding: 0 10px 0 10px;
	}
	.tabSites {
		font-weight: bold;
		text-align: left;
		padding: 2px 2px 2px 16px;
	}
	.tabSitesInner {
		font-weight: bold;
		text-align: left;
		padding: 10px 2px 2px 2px;
	}
	
	div.tabContact {
		font-weight: bold;
		padding: 2px 2px 2px 2px;
	}
	a.tab {
		background-color: #A9293b;
		border: 2px solid #A9293b;
		padding: 2px 9px 2px 9px;
	}
	a.tab, a.tab:visited {
		color: #FFFFFF;
	}
	a.tab:hover {
		background-color: #d0d0d0;
		border: 2px solid #d0d0d0;
		color: #606060;
	}
	a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
		background-color: #FFFFFF;
		border: 2px solid #444444;
		color: #000000;
	}
	a.tab.ready {
		padding-left: 17px;
		background: url(ok.png) no-repeat 0 1px;
		background-position: left center;
		
		background-color: #A9293b;
		border: 2px solid #A9293b;
		padding: 2px 1em 2px 1em;
	}	
	a.tab.activeReadyTab {
		padding-left: 17px;
		background: url(ok.png) no-repeat 0 1px;
		background-position: left center;
		
		background-color: #FFFFFF;
		border: 2px solid #444444;
		color: #000000;
	}
	a.tab.inactivTab{
		background-color: #666666;
		border: 2px solid #666666;
		color: #000000;
	}	
	a.tab.inactivTab:hover {
		background-color: #666666;
		border: 2px solid #666666;
		color: #000000;
	}
/* Tabs ENDE */


	a {
		text-decoration : none;
		color : #cc3333;
	}

	a:active {
		color: #000000;
	}

	a:visited:hover,a:hover {
		color : #000000;
		cursor: pointer;
	}

	a:visited {
		color: #cc3333;
	}

