body {
	margin: 0px;
	padding: 0px;
	background: #74787D url(/media/screen/back.png) center center fixed;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #444444;
	font-size: 12px;
	}

a {
	color: #FF5D00;
	text-decoration: none;
	}

h1 {
	color: #FF5D00;
	font-size: 15px;
	margin: 8px 0px;
	}
	
h2 {
	clear: both;
	color: #FF5D00;
	font-size: 13px;
	margin: 8px 0px;
	}
	
p, table {
	margin: 6px 0px;
	}
	
#holder {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -480px;
	width: 960px;
	}
	
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 90px;
	}
	
#navigation {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 960px;
	height: 26px;
	overflow: hidden;
	background: white url(/media/screen/menuback.png);
	}

#navigation ul {
	list-style-type: none;
	margin: 1px;
	padding: 0px;
	}

#navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	}

#contentholder {
	position: absolute;
	top: 136px;
	left: 0px;
	width: 960px;
	height: 420px;
	background: white url(/media/screen/mainscreen.jpg);
	z-index: 1;
	}

#navholder {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 191px;
	height: 418px;
	background: #D4DBE0;
	z-index: 1;
	}

#navholder ul {
	position: absolute;
	bottom: 11px;
	width: 181px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#navholder li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}

#leftshadow {
	position: absolute;
	top: 1px;
	left: 192px;
	width: 10px;
	height: 418px;
	background: url(/media/screen/lshadow.png);
	z-index: 5;
	}

#rightshadow {
	position: absolute;
	top: 1px;
	left: 284px;
	width: 10px;
	height: 418px;
	background: url(/media/screen/rshadow.png);
	z-index: 5;
	}

#content {
	position: absolute;
	bottom: 20px;
	left: 310px;
	width: 649px;
	max-height: 390px;
	overflow: auto;
	}
	
#fullcontent {
	position: absolute;
	top: 1px;
	left: 310px;
	width: 649px;
	height: 418px;
	overflow: auto;
	}

#smallcontent {
	position: absolute;
	top: 1px;
	left: 310px;
	width: 360px;
	max-height: 418px;
	overflow: auto;
	}

#content p, #fullcontent p, #smallcontent p {
	margin-right: 30px;
	}

img.btnclass {
	clear: both;
	float: left;
	margin-top: 10px;
	}

#searches {
	position: absolute;
	top: 5px;
	left: 670px;
	width: 270px;
	max-height: 390px;
	overflow: auto;
	}

#imprintline {
	position: absolute;
	top: 560px;
	left: 0px;
	width: 960px;
	height: 20px;
	}
	
#imprintline p {
	text-align: right;
	line-height: 20px;
	margin: 0px 5px;
	padding: 0px;
	font-size: 9px;
	}
	
#slideholder {
	position: absolute;
	top: 0px;
	left: 1px;
	width: 293px;
	height: 420px;
	overflow: hidden;
	}

#slideholder img {
	border: 1px solid #000000;
	cursor: pointer;
	}

#limg, #lpic {
	position: absolute;
	left: -90px;
	top: 80px;
	width: 120px;
	height: 160px;
	z-index: 2;
	}

#mimg, #mpic {
	position: absolute;
	left: 40px;
	top: 20px;
	width: 210px;
	height: 280px;
	z-index: 3;
	}

#rimg, #rpic {
	position: absolute;
	left: 260px;
	top: 80px;
	width: 120px;
	height: 160px;
	z-index: 4;
	}

#tiny1, #tiny2, #tiny3, #tiny4, #tiny5 {
	position: absolute;
	top: 330px;
	width: 45px;
	height: 60px;
	z-index: 4;
	}

#tiny1 {
	left: 20px;
	}
	
#tiny2 {
	left: 70px;
	}
	
#tiny3 {
	left: 120px;
	}
	
#tiny4 {
	left: 170px;
	}
	
#tiny5 {
	left: 220px;
	}

p.searchselect {
	padding: 2px;
	border: 1px solid #728999;
	}

ul.definesearch {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
ul.definesearch li {
	margin: 0px;
	margin-left: 1px;
	padding: 0px;
	float: right; 
	}
	
ul.reflist {
	clear: both;
	margin: 10px 0px;
	}

ul.reflist li {
	float: left;
	width: 200px;
	}