/**************************************************************************
	This is the base css. It contains all general formatting that holds
	for suppliers and customers. It's always used.

***************************************************************************/

/*************************************************************
 * Divers
*************************************************************/
#map {
	text-align : left;
}



li
	{
	margin: 0px;
	padding: 0px;
	}

ul
	{
	margin-left: 13px;
	padding: 0px;
	}

input#kenteken
	{
	font-size: 30px;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
	border: none;
	height: 42px;
	width: 200px;
	background:url('/images/kenteken.jpg') no-repeat;
	}

input:focus
	{
	outline: none;
	}
	
html { 
  background: url(http://www.mijnflitsfoto.nl/web/images/I-80_Eastshore_Fwy.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#boeteContainer {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    min-height: 400px;
}

h2 {
    font-size: 14px;
    color: #BE9E55;
    margin-bottom: 10px;
    font-weight: bold;
}

#foto, #details {
    float: left;
}

#foto {
    padding: 25px;
    
}