
/* GENERAL */
/******************/

*  {
margin : 0 auto;
padding : 0;
} 



body  {
font-family: Arial, Helvetica, sans-serif;
font-size : 12px;
color : #424242;
line-height : 18px;
/*background-color: #00CC33;*/
background-color : #4d4d4d;
margin-top :4px;

}


a:link, a:visited, a:active {
text-decoration : none;
color : #e73e97;
text-decoration:underline;
}


a:hover {
color : #000000;
text-decoration : none;
} 


p  {
padding-bottom : 10px;
} 


h1  {
font-size : 14px;
color : #000000;
font-weight : bold;
}

h2 {
font-size : 12px;
/*color : #424242;*/
color:#e73e97;
font-weight : bold;
} 


h3 {
font-size : 12px;
color : #424242;
font-weight : bold;
margin-bottom: 6px;
} 

.bullet-01{
font-weight : bold;
font-size : 12px;
color : #e73e97;
}


/*ul {
	list-style: none;}*/
	
	
ol {
list-style:disc;
padding-left: 24px;
}




ul#content-list{
	padding-left: 30px;
	margin-bottom: 12px;
}

#content-list li{
	list-style-image: url(../img/bullet_home.png);
	/*height: 20px;*/
/*	line-height: 16px;	*/
}







.img-left  {
border : 1px solid #FFFFFF;
padding : 4px;
margin-right : 30px;
}

.img-right {
border : 1px solid;
border-color:#FFFFFF;
padding : 4px;
margin-left : 20px;
} 

.img  {
border : 1px solid #FFFFFF;
padding : 4px;
margin: auto;
}

hr {
border: none;
background-color: #a0a1a4;
height: 1px;
}


/* CONTAINER */
/******************/


div#container  {
width : 940px;
border : 0px;
/*background-color:#4d4d4d;*/
/*background-image:url(../img/bg-content.jpg);
background-repeat:repeat-y;*/
} 

div#header {
width: 940px;
}


div#pagina-head {
width: 940px;
float:left;
}

.paginahoofd {
width: 700px;
padding-left: 30px;
float:left;
margin-bottom: 10px;
}



div#content {
width: 940px;
/*background-color:#e7e7e7;*/
min-height: 220px;
/*height: 100%;*/
background-image:url(../img/bg-content.jpg);
background-repeat: repeat-y;
float:left;
}


div#sub-navigation {
width : 240px;
float:left;
} 
  
div#text {
width : 650px;
padding-left: 20px;
float:left;
padding-right: 14px;
} 



/* MAIN NAVIGATION */
/******************/

div#navmenu  {
width : 680px;
height: 23px;
background-image: url(../img/bg-nav.jpg); 
background-repeat:no-repeat;
margin-left: 0px;
padding-left: 260px;
padding-top: 12px;
font-size:12px;
font-weight:bold;
} 

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 14px; }

#navlist a:link, #navlist a:visited
{
color: #FFFFFF;
background-color: #e73e97;
text-decoration: none;
}

#navlist a:hover
{
color: #000000;
background-color: #e73e97;
text-decoration: none;
}

/* PORTFOLIO */
/******************/
.portfolio-image{
width: 600px;
height: 326px;
/*border:solid 1px #424242;*/
border:solid 1px #FFFFFF;
padding: 3px;
margin-top: 10px;
}


/* PORTFOLIO-ACCORDION */
/******************/
.client-name{
cursor: hand;
cursor: pointer;
padding: 2px 5px;
background: #EDEDED;
border: 1px solid #FFFFFF;
/*border: 1px solid #a0a1a4;*/
}

.open-name{ /*class added to contents of 1st demo when they are open*/
border: 1px solid #FFFFFF;
background: #FFFFFF;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}


/* FOOTER */
/******************/

#footer {
background-image: url(../img/footer.jpg);
background-repeat:no-repeat;
width: 940px;
height: 40px;
font-weight : normal;
font-size : 10px;
color: #ffffff;
padding-top: 14px;
text-align: center;
	clear: both;


}


#footerlist li
{
display: inline;
list-style-type: none;
padding-right: 30px;
line-height: 18px;
}





/* SUB NAVIGATIE */
/******************/

#sub-navigation a:link, #sub-navigation a:visited, #sub-navigation a:active {
text-decoration : none;
color : #e73e97;
text-decoration:underline;
font-weight:bold;
font-size:11px;
}


#sub-navigation a:hover {
color : #000000;
text-decoration : none;
font-weight:bold;
} 

#sub-navigation li{
list-style: none;
padding-left: 30px;
}





#sub-navigation-contact a:link, #sub-navigation-contact a:visited, #sub-navigation-contact a:active {
text-decoration : none;
color : #e73e97;
text-decoration:underline;
font-weight:bold;
font-size:11px;
}


#sub-navigation-contact a:hover {
color : #000000;
text-decoration : none;
font-weight:bold;
} 

#sub-navigation-contact li{
list-style: none;
padding-left: 30px;
}


