@charset "UTF-8";
/* CSS Document */
body {
	background-color: #f7f7f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4D4F;
	background-image: url(../images/opbouw/back.png);
	background-repeat: repeat-x;
}
#top {
	position:relative;
	width:923px;
	height:171px;
	z-index:1;
	background-image: url(../images/opbouw/main_back.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#top_top {
	background-image: url(../images/opbouw/top_top.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	height: 10px;
	width: 923px;
	left: 0px;
	top: 0px;
	font-size: 1px;
}
#logo_beerstra {
	height: 127px;
	width: 152px;
	position: absolute;
	left: 30px;
	top: 20px;
}
#logo_beerstra a img {
	border: none !important;
}
.noborder {
	border: none !important;
}
#menu {
	position: absolute;
	height: 36px;
	width: 690px;
	right: 15px;
	bottom: 10px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	/*width: 10em;*/
	color: #4B4D4F;
	text-decoration: none;
	line-height: 36px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 3px;
	margin-left: 3px;
}
#nav a:hover {
	color: #FFF;
	background-color: #159B85;
}

#nav li {
	float: left;
	/*width: 10em;*/
}
#nav li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
	border-top: 1px solid white
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav ul li ul li {	
	float: none;
	display: inline
}
.active {
	background-color: #F9F9F9;
}
#nav ul li ul li a {
	width: auto;
	color: #159B85;
	background-color: #FFF;
	/* for IE */
 	filter:alpha(opacity=90);
	/* CSS3 standard */
 	opacity:0.9;
}
#nav ul li ul li a:hover {
	color: #FFF;
	background-color: #4B4D4F;
	/* for IE */
 	filter:alpha(opacity=90);
  	/* CSS3 standard */
 	opacity:0.9;
}
#nav .current {
	background-color: #F9F9F9;
}
#beerstra_installatie {
	background-image: url(../images/opbouw/beerstra_installatietechniek.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 52px;
	width: 590px;
	top: 20px;
	right: 20px;
}
#afbeelding_main {
	background-image: url(../images/opbouw/main_back.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 214px;
	width: 923px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#afbeelding {
	overflow: hidden;
	position: absolute;
	height: 214px;
	width: 887px;
	left: 18px;
	top: 0px;
}
#afbeelding_main_links {
	background-color: #159B85;
	position: absolute;
	height: 214px;
	width: 13px;
	left: 5px;
	top: 0px;
}
#afbeelding_main_right {
	background-color: #159A84;
	position: absolute;
	height: 214px;
	width: 13px;
	top: 0px;
	right: 5px;
}
#button_back {
	background-image: url(../images/opbouw/button_back.png);
	position: absolute;
	height: 69px;
	width: 332px;
	left: 0px;
	bottom: 0px;
}
#button {
	position: absolute;
	height: 49px;
	width: 217px;
	left: 30px;
	top: 11px;
}
#button a {
	background-image: url(../images/opbouw/button.png);
	height: 49px;
	width: 217px;
	font-size: 18px;
	line-height: 47px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	background-repeat: no-repeat;
}
#button a:hover {
	color: #4B4D4F;
}
#main {
	background-image: url(../images/opbouw/main_back.png);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	min-height:250px;
 	height:auto !important;
  	height:250px;
	width: 600px;
	padding-right: 23px;
	padding-left: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow:hidden;
}
#main p {
	line-height: 22px;
	margin-bottom: 25px;
	margin-top: 10px;
}
p strong {
	font-weight: bold;
}
#main h1 {
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#main h1 a:hover {
	color: #159B85;
	text-decoration: underline;
}
#main h1 a {
	color: #4B4D4F;
}
#main h2 {
	font-size: 16px;
	font-weight: bold;
	color: #159B85;
}
#main h2 a:hover {
	color: #4B4D4F;
	text-decoration: underline;
}
#main h2 a {
	color: #159B85;
}
#main p a {
	color: #159A84;
	text-decoration: none;
}
#main p a:hover {
	color: #4B4D4F;
	text-decoration: underline;
}
#extra_info {
	background-image: url(../images/opbouw/extrainfo_back.png);
	background-repeat: no-repeat;
	position: absolute;
	height: auto;
	width: 241px;
	left: 25px;
	top: 0px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#bottom {
	background-image: url(../images/opbouw/bottom_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 0px;
	width: 893px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: right;
	padding: 15px;
	color: #999;
	font-size: 10px;
	margin-bottom: 25px;
}
#bottom a {
	color: #999;
	text-decoration: underline;
}
#bottom a:hover {
	color: #159A84;
	text-decoration: none;
}
#bedrijfsauto {
	background-image: url(../images/opbouw/stek_beerstra.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 77px;
	width: 241px;
	top: -90px;
	left: 20px;
}
.attend {
	background-color: #F6F6F6;
	display: block;
	padding: 5px;
	border: 1px solid #03AF93;
	font-weight: bold;
}
.non {
	color: #CCC;
}
#main h3 {
	font-weight: bold;
}
#main ul li {
	margin: 5px;
	list-style-type: square;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: 16px;
}
#main ul {
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#main ul li:hover {
	background-color: #F6F6F6;
}
p a img {
	border: 4px solid #F6F6F6;
}
#main p a:hover img {
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
}
p img {
	margin: 7px;
}
input {
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 5px;
	color: #159B85;
}
textarea {
	font:Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 5px;
	color: #159B85;
}
.submit {
	cursor:pointer;
}
.submit:hover {
	border-color: #999
	}
.error {
	font-size: 12px;
	color: #F00;
}
table {
	line-height: 22px;
	margin-bottom: 25px;
	margin-top: 10px;
}
strong {
	font-weight: bold;
}