body {
	font-family:		arial, sans-serif;
	color:			#303030;
	background-color:	#E8E8E8;
/*	background-image:	url(/layout/background1.gif); */
}

div.splash {
	background-image: url('/layout/splash.jpg');
	background-repeat: no-repeat;
/*	width: 900px;     done because of grey scrollarea right
	height: 610px;
*/
	width: 735px;
	height: 530px;
	margin-left: 10px;
	margin-top: 10px;
}

div.splash div.link {
	padding-top: 478px;
	padding-left: 40px;
	font-size: 15px;
}

div.info {
	background-image: url('/layout/info.jpg');
	background-repeat: no-repeat;
	width: 728px;
	height: 513px;
	margin-left: 10px;
	margin-top: 10px;
}

div.info a:link {
	color: blue;
	padding-left: 35px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 460px; 
}

div.info div.by {
	padding-right: 20px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	position: relative;
	top: 460px; 
}

table {
	border-spacing: 0px 0px;
	padding: 0px;
	spacing: 0px;
}

td {
	vertical-align: top;
	text-align: left;
}

table.pagetable {
}

td.thumb {
	vertical-align: top;
	text-align: right;
	height: 81px;
	width: 100px;
	vertical-padding: 0px;
}

td.menubar {
	vertical-align: top;
	text-align: left;
	width: 80px;
}

td.title {
	vertical-align: top;
	text-align: left;
	height: 48x;
	padding-left: 50px;
}

td.content {
	vertical-align: top;
	text-align: left;
}

div.title {
	vertical-align:	top;
	text-align:	left;
	font-size:	22px;
	font-style:	bold;
	color:		#303030;
}

div.subtitle {
	text-align:	left;
	font-size:	15px;
	font-style:	bold;
	color:		#303030;
}

div.buttonbar {
	text-align:	center;
       padding:	0px;
	margin:	0px;
}


div.bigbutton {
	border:		3px outset #303030;
	background-image:	none;
/*	background-color:	white; */
	background-color:	#f8f8f8;
	text-align:		left;
       margin-left:       3px;
       margin-right:       3px;
	margin-top:	5px;
	margin-bottom:	8px;
	cursor:		pointer;
	width:			55px;
	color:			#303030;
	font-style:		bold;
	font-size:		10px;
	padding-left:		15px;
	padding-right:	15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.bigbutton.selected {
	background-color:	#505050;
	color:			white;
}

div.manufacturers {
	text-align:	right;
	padding:	4px;
	font-size:	11px;
}

div.manufacturers ul {
	list-style-type:	none;
	list-style-image:	none;
}

a:link {
	text-decoration:	none;
	color:			#303030;
}

a:visited {
	text-decoration:	none;
	color:			#303030;
}

table.info tr td a:link {
	color:			blue;
}

table.info tr td a:visited {
	color:			blue;
}

table.info tr td p {
	margin-top:		2px;
	margin-bottom:	8px;
}

table.info tr td.address {
	padding-top:		16px;
}

table.info tr td.copyrights {
	padding-top:		16px;
}

