/*
html {
	overflow: hidden; // hiding scroll bar
}
*/

body {
	border: 0px;
	color: #D8D8D8;
	background-color: #1B1B1B;
	padding: 0px;
	margin: 0px;
}

div {
	color: #D8D8D8;
	background-color: #959595;
	font-family: arial, sans-serif;
	text-align: left;
	font-size: 11px;
	overflow: hidden;
}

a {
	color: #D8D8D8;
	background-color: #959595;
	font-family: arial, sans-serif;
	text-align: left;
	font-size: 11px;
}


img {
	border: 0px;
}

/*******************************************************************************
* menu
*******************************************************************************/

#menu {
	position: absolute;
	background-color: transparent;
	top: 0;
	left: 0;
	height: 295px;
	width: 100%;
	margin-top: 20px;
	background: url(pict/logo.jpg) 50% 0;
	background-repeat: no-repeat;
}

.menu {
	color: #565656; 
	background-color: transparent;
	font-family: "Arial Narrow", arial, sans-serif;
	cursor: pointer;
	cursor: hand;
}

ul#navigation {
	position: absolute;
	top: 255px;
	left: 25%;
	background-color: transparent;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#navigation li { 
	display: inline; 
}

ul#navigation li div {
	float: left;
	margin-right: 26px;
}

div#perfektdtp {
	position: absolute;
	top: 240px;
	left: 85%;
	background-color: transparent;
}

/*******************************************************************************
* content divs
*******************************************************************************/

div.textBox {
	position: absolute;
	top: 385px;
	left: 25%;
	/*
	left: 350px;
	left: 50* - 10px;
	height: 270px;
	*/
	width: 270px;
	height: 0px;
	margin-bottom: 100px;
}

div.scrollBox {
	width: 240px;
	height: 250px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}

div#awards {
	left: 53%;
}

div.textBox p, div.scrollBox p {
/*	padding: 0px 10px 10px 0px; */
/*	padding: 0px 10px 10px 0px; */
	margin: 0;
}

img.upButton {
	position: absolute;
	top: 85px;
	left: 255px;
	cursor: pointer;
	cursor: hand;
}

img.downButton {
	position: absolute;
	top: 175px;
	left: 255px;
	cursor: pointer;
	cursor: hand;
}

/*******************************************************************************
* gallery divs
*******************************************************************************/

div.galleryMenu {
	position: absolute;
	width: 134px;
	height: 134px;
	border: 1px solid;
	vertical-align: middle;
	background-color: #5E5E5E;
	border-color: #747474;
	
	text-align: center;
	padding-top: 60px;
	cursor: pointer;
	cursor: hand;
}

#galleryBooksMenu {
	top: 0px;
	left: 0px;
}

#galleryAlbumsMenu {
	top: 0px;
	left: 134px;
}

#galleryMagazinesMenu {
	top: 134px;
	left: 0px;
}

#galleryPrintsMenu {
	top: 134px;
	left: 134px;
}
/*
div.galleryMenu div {
	position: absolute; 
	top: 45%;
	width: 100%;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
}
*/

div.galleryChoose {
	position: absolute;
	top: 385px;
	left: 25%;
	/*
	left: 350px;
	*/
	width: 270px;
	height: 270px;
	background-color: #1B1B1B;
}

table.galleryChoose {
	width: 100%;
	height: 100%;
	background-color: #747474;
}

table.galleryChoose td {
	background-color: #5E5E5E;
}

td.active {
	cursor: pointer;
	cursor: hand;
}

/*
td.inactive {
	background-color: #1B1B1B;
}
*/

div.icon {
	width: 48px;
	height: 48px;
	background-color: transparent;
	text-align: center;
	margin: auto auto auto auto;
}

div.iconImage {
	width: 44px;
	height: 44px;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: center;
	margin: 2px 2px 2px 2px;
}

div#galleryItem {
	position: absolute;
	top: 385px;
	left: 53%;
	width: 270px;
	height: 270px;
	background-color: #DEDEDE;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
}

div#galleryItem div {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 100%;
	background-color: transparent;
	text-align: center;
}

img#coverThumb {
	margin-top: 20px;
}

img.galleryImage {
	cursor: pointer;
	cursor: hand;
}

#galleryBooks, #galleryAlbums, #galleryMagazines, #galleryPrints {
	visibility: hidden;
}


