@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: OpenSans;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #000000;
    background-color: #ffffff;
}


a
{
	color: #000000;
}


h1
{
	color: #de5d62;
}

h2
{
	line-height: 120%;
	color: #de5d62;
}

#site_wrapper {
    width: 1280px;
    height: 720px;
    overflow: hidden;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
    background-image: url(../ontwerpend_assets/site_background.png?v=3);
    background-repeat: no-repeat;
}


#page_content {
    float: left;
    width: 780px;
    height: 570px;
    margin-top: 40px;
    margin-left: 100px;
    margin-bottom: 0px;
    margin-right: 0;
	overflow: auto;
	padding-left:20px;
	padding-right:20px;

}
#site_nav {
    float: left;
	margin-left:0px;
    width: 280px;
    height: 570px;
  margin-top: 150px;
    color: #ffffff;
    line-height: 22px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'OpenSans';
}
#site_nav ul {
    list-style: none;
    padding-left: 4px;
    margin-top: 0px;
   
}
#site_nav ul li {
    cursor: pointer;
    font-size:11px;
}

#site_nav ul li a {
    text-decoration: none;
    display: block;
    
    background-color: rgba(255,255,255,0.3);
    
    
    height: 27px;
    color: #000000;
    font-weight: bold;
    width: calc(100% - 5px);
    padding-left: 5px;
    padding-top: 8px;
	padding-bottom:2px;
    margin-bottom: 8px;
    font-size:14px;
    text-transform: uppercase;
}

#site_nav ul li a.active
{
    background-color: rgba(255,255,255,1) !important;
}






a.button, a.loginacc_button
{
    margin-top:5px;
    height: 25px;
   float:left;
    background-color: #646464;
    color: #ffffff !important;
    text-align: center;
    padding-top: 10px;
	padding-bottom:10px;
    text-decoration: none !important;
    font-size:16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
    
  
	margin-bottom:5px;
}

a.small_button
{
    margin-top:5px;
    height: 20px;
   
    background-color: #646464;
    color: #ffffff !important;
    text-align: center;
    padding-top: 5px;
	padding-bottom:5px;
    text-decoration: none !important;
    font-size:12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
    
   margin-bottom:5px;
}


a.naardeapp
{
    margin-top:5px;
    height: 35px;
   
    background-color: #de5d62;
    color: #ffffff !important;
    text-align: center;
    padding-top: 10px;
	padding-bottom:10px;
    text-decoration: none !important;
    font-size:18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
    text-transform: uppercase;
  
	margin-bottom:5px;
}




input {
    color: #000000;
}

table.ontwerpen
{
	border: #646464;
	border-style:solid;
	border-width:2px;
	
	
}

table.ontwerpen thead tr th
{
	text-align:left;
	padding-right:10px;
	font-size:12px;
	background-color: #f49f00;
}

table.ontwerpen tbody tr td
{
	font-size:12px !important;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:10px;
	border-bottom-color: #646464;
	border-bottom-style:solid;
	border-bottom-width:2px;
}




