.line{
	display: block;
	/*border: 1px solid black;
	height: 300px;*/
}
.object{
	display: inline-block;
}
#right {
	width: 25%;
	margin-left: 100px;
	position: relative;
	bottom: 125px;
	padding-left: 10px;
	border: 2px solid black;
}
#left {
	width: 55%;
}
.ImgContainer{
	width: 100%;
	height: 350px;
	text-align: center;
}


#right2 {
	width: 20%;
	margin-left: 50px;
	position: relative;
	padding-left: 10px;
	border: 2px solid black;
}
#left2 {
	width: 70%;
}
.ImgContainer2{
	width: 100%;
	height: 600px;
	text-align: center;
}

img{
	width: 100%;
	height: 100%;
}

/*tabelldesign*/
table {
  margin-top: 1%;
  width: 100%;
  border-collapse: collapse;

}
table td {
  /*vertical-align:top;*/
  border-bottom: 1px solid black;
}
/*For bilde oppsett i tabellen*/
.PersonBilde{
  width: 20%;
  margin-top: 50%;
}
.PersonBilde img{
  margin-top: 2%;
  margin-bottom: 2%;
  width: 300px;
}