#container
{
    width: 940px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: #3C3C3C;
}

#sub_left
{
    padding:5px;
    height: auto;
    width: 680px;
    
}

#sub_left img
{
    -webkit-border-radius: 5px;
     border-radius: 5px;
}

#pers
{
     margin-top:10px;
     padding-top: 5px;
     padding-left:5px;
     padding-right:5px;
     padding-bottom:5px;
    -webkit-border-radius: 5px;
     border-radius: 5px;
    -webkit-box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     background-color: #F5F5F5;
     font-size: 11px;
     color: #444;
}

#sub_right
{
    float: right;
    width: 220px;
    padding:5px;
    /*padding-top:15px;*/
}

#sub_right img
{
    -webkit-border-radius: 5px;
     border-radius: 5px;
}

#clear
{
    clear: both;
    padding-top:10px;
}


.centerimg
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.breakline
{
    width: 80%;
    color: #ECECEC;
    height: 1px;
}


#splitleft
{
    width: 50%;
    float:left;
    padding-top:10px;
    
}


#splitright
{
    width: 50%;
    float:right;
    padding-top:10px;

}


#left_content
{
    padding: 10px;
    -webkit-border-radius: 5px;
     border-radius: 5px;
    -webkit-box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     background-color: #F5F5F5;
}

#left_content h3
{
	padding-top: 10px;
	text-decoration: underline;
	padding-bottom: 5px;
}

/*#refnav
{
	height: 90px;
}
*/

/*#refnav
{
	margin-top: 20px;
}
*/

#refnav li
{
	display: inline;
	padding-left: 3px;
	padding-right: 3px;;
}

#refnav ul
{
	padding-top: 5px;
}

#reftext h2
{
	font-size: 14pt;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 14pt;
}

#refnav:hover img
{ 
    filter: alpha(opacity=50); /* for older versions of IE */
    opacity: .5;
}

#refnav a:hover img
{ 
    filter: alpha(opacity=100); /* for older versions of IE */
    opacity: 1; 
}

.hrstyled {
    border: 0;
    height: 1px;
    background: #777;
    background-image: -webkit-linear-gradient(left, #ccc, #777, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #777, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #777, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #777, #ccc); 
}

#ref_particulier
{
	width: 45%;
	float: right;
	text-align: center;
	-webkit-border-radius: 5px;
     border-radius: 5px;
    -webkit-box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     background-color: #F5F5F5;
}

#ref_particulier a img
{
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
}

#sub_right:hover img
{ 
    filter: alpha(opacity=50); /* for older versions of IE */
    opacity: .5;
	transition: opacity .25s ease-in-out;
}

#sub_right a:hover img
{ 
    filter: alpha(opacity=100); /* for older versions of IE */
    opacity: 1; 
	transition: opacity .25s ease-in-out;
}

#ref_zakelijk
{
	width: 45%;
	float: left;
	text-align: center;
	-webkit-border-radius: 5px;
     border-radius: 5px;
    -webkit-box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     background-color: #F5F5F5;
}

#ref_zakelijk a img
{
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
}

.hr_case-studies
{
    border: 0;
    height: 1px;
    background: #888;
    background-image: -webkit-linear-gradient(left, #ccc, #888, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #888, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #888, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #888, #ccc); 
    width: 80%;
}

#refnav a img
{
    min-width: 60px;
    max-height: 60px;
    margin-top: 5px;
}
  
