*{
	padding:0;
	margin:0;
}

body{
	background: #66534E;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

a{
	color: white;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.small{
	font-size: 10px;
}

h1{
	font-size: 18px;
	padding: 35px 0 0 30px;
}

h2{
	font-size: 14px;
}

#container{
	background: #f5f4ef url(../images/background.jpg) no-repeat top center ;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: 0 auto;
	width: 800px;
}

#cd{
	float: left;
	margin: 40px 0 0 200px;
 	width: 500px;
}

#cd-back, #link-back{
	float: left;
	width: 450px;
	height: 405px;
	margin: 40px 0 0 175px;
}

#cd-back{
	border: 2px solid black;
	background: transparent url(../images/cd-achterkant450.jpg) top left no-repeat;
}

#link-back{
	border: 2px solid white;
	background: transparent url(../images/background-ruit450.jpg) top left no-repeat;
}

#cd-back div, #link-back div, #form-back div{
	padding: 10px;
}

#form-back{
	background: transparent url(../images/background-ruit450.jpg) top left repeat-y;
	border: 2px solid white;
	float: left;
	width: 450px;
	margin: 40px 0 0 175px;
}

#content p{
	clear: both;
	width: 400px;
	margin: 40px 0 1em 220px;
}

#content a{
	color: blue;
}

#content object{
	width: 450px;
	height: 200px;
	margin: 0 0 0 190px;
}

#content embed{
	width: 450px;
	height: 200px;
	margin: 0 0 0 190px;
}

/************************************************
Sample pagina
*************************************************/

#cd-back table{
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 13px;
	margin: 80px 0 20px 35px;
}

#cd-back table td{
	padding: 0 0 0 10px;
	width: 180px;
}

#cd-back p{
	clear: both;
	text-align: center;
	padding: 0 50px;
}

#cd-back p a{
	color: blue;
}

/************************************************
Order formulier
*************************************************/


#form-back div p{
	margin: 0 0 1em 0;
}

form{
	text-align: left;
	font-size: 12px;
}

fieldset{
	border: 1px solid white;
	display: block;
	margin: 0 0 1em 0;
	padding: 1em 1em 1em 1em;
}

label{
	display: block;
	font-weight: bold;
}

input, textarea{
	display: block;
	width: 150px;
}

fieldset.name label{
	float: left;
	margin: 0 10px 0 0 ;
}

fieldset.name input{
	display: block;
}

fieldset.name select{
	display: block;
}

fieldset.address{
	padding-bottom: -1.4em;
}

fieldset.address label{
	width: 9em;
}

fieldset.address input{
	position: relative;
	top: -1.4em;
	left: 9em;
}

fieldset.details label{
	float: left;
	width: 50%;
	margin: 0 0 1em 0 ;
}

/************************************************
Link Pagina
*************************************************/

ul.links{
	margin: 1em 2em;
}

ul.links li{
	margin-bottom: 1em;
}

ul.links li a{
	display: block;
}

/************************************************
Menu
*************************************************/

#menu{
	clear: both;
	float: left;
	width: 575px;
	padding: 10px 130px;
}


#menu li{
	background: transparent url(../images/background-button.gif) no-repeat center center;
	float: left;
	font-size: 14px;
	/*  line-height + padding om element groot genoeg voor achtergrond plaatje te maken */
	line-height: 10px;
	padding: 10px 25px;

	list-style-type: none;
	margin: 0 5px;
	text-align: center;
}

#menu li a{}

#menu li a:hover{
	text-decoration: none;
}

/************************************************
Specifieke posities voor de knoppen
*************************************************/

#menu li.home{
	margin-top: 60px;
}

#menu li.bio{
	margin-top: 50px;
}

#menu li.samples{
	margin-top: 40px;
}

#menu li.order{
	margin-top: 30px;
}

#menu li.links{
	margin-top: 20px;
}

#footer{
	background: transparent url(../images/footer.jpg) no-repeat bottom right;
	clear: both;
	height: 70px;
/*      FF fix: door relatieve posities van menu en cd is achtergrond te klein
        de footer verhelpt dit ?
*/
}