
html,body {
	margin:0;
	padding:0;
	height: 100.02%;
}

body {
	margin: 0;
	padding: 0;	
	background-color: #595958;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 1.8em;
	height: 100.10%;
	scrollbar-base-color:#757575;
}


a {
	color: #ffffff;
}

.maincat {
	text-align: center;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}


/* block properties */


#container {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#undermainfoto {
	clear: both;
	width: 620px;
}



#scrollveld {
}


/* projectlijsten */

#rightlist {
	text-align: left;
	width: 620px;
	margin:0;
	padding:0;
	display: inline;
}
	

/* 
	float: left;
	
	position: relative;
	float: left;
*/

#rightlist ul {
	border: 0;
	list-style: none;
	padding: 0;

}

ul.previewlist {
	width: 620px;
	margin: 5px 0px 0px 0px;
	padding: none;
	list-style: none;
	border: none;
}

ul.previewlist li {
	display: block;
	cursor: pointer;
	margin: 5px 0px 0px 0px;
}

ul.previewlist li a {
	display: block;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	background-color: #5f5e5d;
	border: none;
	text-decoration: none;
	color: black;
	position: relative;
}

ul.previewlist li a:hover {
	background-color: #424242;
}

ul.previewlist li img {
	height: 80px;
	width: 180px;
	border: none;
	float: left;
	margin: 0px 10px 0px 0px;
}





.thumbnails {
	opacity: .5;
	filter:alpha(opacity=50);-moz-opacity:0.5;
}

a:hover .thumbnails, a:active .thumbnails {
	opacity: .99;
	filter:alpha(opacity=100);-moz-opacity:1;
}





ul.previewlist_2 {
	width: 620px;
	margin: 5px 0px 0px 0px;
	padding: none;
	list-style: none;
	border: none;
}

ul.previewlist_2 li {
	display: block;
	cursor: pointer;
	margin: 5px 0px 0px 0px;
}

ul.previewlist_2 li a {
	display: block;
	min-height: 45px;
	height: auto !important;
	height: 45px;
	background-color: #5f5e5d;
	border: none;
	text-decoration: none;
	color: black;
	position: relative;
}

ul.previewlist_2 li a:hover {
	background-color: #424242;
}

ul.previewlist_2 li img {
	height: 45px;
	width: 180px;
	border: none;
	float: left;
	margin: 0px 10px 0px 0px;
}









	
.previewtext {
	padding: 4px 20px 0px 0px;
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #e0e0e0;
	text-decoration: none;
}











/* alles in de header */

#header {
	text-align: left;
	position: relative;
	height: 62px;
	top: 0px;
	left: 0px;
}

#logo {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 62px;
	width: 180px;
}

#topmenu {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	height: 62px;
	width: 440px;
}

#logogif {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	border: none;
}





/* menubovenaan */

.basictab ul{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	font: 11px Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
	display: inline;
	margin: 0;
}

.basictab li a{
	text-decoration: none;
	padding: 2px 6px 2px 6px;
	margin: 0px 0px 0px 0px;
	border: none;
	background-color: #424242;
	color: #ffffff;
}

.basictab li a:visited{
	color: #00;
}

.basictab li a:hover, .basictab li a.current{
	background-color: #e0e0e0;
	color: black;
}

.basictab li a:active{
	color: black;
}

.tabcontainer{
	clear: left;
	text-align: right;
	text-decoration: none;
	width:100%; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
	display: none;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 1.8em;
	color: #e0e0e0;
	text-decoration: none;
	font-weight: bold;
}

.tabcontent a{
	text-decoration: none;
	color: #e0e0e0;
}

.tabcontent a:hover {
	text-decoration: none;
	color: #ffffff;	
}

.tabcontent a.over {
	text-decoration: none;
	color: #ffffff;	
}





/* MAINPAGE */

#mainFront {
	text-align: left;
	width: 620px;
	height: 270px;
	position: relative;
	top: 0px;
	left: 0px;
}

#detailficheFront {
	text-align: left;
	width: 620px;
	height: 410px;
	position: relative;
	top: 0px;
	left: 0px;
}

#flashcontent {
	width: 620px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#txt {
	text-align: justify;
	padding: 10px 0px 0px 180px;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #ffffff;
}

#txt a{
	text-decoration: none;
}

#txt a:hover{
	text-decoration: underline;
}


#txt table td{
	margin: 0;
	padding: 0px 4px 6px 0px;
	border: 0;
	border-spacing: 0px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}

#txt ul{
	line-height: 1.4em;
}

#txt ul li{
	margin: 0;
	padding: 0px 0px 5px 0px;
}

#backtolink {
	text-align: right;
	padding: 0px 0px 5px 233px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}


#backtolink a {
	color: #ffffff;
	background-color: #989898;
	letter-spacing: 2px;
	padding: 1px 5px 1px 10px;
	text-decoration: none;
}


#backtolink a:hover{
	color: #646464;
	background-color: #ffffff;
}




/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 6px;
margin-bottom: 0;
font: 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #ffffff;
background: #424242;
}

.shadetabs li a:visited{
color: #ffffff;
text-decoration: none;
}

.shadetabs li a:hover{
text-decoration: none;
color: black;
background: #e0e0e0;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color: black;
background: #e0e0e0;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentpr{
display:none;
text-align: justify;
}

.tabbedcontainer{
border-top:1px solid #e0e0e0;
padding: 10px 0px 0px 0px;
}


.pbl{
list-style-type: none;
text-align: left;
margin: 0;
margin-left: 0;
padding-left: 0em;
}

.publi{
/*background-image: url(images/bullit.gif);
background-repeat: no-repeat;
background-position: 0% .4em;
padding-left:  2em;*/
}


@media print {
.tabcontentpr {
display:block !important;
}
}
