@charset "utf-8";

html {
	height: 100%;
	margin-bottom: 1px;
}

/*html, body { 
height: 100.1%; 
}*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #a7a7a7;
	margin: 0;
	border: 0;
	font-size: 11px;
	line-height: 13px;
}

img {
	border: 0;
}

table {
	width: 500px;
}

a {
	outline: none;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.clear {
	clear: both;
}

.cell_years {
	width: 50px;
	vertical-align: top;
}

.cell_years_two {
	width: 75px;
	vertical-align: top;
}

.dash {
	height: 15px;
	clear: both;
}

.hide {
	display: none;
}

#wrapper_NOT {
	background-color: red; /* cosmetic */
	height: 0px; /* set to taste */
	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}

#center_NOT {
	overflow: auto; /* set to taste */
	position: absolute; /* required */
	left: 50%; /* required */
	margin-left: -495px; /* half of width */
	width: 990px; /* width of div */
	height: 604px; /* height of div */
	top: -302px; /* half of height */
}

#container {
	width: 971px;
	margin: 0 auto;
	background-color: #a7a7a7;
	float: none;
	border: 0px solid #000000;
}

#headerContainer {
	height: 49px;
	width: 515px;
	background-color: #a7a7a7;
	margin: 0 auto;
}

#header {
	height: 49px;
	float: left;
	width: 301px;
	background-color: #a7a7a7;
}
#headerAttentionGrabber {
	position: relative;
	float: right;
	width: 196px;
	height: 37px;
}

#navbar {
	height: 12px;
	float: right;
	width: 196px;
	position: relative;
}

/*#topmenu {
	margin-top:37px;
	position: relative;
}*/

#submenu {
	/*border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;*/
	margin-left:0px;
	width: 90px;
	overflow: hidden;
	background-image: url(../images/a7a7a7.gif);
	background-repeat: repeat;
	height: 64px;
}

/*#navbar img {
	top: 37px;
	position: relative;
	float: right;
}*/


/*Navigering*/
ul {
	padding: 0;
	margin: 0;
}

ul li {
	float:left;
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
}

ul ul {
	display: none;
}

ul li:hover > ul {
	display: block;
	position: absolute;
}

li a {
	display: block;
	text-decoration: none;
}

#mainContent {
	padding: 0 0 0 0;
	text-align: left;
	font-size: small;
	height: auto;
	width: 971px;
	float: none;
	margin: 0;
	background-color: #a7a7a7;
}

#mainContent515 {
	height: auto;
	width: 515px;
	margin: 0 auto;
	background-color: #a7a7a7;
}

.projectCubeLeft {
	padding: 0;  
	height: 180px;
	width: 150px;
	text-align: left;
	float: left;
	margin-left: 1px;
}

.projectCubeRight {
	padding: 0;  
	height: 180px;
	width: 150px;
	text-align: left;
	float: right;
}

.projectCubeCenter {
	padding: 0; 
	height: 180px;
	width: 150px;
	text-align: left;
	float: left;
	margin-left: 32px;
}

.projectCubeLeft_2columns {
	height: 200px;
	width: 150px;
	text-align: left;
	position:relative;
	float: left;
	margin-left: 72px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.projectCubeRight_2columns {
	padding: 0;
	height: 200px;
	width: 150px;
	text-align: left;
	float: right;
	margin-top: 0px;
	margin-right: 71px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

#footer {
	clear: both;
	margin-top: 1px;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
}

.pdf_icon {
	top: 1px;
	position: relative;
}

#download_CV {
	float: right;
	position: relative;
}

.detailsColumn1 {
	width: 147px;
}

.formColumn1 {
	width: 140px;
}

.formField {
	border: 1px solid #888888;
	font-size: 11px;
	width: 220px;
	padding-left: 3px;
	padding-right: 3px;
}

.formLabelPushDown {
	height: 20px;
	vertical-align: bottom;
}

.formFieldButton {
	border: 0px solid #939393;
	font-size: 11px;
	background-color: #a7a7a7;
	color: #666666;
	position: relative;
	left: -7px;
}

#form1 {
	color: #666666;
}

.bookcoverSmall {
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 1px;
	border: 0;
	float: left;
}


#popup {
	background-color: #a7a7a7;
	width: 380px;
	color: #555555;
	padding: 15px;
	height: 300px;
}
#popupCoverAndText {
	position: relative;
	height: 165px;
}



#popup img {
	float: left;
	clear: both;
}
.popupTitle  {
	font-size:12px;
	font-weight: normal;
	margin-left: 195px;
	margin-top: -1px;
}
.popupDetails  {
	font-size: 9px;
	position: absolute;
	bottom: 0px;
	margin-bottom: 8px;
	margin-left: 195px;
}


.separator {
	background-image:url(../images/separator.gif);
	height: 15px;
	clear: both;
}

.worksHTMLdiv img {
	margin-bottom: 10px;
	float: left;
	clear: left;
}

.worksHTMLdiv {
	margin-top: 90px;
	padding-bottom: 200px;
	padding-left: 210px;
}

#Mworks {
	height: 12px;
	width: 42px;
}

#Martwork {
	height: 21px;
	width: 131px;
}

#Mcommission {
	height: 16px;
	width: 131px;
}

#Mpublications {
	height: 21px;
	width: 131px;
}

#Mexhibitions {
	height: 12px;
	width: 67px;
}
#Mabout {
	height: 12px;
	width: 40px;
}
#Mcontact {
	height: 12px;
	width: 47px;
}

.bookReleaseObjectBig {
	width: 515px;
	position: relative;
	height: 236px;
	margin-bottom: 15px;
}

.bookCoverBig {
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 1px;
	border: 0;
	float: left;
}

.bookTitleBig {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	color: #555555;
	line-height: 18px;
}

.bookReleaseObjectBig p {
	font-size: 85%;
	color: #555555;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	bottom: 0px;
	position: absolute;
	padding-left: 308px;
}

.bookReleaseObjectSmall {
	width: 515px;
	position: relative;
	height: 146px;
	margin-bottom: 15px;
}

.bookCoverSmall {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 1px;
	border: 0;
	float: left;
}

.bookTitleSmall {
	font-weight: normal;
}

.bookReleaseObjectSmall p {
	position: absolute;
	bottom: 0px;
	margin: 0;
	padding: 0;
	padding-left: 195px;
	padding-bottom: 7px;
}

