body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.png) center center no-repeat fixed;
	text-align: left;
	overflow-y: scroll;
}


*html body {
	overflow-x: hidden;
	background: #dcdcdc url(../images/bg.jpg) top left repeat-x;
}

table {
	margin: 0;
	border-collapse:collapse;
	border-spacing: 0;
}

td {
	vertical-align:top;
	text-align:left; 
}


h1, h2, h3, h4, h5, h6, p, div, form {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

#logo {
	width: 980px;
	text-align: left;
	margin: 35px 0 25px 0;
}

#logo h1 a{
	font-family: Amethysta, arial, serif;
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: normal;
	color: #444;
	line-height: 36px;
}

#logo h1 a span {
	color: #D97E04;
}

#logo h1 a span.fotos {
	color: #006FB4;
	float: right;
}

#logo h1 a span.fotosa {
	color: #006FB4;
}

#logo h1 a span.webdesign {
	color: #D97E04;
	float: right;
}

#logo h1 a:hover span {
	border-bottom: 1px solid #D97E04;
}

#logo h1 a:hover span.fotos {
	border-bottom: 1px solid #006FB4;
}

#logo h1 a:hover span.webdesign {
	border-bottom: 1px solid #D97E04;
}

#logo h1 a:hover span.fotosa {
	border-bottom: 1px solid #006FB4;
}


#logo p {
	margin: 4px 0 0 0;
	font-family: Tahoma, arial, serif;
	font-size: 13px;
	color: #444;	
}

#logo p a {
	color: #444;
	border-bottom: 1px solid #444;
}

#logo p a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}		

#websites {
	background: url(../images/websites.png) top left no-repeat;
	width: 980px;
	margin: 0 0 45px 0;
}

*html #websites {
	background: url(../images/websites.gif) top left no-repeat;
}

.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 970px;
	height: 230px;
}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left;
	overflow: hidden;
	margin: 10px;
	width: 250px;
}

#websitesnav a img {
	filter: alpha(opacity=60); 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); 
	-moz-opacity: 0.60; 
	opacity: 0.60; 	
	
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;			
}

#websitesnav a:hover img {
	filter: alpha(opacity=90); 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
}

#websitesnav a.a img {
	filter: alpha(opacity=100); 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
	-moz-opacity: 1.00; 
	opacity: 1.00; 		
}


#pagina {
	margin: 0 0 60px 0; 
	width: 100%;
	background: #FBFBFB;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
		
}

#inhoud {
	width: 980px;
	padding: 30px 0;
	text-align: left;
}

#inhoud.home {
	background: url(../images/home.jpg) bottom right no-repeat;
	height: 400px;
}

#inhoud.fotos {
	background: url(../images/fotos.jpg) bottom right no-repeat;
	height: 400px;
}

#inhoud p {
	font-family: Amethysta, sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #444;
}

#inhoud p a {
	font-family: Amethysta, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #B66A03;
}

#inhoud p a:visited {
	color: #824B02;
}

#inhoud p a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

#inhoud.fotos p a.terug {
	font-family: Amethysta, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #B66A03;
}

#inhoud.fotos p a.terug:visited {
	color: #824B02;
}

#inhoud.fotos p a.terug:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
#inhoud.fotos p a {
	font-family: Amethysta, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #006FB4;
}

#inhoud.fotos p a:visited {
	color: #005384;
}

#inhoud.fotos p a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

#inhoud p span {
	color: #000;
}

#inhoud p a span {
	color: #006FB4;
}

#inhoud p a:hover span {
	border-bottom: 1px solid #006FB4;
}

#inhoud p.clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1px;
	height: 1px;
}

#inhoud img {
	float: left;
	margin: 6px 30px 30px 0;
	width: 280px;
	height: 330px;
	padding: 1px;
	border: 1px solid #CCC;
}

#inhoud.home img {
	float: none;
	margin: 0;
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	padding-bottom: 3px;
}

#inhoud.fotos img {
	float: none;
	margin: 0;
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	padding-bottom: 3px;
}
