/* Sorteerbaar objectoverzicht */

  #sortable { list-style-type: none; margin: 0; padding: 0; width: 600px; }

  #sortable li { 
  	margin: 10px 10px 10px 0; 
  	padding: 5px; 
  	float: left; 
  	width: 150px; 
  	height: 165px; 
  	font-size: 16px;; 
  	text-align: center; 
 }
 
 .object_pic_container {
 	max-width: 100%;
 	height: 120px;
 	line-height: 120px;
 	
 }

.object_pic {
	max-width: 100%;
	max-height: 100;
	border: 0px;	
	margin-left: auto;
	margin-right: auto;
	display: block;

}

/* Einde Sorteerbaar objectoverzicht */


/* menu */
  
  #Menu {
	width: 100%; 
	top:	0px;
	left: 	0px;
	float: left; z-index:999; 
	position:absolute; 
	background-color: none;
  }
  
  #menubar {
	width: 100%;
	height: 25px;
	background-color: #404040;
	line-height: 25px; /* <-- this is what you must define */
  	vertical-align: middle;
  }

  #menubar A {	
  	color			: #ffffff; 
	text-decoration		: none;
  }

  #menubar A:Visited {	
  	color			: #ffffff; 
	text-decoration		: none;
  }

  #menubar A:Hover {
	color			: #0000ff; 
	text-decoration		: none;
  }



 
  #profile {
  	background-color: #ff0000;
  	width: 150;
  	float: right; z-index:999;
  	display:none;
  }
  
/* einde menu */


.profile_pic {
	display: block;
    	margin-left: auto;
    	margin-right: auto;	
	
	width: 64px;
	height: 64px;
	border: 0px;

}




h1 {
	line-height: 40px;
	font-family: 'Tahoma', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #a4a4a4;
	margin: 0px;
}


.h1img {
	width: 90px;
	height: 90px;
	border: 1px;	
	display: inline;
	float: right;
	vertical-align: text-bottom;	
}


.newsitem {
    width: 600px;
    background-color: #ebecec;
    border: 1px solid #dddede;
    border-radius: 1px;
    margin-bottom: 15px;
    padding: 9px;
}

.news {
    background-color: #ffffff;
    border: 1px solid #dddede;
    border-radius: 1px;
    clear: both;
    overflow: auto;
    padding: 15px 10px;
}


.news .author {
    border-top: 1px solid #e8eaea;
    padding-top: 10px;
	line-height: 20px;
	font-family: 'Tahoma', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6CE65F;
}

img {
	border: none;
}


.ervaringitem {
    width: 400px;
	height: 275px;	
    background-color: #ebecec;
    border: 1px solid #dddede;
    border-radius: 1px;
    margin-bottom: 15px;
    padding: 2px;
}

.ervaring {
    background-color: #ffffff;
    clear: both;
    overflow: auto;
    padding: 2px 2px;
	font-family: 'Tahoma', sans-serif;
	font-size: 11px;
}


.ervaring .author {
    border-top: 1px solid #e8eaea;
    padding-top: 2px;
	line-height: 20px;
	font-family: 'Tahoma', sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6CE65F;
}


.surveyquestion {
	font-family: 'Tahoma', sans-serif;
	font-size: 11px;	
    float: left;
	overflow: hidden;
	width: 200px;
	font-weight: bold;
    blackground-color: #ebecec;
    blorder: 1px solid #dddede;
}
.surveyanswer {
	font-family: 'Tahoma', sans-serif;
	font-size: 11px;
    float: right;
	overflow: hidden;
	width: 150px;
    blackground-color: #ebecec;
    blorder: 1px solid #dddede;
}

