* {
  	margin:0;
  	padding:0;
}
html, body {
	font-family: Arial, sans-serif;
  	color: #ffffff;
  	text-align:center;
	font-size:12px;
}
#return {
	margin-top:-13px;
	margin-bottom: 13px;
}
body#main {
	background-color: #000000;
	text-align: center;
	background-image:url('images/achtergrond.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#header {
	width:900px;
	margin:0 auto;
	overflow:hidden;
	padding-top: 20px;
}

#name {
	display:inline;
	float:left;
	font-size:20px;
}
#topMenu {
	display:inline;
	float:right;
	font-size:20px;
}

#container {
	width:900px;
	height: 500px;
	border: 1px solid white;
	margin: -4px auto;
	overflow:hidden;
}
#utils {
	position:relative;
	top:55px;
	right:250px;
}

#photoHorizontal {
	width:440px;
	height:280px;
	margin: 110px 0px; 
	float:left;
	text-align: right;
}

#sessionphotoHorizontal {
	width:705px;
	height:460px;
	margin: 20px 0px; 
	float:left;
	text-align: right;
}

#photoVertical {
	width:440px;
	height:420px;
	margin: 40px 0px; 
	float:left;
	text-align: right;
}

#sessionphotoVertical {
	width:690px;
	height:450px;
	margin: 25px 0px; 
	float:left;
	text-align: center;
}

#text {
	width:420px;
	height:340px;
	margin: 80px 0px; 
	float:right;
	text-align:left;
	padding:0px 10px;
	overflow:hidden;
}

#text h1 {
	line-height: 30px;
	height: 40px;

}

#photoTextHorizontal {
	width:175px;
	height:420px;
	margin: 40px 0px; 
	float:right;
	text-align:left;
	padding:0px 10px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto
}

#photoTextVertical {
	width:175px;
	height:420px;
	margin: 40px 0px; 
	float:right;
	text-align:left;
	padding:0px 10px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto
}

#photoAlbumOverview {
	width:850px;
	height:380px;
	margin: 60px auto; 
	text-align:left;
	padding:0px 10px;
	overflow:hidden;
}
#thumbs {
	text-align:center;
}

#textMain {
	height:300px;
	overflow:auto;/*for firefox <1.5*/
	overflow-x:hidden;
	overflow-y:auto;
}

#photoTextVertical #textMain, #photoTextHorizontal #textMain {
	height:380px;
}

#textMain a, #photoAlbumOverview a, #return a{
	color: #339966;
	text-decoration:none;
}

#textMain h2, #photoAlbumOverview h2 {
	font-size: 15px;
}

#photoAlbumOverview a:link, #photoAlbumOverview a:active, #photoAlbumOverview a:visited {
	text-decoration: none;
}

#textMain a:link, #textMain a:active, #textMain a:visited {
	text-decoration: none;
}

#textMain a:hover, #photoAlbumOverview a: hover {
	text-decoration: underline;
	color:white;
}


#scrolltext #textMain a.portfolioLink {
	color:white;
       font-size:20px;
	height:35px;
	line-height:35px;
}

#scrolltext #textMain a.portfolioLink:hover {
	text-decoration: underline;
}

#footer {
	width:900px;
	margin:10px auto;
}

#mainmenu {
	border: 1px solid red;
}

a {
	color: #FFFFFF;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* hoofdmenu*/
#text ul.menu {
	margin-top:25px;
}

#text ul.menu li {
	font-size: 40px;
	list-style-type: none;
}

/* topmenu*/
#topMenu ul.menu {
	display:inline;
}

#topMenu ul.menu li {
	font-size: 20px;
	list-style-type: none;
	display:inline;
}

/*itemtitel*/

p {
	margin: 8px 0px;
}
/*photoAlbum*/

img.photoThumb {
	border:1px solid white;
	margin: 5px 5px;
	vertical-align:middle;
}

#textMain div {
	padding-bottom:12px;
}


