html{
	height: 100%;
}
body{ 	
	font-family: arial, helvetica, sans-serif; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #F3F3F3;
	height: 100%;
}

#logo{
	position: absolute;
	margin-top: 26px;
	margin-left: 889px;
}

#home{
	position: absolute;
	margin-top: 72px;
	margin-left: 113px;
	width: 806px;
	background-color: #FEFEFE;
	z-index: 1;
	display: none;
	overflow: hidden;
}

#nav{
	position: absolute;
	margin-left: 694px;
	margin-top: 18px;
}

#projects{
	position: absolute;
	margin-top: 113px;
	margin-left: 72px;
	width: 806px;
	height: 800px;
	background-color: #FEFEFE;
	z-index: 2;
	display: none;
	overflow: hidden;
}

#projects_over{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
}

#project{
	position: absolute;
	margin-top: 150px;
	margin-left: 31px;
	width: 806px;
	height: 800px;
	background-color: #FEFEFE;
	z-index: 3;
	display: none;
	overflow: hidden;
}

#pop{
	position: absolute;
	margin-top: 116px;
	margin-left: 363px;
	width: 515px;
	background-color: #E8E8E8;
	z-index: 15;
	display: none;
}

#homeproject1{
	position: absolute;
	margin-top: 185px;
	margin-left: 105px;
	width: 180px;
	height: 155px;
	overflow: hidden;
	background-color: #D1D1D1;
	z-index: 11;
}

#homeproject1_over{
	position: absolute;
	display: none;
	width: 456px;
	background-color: #E8E8E8;
	z-index: 14;
}

#homeproject2{
	position: absolute;
	margin-top: 43px;
	margin-left: 222px;
	width: 180px;
	height: 155px;
	overflow: hidden;
	background-color: #D1D1D1;
	z-index: 12;
}

#homeproject2_over{
	position: absolute;
	display: none;
	width: 456px;
	background-color: #E8E8E8;
	z-index: 14;
}

#homeproject3{
	position: absolute;
	margin-top: 237px;
	margin-left: 376px;
	width: 180px;
	height: 155px;
	overflow: hidden;
	background-color: #D1D1D1;
	z-index: 13;
}

#homeproject3_over{
	position: absolute;
	display: none;
	width: 456px;
	background-color: #E8E8E8;
	z-index: 14;
}

h1{
	position: relative;
	top: 4px;
	margin: 0px; padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

h2{
	margin: 0px; padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

.dotted{
	height: 13px;
	background: url('http://www.lovisarottier.com/img/dotted.gif') bottom left repeat-x;
	font-size: 0px;
	clear: both;
}

p{
	margin: 0px 0px 20px 0px;
}

.divider{
	height: 0px;
	font-size: 0px;
	clear: both;
}

.page{
	margin: 10px 20px 10px 20px;
}

.closer, .closer a{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
}

.closer a:hover{
	color: #888888;
}

.paragraph{
	margin-bottom: 20px;
}

.paragraph .image{
	float: left;	
}

.page a{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.page a:hover{
	color: #888888;
}

.paragraph a{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.paragraph a:hover{
	color: #888888;
}

.aboutmenu{
	margin-bottom: 40px;
}

.aboutmenu a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.aboutmenu a:hover{
	color: #888888;
}

.aboutmenu .active{
	text-decoration: underline;
}

.presslink{
	display: block;
	margin-right: 20px;
	padding-bottom: 10px;
	float: left;
	color: #000000;
}

.project_small{
	width: 80px;
	height: 103px;
	float: left;
	background-color: #E6E7E8;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}

.project_big{
	position: absolute;
	width: 184px;
	height: 236px;
	float: left;
	background-color: #E6E7E8;
	margin-right: 15px;
	margin-bottom: 15px;
	z-index: 100;
	display: none;
}

.project_small img{
	margin: 4px;
}

.projectimage{
	margin-bottom: 12px;
}

.projecttitle a{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.projectteaser{
	margin-top: 15px;
}