@charset "utf-8";
/* CSS Document */

body {
	margin: 40px 0 0 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-color: #CCC;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 75%;
	/*background-image: url(../images/bg-home.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF;*/
} 

body.exhibits {
	background-image: url(../images/bg-home.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF;
}

body.home {
	background-image: url(../images/bg-home.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF;
}

div#placeholder {
	width: 860px;
	margin: 0 auto;
}

div#logo {
	float: left;
	width: 140px;
	text-align: center;
}

div#nav{
	float: left;
	width: 720px;
}

div#main {
	width: 860px;
	margin: 0 auto;
}

div#leftcolumn {
	width: 140px;
	float: left;
	padding: 30px 0 0 0;
}

div#rightcolumn {
	width: 720px;
	float: right;
	padding: 30px 0 0 0;
}

div.links {
	float: left;
	padding: 0 20px 0 0;
}

div.rechts {
	float: right;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

p.publications img {
	margin-right: 8px;
}

.soldout {
	background-color: #C00;
	color: #FFF;
	padding: 7px;
	width: 120px;
	text-align: center;
	font-weight: bold;
}

div#adurl {
	display: none;
}

