@charset "utf-8";
html, body {
	padding:0px;
	margin:0px;
}

body {
	background-color: #333333;
	background-image: url(../images/cascobouw-boten_r1_c3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#masthead {
	height: 180px;
}
#masthead .logo {
	float: left;
	height: 171px;
	width: 298px;
}
#masthead .logo img {
	border: 0px;
}
#masthead .righttop {
	float: left;
	height: 106px;
	width: 662px;
	background-image: url(../images/cascobouw-boten_toprechts.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead .righttop .lang {
	color: #CCCCCC;
	font-size: 12px;
	text-align: right;
	padding-right: 68px;
}
#masthead .righttop .lang a:link, #masthead .righttop .lang a:visited {
	color: #CCCCCC;
	font-size: 14px;
	text-decoration: none;
}
#masthead .righttop .lang a:hover, #masthead .righttop .lang a:active {
	color: #FB2300;
	font-size: 14px;
}
#masthead .navigatie {
	float: left;
	height: 48px;
	width: 620px;
	background-image: url(../images/cascobouw-boten_navback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 42px;
}
#main {
	margin-top: 12px;
	width: 840px;
	border: 1px solid #474747;
	margin-right: auto;
	margin-left: auto;
	display:block;
	min-height: 400px;
}
#main .left {
	color: #FFFFFF;
	float: left;
	width: 396px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-align: justify;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 24px;
	padding-bottom: 24px;
}

#main .left a:link, #main .left a:visited {
	color: #F53B0A;
	text-decoration: none;
	
}
#main .left a:hover, #main .left a:active {
	color: #FFFFFF;
}
#main .right {
	float: left;
	width: 396px;
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 60px;
	padding-bottom: 24px;
}
#main .projecten {
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 12px;
}
#main .projecten a:link, #main .projecten a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#main .projecten a:hover, #main .projecten a:active {
	color: #FFFFFF;
}
#main .projecten td {
	padding: 2px;
	padding-left: 4px;
}

#main .content {
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#footer {
	width: 840px;
	margin-right: 60px;
	margin-left: 60px;
	float: left;
}

#footer .content {
	color: #FFFFFF;
	font-size: 11px;
	padding: 12px;
	text-align: center;
}
#footer .content a:link, #footer .content a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer .content a:hover, #footer .content a:active {
	color: #FFFFFF;
	text-decoration: none;
}
h2 {
	font-size: 16px;
}
tr.odd{
	background-color: #4D4D4D;
}
tr.even{
	
}
#main .projecten .odd img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main .projecten .even img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


input, textarea, select  {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
}
.input_breed {
	width				: 350px;
}
#error {
	color				: #FF0000;
}

.clearboth {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	clear:both;
}