@charset "utf-8";

/*
  * Homepage Lars Op den Kamp
  * Copyright Lars Op den Kamp 2008 <lars@opdenkamp.eu>
  */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color:#282828;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

div#foto-top-container {
	position: absolute;
	width: 193px;
	height: 120px;
	overflow: visible;
}

div#titel-top-container {
	position: absolute;
	width: 347px;
	height: 48px;
	overflow: visible;
	top: 50px;
	left: 232px;
}

#even_wachten {
	position:absolute;
	top:250px;
	left: 30%;
	text-align:center;
	visibility:hidden;
}

div#container {
	position: absolute;
	top: 120px;
	width: 100%;
}

table#container-table {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

td#container-links {
	background-color:#383841;
	width: 193px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

td#container-rechts {
	background-color:#757575;
	vertical-align: top;
}

#main_content {
	overflow:hidden;
}

table#nav-table {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 193px;
}

td.nav-table-item {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

td.nav-table-active {
	background-color: #FFFFFF;
}

fieldset.content {
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #383841;
	border-style: ridge;
	border-width: 1px;
}

legend.content {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #FFFFFF;
	border-color: #383841;
	border-style: ridge;
	border-width: 1px;
}

a.portfolio-link {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
}

td.uitleg {
	font-size: 10px;
}

/********** navigatie **********/

div#nav-cv {
	position: absolute;
	z-index: 15;
	top: 50px;
	left: 10px;
	height: 50px;
}

div#nav-portfolio {
	position: absolute;
	z-index: 15;
	top: 100px;
	left: 10px;
	height: 50px;
}

div#nav-projecten {
	position: absolute;
	z-index: 15;
	top: 150px;
	left: 10px;
	height: 50px;
}

div#nav-overige {
	position: absolute;
	z-index: 15;
	top: 200px;
	left: 10px;
	height: 50px;
}

div#nav-blok {
	z-index: 5;
	width: 193px;
	position: absolute;
	background: #757575;
	height: 40px;
	top: -60px;
}

/************* contact ***********/
div#contact {
	position: absolute;
	top: 275px;
	left: 10px;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}

fieldset.contact {
	border-width: thin;
	border-color: #AAAAAA;
}

legend.contact {
	font-size: 11px;
	font-weight: bold;
}

a.contact {
	color: white;
	text-decoration: none;
}

a.contact:hover {
	text-decoration: underline;
}

/************* scrollmeuk *************/

#s_track {  
	position:absolute;  
	top:0;  
	right:0;  
	height:100%;  
	width:10px;  
	background-color:transparent;  
	cursor:move;
} 

#s_handle {  
	width:10px;  
	background-color:#e0e0ff;  
	cursor:move;
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;  
	opacity:0.9;
	-moz-opacity:0.9;
	z-index: 25;
} 

#s_content {  
	overflow:hidden;
} 

li {
	list-style-type:circle;
	margin-bottom: 10px;
}

/*************** cv **************/
td.cv-jaar
{
	width: 120px;
	text-align: left;
}

td.cv-uitleg 
{
	font-size: 12px;
}

td.cv-titel
{
	text-decoration: underline;	
}

/*************** network **************/
.net_node_text
{
	font-size: 9px;
}

TD.net_details_item
{
	font-size: 10px;
	font-weight: bold;
}

TD.net_details_text
{
	font-size: 10px;
	padding-left: 4px;
}

.net_details_div
{
	float:right;
	width:250px;
	height: 100%;
	background: #907575;
	padding: 0 0 0 2px;
}

#selected_node_title
{
	font-size: 12px;
}

.accordion_toggle {
	display: block;
	height: 30px;
	width: 250px;
	background: #759075;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}
		
.accordion_toggle_active {
	border-bottom: 1px solid #907575;
	font-weight: bold;
	text-decoration: underline;
}
		
.accordion_content {
	background-color: #757575;
	color: #000000;
	overflow: hidden;
}
