.uitleg_portfolio pre{
	font-family: Arial;
}
.portfolio_invoer{

}
#back_link{
	height:20px;
	width: 650px;
	text-align: left;
	position:relative;	
	left:20px;
	margin-top: 10px;
}
#container_portfolio{
	position:relative;
	top:15px;
	left:20px;
	width: 650px;	
	margin-bottom: 20px;
	overflow: hidden;
}
code {
	font-family: Arial;
}
blockquote {
	margin: 10px 0px 0px 0px;
	padding-left: 0px;
	border-left: 0px solid #ddd
}
/* Images */
img{
	border: 0px;
}
img.pwimages{
	border: solid 1px gray;
	margin-right: 18px;
	margin-top: 10px;
}
.pwalbums{
	border: 1px solid gray;
}
#img_float_left{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}
#img_float_right{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}
.watermark {
position: relative;
}
.watermark span {
	position: absolute;
	right: 130px;
	bottom: 10px;
	width: 100px;
	height: 50px;
	background-image: url(/interface/logo.png);
}
/* Theme Specific */
#maintable{
	border: 1px solid #CCCCCC;
	background-color: #000000;
}
#maincontent{
	margin: 0;
	padding: 0px;
}
#maincontent .blog_subject{
	font-family: Arial;
	color: #FFFFFF; /* headline_txt_color */
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
#maincontent .blog_byline{
	margin-bottom: 0px;
}
div #toggleSidebarAvatar, #toggleSidebarLinks, #toggleSidebarCalendar, #toggleSidebarArchives, #toggleSidebarCategories , #toggleSidebarSearch, #toggleSidebarMenu, #toggleSidebarPreferences, #toggleSidebarRecentComments, #toggleSidebarRecentEntries, #toggleSidebarRecentTrackbacks
{
	display: block;
}

#sidebarcell{
	background-color: #1A1A1A;
	border-left: 1px solid #CCCCCC;
}

#sidebar{
	padding: 0px;
	background-color: #1A1A1A;
	
}
#sidebar .menu_title
{
	font-family: Arial;
	font-weight: bold;
}

#sidebar .menu_title a{
	text-decoration: none;
}

#sidebar .menu_title:hover{
}

#sidebar .menu_body {
	padding: 0px;
	border-color: #333333;
	border-width: 1px;
	border-style: dashed;
}

#sidebar .divider {
	margin:0px;
}

#sidebar .calendar{

}

#sidebar .calendar a{
	font-weight: bold;
	text-decoration: none;
}

#sidebar .calendar td{
	padding: 2px;
}

#archive_tree_menu ul	{
	list-style: none inside;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#archive_tree_menu li	{
	margin: 0px;
	padding: 0px;
}


.divider { margin: 0px 0px 0px 0px; }

/*  Greybox */
#overlay{
	background-image: url(/interface/overlay.png); 
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/interface/overlay.png", sizingMethod="scale");
	}