
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

margin: 0px;
padding: 0px;

.clear {
	clear:both;
}

body {
	background: #696969;
	font-family: "times new roman",verdana, arial,sans-serif;
	color:#000;
}

/*hieronder van home css, met foto eer en uitleg*/
#lefthome {
	margin: 100px 0 0 300px;
	width: 350px;
	height: 600px;
	text-align: center;
	float:left;		
}

#righthome {
	margin: 100px 0 0 25px;
	height: 600px;
	float: left;
}

/*hieronder indeling contact en beetje links , zelfde container*/
#container {
	font-size: 110%;
	margin: 250px 200px 300px 200px;
	text-align: center;
}

ul {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	color:#000;
}

/* hieronder indeling cv tabel*/
table {
	width: 100%;
	height: 100%;
	border:0;
	cellspacing: 0;
	cellpadding: 0;
}      

/* hieronder alles met jewelry en foto's */
h1 {
	text-align:center;
	font-family: "times new roman",verdana, arial,sans-serif;
	color:#000;
}

#exhibitions {
	text-decoration: none;
	list-style: none;
}

.mainimg{
	width: 100%;
	margin-top: 200px;
	margin-left: 50px;
	align: center;
}

.leftimg {
	cursor: hand;
	float: left;
}

.rightimg {
	margin-left: 30px;
	cursor: hand;
	float:left;
}

#textleft {
	cursor: hand;
	margin-bottom: 5px;
}

#textright {
	cursor: hand;
	margin-bottom: 5px;
}

#back {
	position: absolute;
	width: 100%;
	float: left;
	
}


#container2 {
	width: 740px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #DCDCDC;
}

#left2 {
	width: 350px;
	background-color: #A9A9A9;
	float: left;
}

#right2 {
	width: 350px;
	height: 360px;
	background-color: #C5DBFC;
	float: right;
}
.clear {
	clear: both;
}


/* hieronder alles mbt links*/
li {
	margin: 15px 0 0 0;
}

ul 2 {
	margin: 0px 200px 200px 300px;
	padding: 0;
	list-style: none;
	font-size: 110%;
	text-align: center;
	line-height: 140%;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF7F50;
	text-decoration: none;
} 
