body{
	font-family: Calibri, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #272829;
	-webkit-text-size-adjust: none;
}

p, li{
	line-height: 16px;
}

#content ul{
	list-style-image: url(images/vinkje.png);
}

a{
	color: #008bd9;
}

ul, ol{
	margin-left: 17px;
}

ul, p{
	padding-bottom: 12px;
}

h1{
	font-size: 16px;
	font-weight: normal;
}
h3{
	font-size: 13px;
	font-weight: bold;
}

.download{
	color: red;
}

.opdrachtgever{
	width: 150px;
	height: 125px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
	border: #dddddd 1px solid;
	position: relative;
}
.opdrachtgever img{
	max-width: 150px;
	max-height: 125px;
	margin: auto !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.alle-projecten{
	text-decoration: none;
	font-size: 14px;
	color: #292929;
	font-weight: bold;
}

.quote{
	padding-left: 20px;
}


td {
    vertical-align: middle;
}
#content input, #content textarea {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    color: #666666;
    height: 22px;
    line-height: 18px;
    padding: 0 8px;
    width: 150px;
	font-family: Calibri, Arial, Tahoma, sans-serif;
	font-size: 12px;
}
#content textarea {
    height: auto;
}