*{
	margin:0px;
	padding:0px;
}
html,body{
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container{
	width: 795px;
}
#main{
	width:100%;
	height:100%;
	overflow:hidden;
	clear:both;
}
#links{
	float:left;
	width:190px;
	height:275px;
	padding-left:30px;
	margin-top:15px;
	padding-right:15px;
	border-right:#FFFFFF solid 2px;
	margin-bottom:1ems;
}
#links ul, #links li{
	list-style-type:none;
}

#links li{
	float:right;
}
#links li a{
	display:block;
	height:174px;
	width:33px;
	overflow:hidden;
	line-height:2000px;
	margin-left:14px;
}
#home{
	background-image:url(../images/button_home.gif);
}
#diensten{
	background-image:url(../images/button_diensten.gif);
}
#portfolio{
	background-image:url(../images/button-portfolio.gif);
}
#contact{
	background-image:url(../images/button_contact.gif);
}
#links a:hover, .actief{
	background-position: 0px 174px;
}
#rechts{
	float:right;
	width:485px;
	margin-left:67px;
	line-height:17px;
	overflow:hidden;
}
#logo a{
	background-image: url(../images/logo-michiel-naring.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 90px;
	width: 336px;
	overflow: hidden;
	line-height: 2000px;
	display:block;
	margin-bottom:20px;
}
#content{
	clear:both;
}

#content ul{
	padding-left:15px;
}

#content .home{
	width:325px;
}

#albums option, #albums select{
	width:485px;
}

#footer{
	height:30px;
}
/* koppen */
h1{
	color:#DC0067;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	font-size:12px;
}
h2{
	color:#3B4986;
	font-size:12px;
}

/* links */
a:link, a:visited{
	color:#FFFFFF;
}
a:hover, a.selected:visited, a.selected:link{
	color:#DC0067;
}

/* portfolio */

#fotoshow{
	margin:auto;
	text-align:center;
}

#fotoshow img{ 
	margin:auto;
}
#ninersBox img{
	cursor:pointer;
	border:#000000 solid 1px;
}



/* contact formulier */
#contactform p{
	clear: left;
	position: relative;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contactform label{
	font-weight: bold;
	float: left;
	width: 125px;
	margin-right: 0px;
}
#contactform input{
	width: 350px;
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
#contactform input:focus{
	background-color:#FFFFCC;
}

#contactform textarea{
	width: 350px;
	height: 140px;
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
#contactform .submitbutton{
	font-size:12px;
	width: auto;
	padding: 7px 12px;
	background-color: #DC0067;
	color:#FFFFFF;
	border: none;
	cursor:pointer;
	font-weight:bold;
}
#contactform .indent {
	margin-left: 125px;
}

