/*
	this .css file is currently used in the following sections:
	photography projects
	drawing projects
	exhibitions views
*/

#content {
    white-space: nowrap;
}

#content div {
    display: inline-block;
    white-space: normal;
	width: 525px;
	margin: 0px;
	margin-left: 22px;
	margin-right: 65px;
	padding: 0px;
	vertical-align: top;
}

p.bodytext {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
}

p.bodytext a {
	text-decoration: none;
	color: #000000;
}

#content div div {
	margin: 0px;
	padding: 0px;
}

#content div div div table {
	width: 520px;
	margin-bottom: 12px;
	border-bottom: 1px solid #000000;
	border-spacing: 0px;
}

td.align-right {
	text-align: right;
	background: url('../img/pfeil_d.png');
	background-repeat: no-repeat;
	background-position: right;
}

body div #lbOverlay {
	background-color: #ffffff;
}

#cboxOverlay {
	background-color: #ffffff;
}

#content div.csc-frame {
	position: relative;
	width: 506px;
	margin-left: -595px;
	left: 0px;
	top: 30px;
	padding: 10px;
	background-image: url('../img/trans_b.png');
}

#content .csc-textpic-single-image {
	margin-left: 0px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible;
}

#cboxContent {
	background: #ffffff;
}

#cboxPrevious, #cboxPrevious:hover {
	background: url('../img/left_v2.png');
	background-image: url('../img/left_v2.png');
	width: 55px;
	height: 74px;
	left: -95px;
}

#cboxNext, #cboxNext:hover {
	background: url('../img/right_v2.png');
	background-image: url('../img/right_v2.png');
	width: 55px;
	height: 74px;
	right: -95px;
}

#cboxLoadedContent {
	border: 0px solid #ffffff;
}

#cboxClose {
	display: none;
}

body div div div div #cboxCurrent {
	visibility: hidden;
}

#cboxLoadingGraphic {
	background: url('../img/nix.png');
}

#cboxTitle {
	position: static;
	margin-top: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

td.displayX {
	background: url('../img/x.png');
	background-repeat: no-repeat;
        background-position: right;
}
