/* CSS Document für meinprofil*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size:11px;
	color:#000000;
}

a {
	color:#373838;
	text-decoration:underline
}
a:hover {
	text-decoration:none
}

td, tr, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

/* Link formatierung im Contentbereich */
.naviall:link, .naviall:visited {
	color: #000000; 
	text-decoration: underline;
	}		
.naviall:hover{
		text-decoration: none;
		}
/* Link formatierung 2 im Contentbereich */
.naviall2:link, .naviall2:visited {
	color: #FF9900;	
	text-decoration: none;
	}		
.naviall2:hover{
		color: #000000; 
		text-decoration: underline;
		}
		
/* Links für Seiten: [1]  */
.naviseiten:link {
	color: #FF9900;
	font-size:11px;
	text-decoration: underline;
	}		
.naviseiten:hover{
		color:#FF0000;
		font-size:11px; 
		text-decoration: none;
		}
.naviseiten:visited{
	color: #000000;
	font-size:11px;
	text-decoration: underline;
		}
		


/* Formatierung für Boxfelder wie Fahrzeugdaten etc. */
.boxborder2 {
	border: 1px solid #006FDD;
}
/* Formatierung für Suchen Boxfelder: */
.bgtitelbox{
	background-color: #55CCFF;
	color:fff;
}

.bordertop2 {
	border-top: 1px solid #ABC4EB;
}

.borderright2 {
	border-right: 1px solid #ABC4EB;
}

/* Balken Farbe oben und unten */

.balkenbg{
	background-color: #EBEDF1 ;
}


.fett{
font-weight:bold;
}
/* Formatierung für Anbieten Boxfelder: */

.content{
	margin: 8px;
}
.content2{
	margin: 4px;
}

/* ---------------------------------------*/
.spacemargin5{
	margin: 4px;
}
/* ---------------------------------------*/

input, textarea, select{font:11px Verdana, Arial, Helvetica, sans-serif; color:#00000; padding:1px 0 0 1px; border: 1px solid #0064C8;}

/* Weise Linie bei Subnavigation */
.borderbottom{
	border-bottom:1px solid #FFFFFF;
	}

/*  Blaue Trennlinie */
.trennlinie{
	border-bottom:1px solid #1A50B8;
	}
	

.view-bilder {
	background:url(http://www.fahrzeugnet.ch/images/view-builder.gif) no-repeat 0px 0px;
	display:block;
	padding:7px 5px 13px 40px;
	margin-left:10px;
}

.blue		{color: #1A50B8; }
.blue2		{color: #1A50B8; line-height:18px;}
.red		{color: #FF0000; font-weight:bold; font-size: 11px;}
.red2		{color: #FF0000; font-size: 11px;}
.caradd		{font-size: 11px; color: #000000; line-height:16px;}


/* z.B "Titel ganz oben" */
.txt18		{font-size: 20px; color: #1A50B8; font-family: Arial, Helvetica, sans-serif; font-style: italic}

/* Titelschrift beim Fahzeuganzeige */
.txt15		{font-size: 15px; color: #fff; font-family: Arial, Helvetica, sans-serif;}

.txt11		{font-size: 11px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;}
.txt12		{font-size: 12px; color: #1A50B8; font-weight: bold;}
.txt12bl	{font-size: 12px; color: #000000;}

/* Mouse over effekte für Fahrzeugliste... */

.row_odd                    { background-color: #95DFFF }
.row_even                   { background-color: #EBEDF1 }
.row_over                   { background-color: #fff }

/*###################### Start car list advanced ##############*/

.search-table-list-container {
	padding:0px 1px;
	border: 1px solid #D6D6D6;
}
.search-table-list {
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.search-table-list a {
	text-decoration:none;
}
.search-table-list a:hover {
	text-decoration:underline
}
.search-table-list th {
	background-color:#55CCFF;
	padding:3px 3px 3px 5px;
	text-align:left;
	font-size:11px
}
.search-table-list th a {
	color:#ffffff;
	text-decoration:underline;
	display:block;
	float:left
}
.search-table-list th a:hover {
	text-decoration:none
}
.td-odd {
	background-color:#f0f0f0
}
.td-hover {
	background-color:#BBEBFF
}
.td-hover .detail-address {
	display:block
}
.detail-address {
	display:none;
	padding:5px 0px
}
.search-table-list td {
	vertical-align:top;
	padding:5px
}
.search-table-list .top-border {
	border-top:1px solid #D6D6D6;
}
.search-table-list .bottom-border {
	border-bottom:1px solid #D6D6D6;
}
.search-table-list td.image {
	padding:2px 0px !important;
	width:1%;
	border-bottom:1px solid #D6D6D6;
}
.search-table-list td {
	border-bottom:1px solid #D6D6D6;
}

.search-table-list .descript {
	margin-top:9px;
	color:#666666
}
.search-table-list a.addlink {
	margin-top:12px;
	text-decoration:underline;
	color:#0E52F1 !important;
	font-weight:bold
}
.search-table-list .addlink {
	margin-top:12px;
}
.search-table-list a.addlink:hover {
	text-decoration:none
}
.sort-up, .sort-down {
	background:url(../../images/sort-arrows.gif) no-repeat;
	height:5px;
	width:9px;
	margin:3px 4px;
	font-size:0px
}
.sort-up {
	background-position : 0 -5px;
}
.margin4{
	margin:4px;
}



/* Footer... do not change color because is CI */
.copy {
	color:#666;
	text-align:center
}
.copy a {
	font-weight:bold;
	color:#666;
	text-decoration:none
}
.copy a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#666
}