{
	font-family:Verdana, Arial, sans serif;
	font-family: 'PT Sans', sans-serif;
}

body{
	margin:0 60px 0 60px;
	padding: 0 0 0 0px;
	background-color:#FFFFFF;
	font-family: Verdana;
}

body img{
	border: 0;
}

/* NAVIGATION */
.navigation{
	margin-top: 50px;
	height: 80px;
	border-bottom: 2px solid black;
	min-width:900px;
}
.navigation div{
	float: left;
}
.menu_item{
	padding-left: 80px;
	padding-top: 10px;
	height: 80px;
}
.menu_item a{
	border-bottom: 3px solid grey;
}
.menu_item a:link{
	text-decoration:none;
	color: black;
}
.menu_item a:visited{
	text-decoration:none;
	color: black;
}
.menu_item a:hover{
	border-bottom:none;
}
.selected span{
	border-bottom:none;
}

/* CONTENT */
.content{
	clear: both;
	width:900px;
	padding-top: 50px;
	margin: 0px auto 0px auto;
}

.content div{
	float: left;
}

.retouche, .art{
	display: block;
	width: 400px;
}

.art{
	padding-left:100px;
}
.text{
	clear: both;
	float: left;
	width: 350px;
	font-size: 14px;
}

.portrait{
	float: left;
}
.portrait img{
	width: 400px;
	height: 267px;
	display: block;
	padding-bottom: 50px;
	margin-left:50px;
}

.contact{
	font-size: 14px;
	height: 180px;
}

.pictures{
	width: 900px;
}

.picture{
	width: 300px;
	height: 300px;
	float: left;
	position: relative;
}

.picture img{
	max-width: 280px;
	max-height: 280px;
	width: auto;
	height: auto;
	margin-left: auto;   
	margin-right: auto; 
	
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}

/* FOOTER */
.footer{
	min-width:900px;
	clear: both;
	font-size: 10px;
	color: grey; 
	border-top: 2px solid black;
	margin-top: 30px;
	padding-top:30px;
}