@charset "utf-8";

.clear {
	clear: both;
}



html {
	overflow-y: scroll;
	height: 100%;

}


body {
	background-color: white;
	margin: 0; padding: 0;
	height: 100%;
}

body, div, p, td {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: black;
}

a {
	color: #333333;
	text-decoration: none;
}


h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;

}


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


a.active {
	color: #FF6600;
}






body {
	width: 100%;
}

#site {
	width: 900px;
	margin: 0 auto;
	background-color: white;
}


#languageselector {
	float: left;
	margin-top: 85px;
	position: relative;
	top: -3px;
}

#logo {
	float: right;
	margin-top: 55px;
	margin-bottom: 15px;
}

#mainmenu {
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	height: 28px;
	padding-top: 0px;
	padding-bottom: 12px;

	clear: both;
	position: relative;
	left: -1px;
}


.h2 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	color: #888888;
}


h3 {
	font-size: 16px;
	padding: 0px 0px;
	margin: 0 0;
	color: #ff6600;
}




.submenu {
	position: absolute;
	left: -1px;

	padding-left: 0px;
	padding-right: 0px;

	z-index: 1200;
}


div.submenuitem {
	padding-top: 7px;
	padding-left: 15px;
	height: 17px;
}


a.submenuitem:hover {
	color: #0099ff;
	text-decoration: none;
}

a.submenuitem.active {
	color: #0099ff;
}


#artistsouter {
	position: absolute;
	top: 0px;
	left: 50%;

}

#artists {
	position: absolute;
	left: -450px;
	top: 146px;
	width: 900px;
	display: none;

	border-top: 1px dotted black;
	background-color: white;

	padding: 0px 0px 0px 0px;
	z-index: 1000;

}

#artistsinner {
	background-color: #eeeeee;
	width: 890px;
	height: 210px;
	padding: 10px 0px 10px 10px;
}




.exhibitionpicturepopup {

	position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	overflow: hidden;

	z-index: 200;
}


.exhibitionpicturebg {

	position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	overflow: hidden;
	background-color: white;

	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.8;

	z-index: 100;
}





.picturepopup {

	position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	overflow: hidden;

	z-index: 200;
}


.picturebg {

	position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	overflow: hidden;
	background-color: white;

	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.8;

	z-index: 100;
}




.publicationpopup {

	position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	overflow: hidden;

	z-index: 200;
}


.publicationbg {

	position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	overflow: hidden;
	background-color: white;

	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.8;

	z-index: 100;
}




.semitransparent {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.8;
}




#footer {


}