html, body {
	margin: 0px;
	padding: 0px;
}
body {
	cursor: default;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px;
	/*font-family: verdana, arial, helvetica, sans-serif;*/
}
#mainBox {
	width: 800px;
	height: 600px;
	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 30px;
}
#topBox {
	/*width: 500px;*/
	height: 90px;
	border: 0px solid green;
	position: relative;
}

#topLeftBox {
	width: 500px;
	height: 30px;
}

#topRightBox {
	width: 200px;
	height: 30px;
	border: 0px solid green;
	position: absolute;
	left: 580px;
	top: 0px;
}
			
#bottomBox {
	position: relative;
}

#bottomLeftBox {
	width: 500px;
	/*height: 50px;*/
	float: left;
	border: 0px solid red;
}
#bottomRightBox {
	width: 160px;
	/*width: 200px;*/
	/*height: 50px;*/
	
	border: 0px solid yellow;
	position: absolute;
	left: 580px;
	top: 0px;
}



#mainMenuDetectionArea {
	border: 0px solid red;
	width: 350px; 
	padding-top: 15px;
	height: 35px;
	float: left;
}
#mainMenu {
	/*width: 500px;
	height: 70px;
	border: 0px solid green;
	font-size: 12px;*/
	border: 0px solid blue;
	float: left;
}
#rightTopBox {
	width: 100px;
	height: 55px;
	padding-top: 15px;

}
#mediaBox {
	width: 500px;
	height: 500px;
	border: 0px solid green;
}
#navigationBox {
	border: 0px solid blue;
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 40px;
}
#piecesMenu {clear: both; position: relative; width:225px; border: 0px solid red;}
#piecesMenu div {
	/*height: 20px;*/
	/*padding-bottom: 6px;*/
	line-height: 20px;
	color: #999;
}
#piecesMenu div:hover {
	color: #000;
}

#descriptionBox {
	clear: both;
	
	position: relative; width:225px; border: 0px solid red;

}

/********************/
.prevButton, .nextButton {
	padding-top: 0px;
	background-image: url(arrows.gif);
	background-repeat: no-repeat;
	/*margin: 4px;*/
	width: 38px;
	width: 25px;
	width: 10px;
	height: 20px;
	float: left;
	border: 0px solid black;
}
.prevButton {
	/*sub 12 sub 18,  */
	background-position: -19px -118px;
	text-align: right;
}
.prevButton:hover {background-position: -19px -168px;}
.nextButton {
	background-position: -21px -218px;
	text-align: left;
}
.nextButton:hover {background-position: -21px -268px;}

.indexAndCountBox {
	margin-bottom: 15px;
	font-size: 10px;
	color: #999;
}


/********************/



#imgIndex {
	padding-top: 0px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}


.linkStyle {
	margin-top: 40px;
}


.mainMenuItem {
	border: 0px solid red;
	float: left;
	padding-right: 10px;
	color: #999;
	display: none;
}
.mainMenuItem:hover {
	color: #000;
}
#artistName {
	float: left;
	padding-right: 5px;
	font-weight: 900;
	border-right: 2px solid #999;
	margin-right: 5px;
	height: 20px;
	
	margin-top: 15px;
	letter-spacing: 2px;
}
#menuLabel {
	float: left;
	margin-right: 5px;
	position: absolute;
	z-index: -100;
}
.thumb {
	width: 160px;
	border: 1px solid white;
	float: left;
	margin-right: 70px;
	margin-bottom: 30px;
	line-height: 0px;
}
.thumb:hover {
	border: 1px solid gray;
}

.row {
	float: left;
	clear: both;
	width: 490px;
}

#backToPieceButton {
	background-image: url(arrows_up.gif);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
#backToPieceButton:hover {
	background-color: yellow;
}

#extraBox {
	margin-top: 50px;
}

.actionText {color: #999;}
.actionText:hover {color: black;}


#listBox {
	/*text-align: justify;*/
	
}

#listBox .smaller {
	font-size: 12px;
	font-weight: 900;
	margin-top: 20px;
}

#listBox .heading {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 900;
}

#listBox .cvCategoryBox {
	clear: both;
	margin:0px;
	padding: 0px;
}

#listBox .category {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 900;
	clear: both;
}
#listBox .cvEntry {
	clear: both;
	font-size: 11px;
	padding-top: 5px;
}
	
#listBox .cvDummyEntryHack {
	line-height: 0px;
	height: 20px;
	width: 100px;
	clear: both;			
}
#listBox .cvText {
	float: left;
	width: 400px;
}
#listBox .cvDate {
	float: left;
	margin-left: 15px;
}


#listBox .textBibliography {
	font-size: smaller;
}


* {
	-moz-user-select: none;
}
::selection { /* for safari */
	background: transparent;
	color: inherit;
}


#bigImageViewBox {
	display: none;
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
#helperBoxA {
	clear: left;
	float: left;
	position: relative;
	left: 50%;			
}
#helperBoxB {
	float:left;
	position:relative;
	right:50%;			
}