﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(yaml/print/print_draft.css);

body
{
    font-family: Calibri, Arial, Sans-Serif;
    background-color: #05458c;
    }

.page_margins
{
    width: 740px;
    }
 
#header{ height: 100px;}  
    
  
#header img.logo
{
    display: inline;
    float: left;
    }
#header div.tag
{
    display: inline;
    float: right;    
    height: 100px;
    width: 450px;
    background: #fff url(../Images/kmf-csandms2.jpg) no-repeat bottom right;
    }
   
.car_images span
{
    float: left;
    margin: 0 15px 15px 0;
    }
    
.car_images span img
{
    border: solid 1px #cccccc;
    padding: 2px;
    background-color: #cdcdcd;
    }
    
.car_main_image 
{
        
    }
    
.car_main_image input
{
   border: solid 1px #cccccc;
    padding: 5px;
    background-color: #cdcdcd;
    margin-top: 10px;
    }

.car_details_caption
{
    font-weight: bold;
    text-align: left;
     border-bottom: solid 1px #cccccc;
     margin-top: 10px;
    }
    
a, a:link, a:visited, a:active
{
    color: #4d87c7;
    text-decoration: none;
}

a:hover
{
     color: #4d87c7;
	 text-decoration: underline;
}    


table.car_details
{
    width: 100%;
    }

table.car_details .col_heading
{
    font-weight: bold;
    width: 100px;
    }
table.item_list td
{
    padding: 10px;
    }
table.item_list td img
{
    border: solid 1px #cccccc;
    padding: 2px;
    background-color: #cdcdcd;
    }

div.car_price
{
    font-size: 18px;
    font-weight: bold;
    display: block;
    }
    
    
#footer
{
    font-size: 11px;
    text-align: right;
    padding: 2px;   }
    
    
#crumbs_search
{
    margin-top: 10px;
    }

#whats_new
{
    margin-top: 10px;
    }
    
.categories     
{
    font-size: 14px;
    }

.categories td
{
    padding: 4px;
    }    

    
/* navigation */

#col1_content
{
    padding-left: 0px;
    }

#col1_content table
{
 	width: 100%; 
    }

table.nav
{
	font-size: 14px;	
}

table.nav td
{
	padding-left: 17px;
	padding-right: 17px;
	height: 22px;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-top: 3px;
}
html > body table.nav td
{
	padding-top: 3px;
}

table.nav td:hover
{
    background-color: #dcdcdc;
    }

table.nav_selected
{
	background-color: #dcdcdc;
	font-weight: bold;
}

a.nav
{
	display: block;
	width: 100%;
}

a.nav:hover
{
	font-weight: bold;
}

.sublevel
{
	/* this is a bugfix for asp:Menu in IE8 */
	z-index: 100;
	position: relative;
}

table.sublevel
{
	font-size: 13px;
	background-color: #dcdcdc;
}

table.sublevel td
{
	padding-left: 17px;
	padding-right: 17px;
	height: 18px;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-top: 3px;
}
html > body table.sublevel td
{
	padding: 3px;
}

a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
	display: block;
	vertical-align: middle;
	font-weight: bold;
}


table.sublevel_selected
{
	background-color: #dcdcdc;
	font-weight: bold;
}

table.sublevel_selected td
{
	padding-left: 17px;
	padding-right: 17px;
	height: 18px;
	padding-top: 3px;
}

a.sublevel_selected, a.sublevel_selected:link, a.sublevel_selected:active, a.sublevel_selected:visited, a.sublevel_selected:hover
{
	color: #FFFFFF;
}


div.imgfooter
{
    width: 740px;
    margin: 0 auto;
    }
/* end navigation */
