@charset "ISO-8859-1";

/* global reset */
* { margin: 0; padding: 0; }

html, #page, #wrapper { height: 100%; }

#wrapper {
	background: rgb(204,204,204);
}

body#page, td {
	font-family: "Arial Unicode", Arial, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 130%;
	color: #666;
}

#content_bg {
	width: 100%;
	background: rgb(204,204,204);
}

#content {
	width: 960px;
	background: rgb(204,204,204);
	margin: auto auto;
}

#a1 {
	width: 960px;
	margin-bottom: 12px;
}

#a1nav {
	float: left;
	text-align: left;
	padding-top: 4px;
	padding-left: 36px;
/*
	color: rgb(35,165,126);
	color: rgb(22,125,90);
*/
}

#a1nav2 {
	float: right;
	text-align: right;
	padding-top: 4px;
	padding-right: 36px;
}

#a2 {
	width: 960px;
	height: 480px;
}

#i2 {
	width: 960px;
	height: 480px;
	background: transparent;
	text-align: left;
}

#a3 {
	width: 960px;
	background: rgb(204,204,204);
	font-size: 13px;
}

#a3nav {
	float: left;
	text-align: left;
	padding-top: 12px;
	padding-left: 36px;
}

#a3nav2 {
	float: right;
	text-align: right;
	padding-top: 12px;
	padding-right: 36px;
}

.previewmalerei {
	float: left;
	position: relative;
	width: 112px; height: 112px;
	margin-right: 12px;
	margin-bottom: 8px;
	border: 1px solid #666;
	overflow: hidden;
}

.previewskulptur {
	float: left;
	position: relative;
	width: 176px; height: 88px;
	margin-right: 10px;
	margin-bottom: 7px;
	border: 1px solid #666;
	overflow: hidden;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.75em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.2em;
}

p, ul {
	padding-bottom: 0.5em;
}

p.last {
	padding-bottom: 0.25em;
}

small, .small {
	font-size: 0.85em;
}

.versal {
	font-size: 15px;
}

.selected {
	color: rgb(24,134,96);
}

.disabled {
	color: #999;
}

a:link, a:visited {
	text-decoration: none;
	color: rgb(87,80,70);
}

.selected a:link, .selected a:visited {
	text-decoration: none;
	color: rgb(24,134,96);
}

a:hover, a:active, .selected a:hover, .selected a:active {
	text-decoration: none;
	color: rgb(252,253,248);
}

.break {
	width: 100%; height: 1px; font-size: 1px; line-height: 1px;
	clear: both;
}

.nobreak {
	white-space: nowrap;
}

