/* Paperworks 2010 */
body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	color: #333;
}
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	/*background-color: #DDDDDD;*/
	text-decoration: underline;
}
img {
	border: 0px;
}
h1 {
	/*font-family: Georgia, 'Times New Roman', Verdana, sans-serif;*/
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #222;
}
h2 {
	/*font-family: Georgia, 'Times New Roman', Verdana, sans-serif;*/
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 8px;
	margin-bottom: 5px;
}
h3 {
	font-size: 11px;
	color: #aaa;
	/*font-weight: normal;*/
}
/* content layout */
#container {
	margin: 0 auto;
	width: 900px !important;
	background-color: #fff;
}
/* menue layout */
#menueBox {
	width: 890px;
	/*background-color: #9c9d9f;*/
	background-color: #fffff;
	padding-left: 10px;
	height: 35px;
}
#menue {
	float: left;
	width: 550px;
	height: 35px;
	/* background-color: #9c9d9f;
	color: #fff;*/
	background-color: #ffffff;
	color: #9c9d9f;
	font-weight: bold;
}
#menueR {
	float: left;
	width: 350px;
	background-color: #9c9d9f;
	text-align: right;
	/*border: 1px solid red;*/
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
}
#menueR a{
	color: #fff;
	text-decoration: none;
	display: block;
}
#menueR a:visited {
	text-decoration: none;
}
#menueR a:hover {
	text-decoration: underline;
}
#menue ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menue li {
	float: left;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	/*height: 15px;*/
}
#menue li a {
	/*color: #ffffff;*/
	color: #9c9d9f;
	font-weight: bold;
	text-decoration: none;
}
#menue li a:visited {
	color: #9c9d9f;
	text-decoration: none;
}
#menue li a:hover {
	color: #9c9d9f;
	/*background-color: #DDDDDD;*/
	text-decoration: underline;
}
#menue ul ul {
	position: absolute;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 0;
	z-index: 500;
	display: none;
}
#menue li li {
	/*background-color: #9c9d9f;*/
	background-color: #ffffff;
	width: 170px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	left: -10px;
	border-bottom: 1px solid #9c9d9f;
	border-left: 1px solid #9c9d9f;
	border-right: 1px solid #9c9d9f;
	border-top: 1px solid #9c9d9f;
}
/* end menue layout */
#logo {
	clear: both;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 900px;
}
#logo_overlay {
	position: absolute;
	margin-left: 650px;
	width: 250px;
	z-index: 5;
}
#content {
	width: 900px;
	margin-top: 10px;
}
#textPages {
	width: 800px;
}
#ajaxWorking {
	display: block;
}
#firstpageImgBox {
	text-align: center;
	height: 400px;
}
/* clossfader */
.crossBox {
	position: absolute;
}
#fade-1 {
}
#fade-2 {
}
#fade-3 {
}
#fade-4 {
}
#fade-5 {
}
#fade-6 {
}
/* showRoom */
#showRoom {
	float: left;
	width: 500px;
}
#innerImgBox {
	width: 482px;
	height: 482px;
	border: 1px solid #9c9d9f;;
	/*overflow: auto;*/
	text-align: left;
}
#imgMenue {
	float: left;
	width: 400px;
	/*border: 1px solid #ccc;*/
}
/* not used */
#imgMenueContent {
	float: left;
	width: 360px;
}
.imgMenueButton {
	float: left;
}
/* img preview */
.previewImg {
	float: left;
	text-align: center;
	margin-right: 3px;
	margin-top: 3px;
}
.previewImg img {
	border: 1px solid #CCC;
	/*width: 70px;*/
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}
.previewImg img:a {
	border: 1px solid #CCC;
	/*width: 70px;*/
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}
.previewImg img:hover {
	border: 1px solid orange;
}
/* end img preview */
.artistItem {
	height: 18px;
	padding-left: 20px;
}
/* contact layout */
#contact_left {
	float: left;
	width: 390px;
}
#contact_right {
	float: left;
	width: 390px;
	margin-left: 10px;

}
#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #bbb;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 20px;
}
#footer a {
	font-size: 11px;
	color: #bbb;
	font-weight: normal;
}
#footer a a:visited {
	text-decoration: none;
}
#footer a a:hover {
	text-decoration: underline;
}

