
/*______GENERAL
*/

body {
	background: #5C554C;
	color: #968F86;
	margin: 0;
	padding: 0;
	font-family: "tahoma", "verdana", sans-serif;
	font-size: 11px;
	}

a:link {
	color: #fb6;
	text-decoration: none;
	}

a:visited {
	color: #d94;
	text-decoration: line-through;
	}

a:hover {
	background: #FEBE26;
	color: black;	
	text-decoration: none;
	}

.raw {
	display: none;
	}

.copyright {
	padding: 0;
	margin: 0 0 0 11px;
	border: 0;
	font-size: 10px;
	letter-spacing: 1px;
	color: #807E71;
	clear: both;
	}


/*______HOME
*/

body.home {
	background: #5C554C url(img/zebra.gif);
	}

.home #page {
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -150px -365px;
	padding: 0;
	border: 0;
	width: 740px;
	}

.home #header h1 {
	overflow: hidden;
	border: 0;
	margin: 0 0 1px 0;
	padding: 34px 0 0 0;
	width: 731px;
	height: 0 !important;
	height /**/: 34px;  /* IE bug */
	background: url(img/we1.gif) no-repeat 0 -35px !important; /* IE bug */
	}

/*
html>body.home #header h1 {
	background: url(img/we.png) no-repeat top left !important; / * most browsers * /
	}
*/

.home #header h2 {
	display: none;
	}

.home #header .oneline {
	display: block;
	position: absolute;
	bottom: -1px;
	right: 11px;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 1px 5px ;
	margin: -20px 0 0 0 ;
	border: 0;
	}

.home .intro .signature {
	text-align: right;
	padding-right: 20px;
	}

.home .intro {
	border-top: solid 1px #A19F96;
	border-right: solid 1px #5F5D54;
	border-bottom: solid 1px #5F5D54;
	border-left: solid 1px #A19F96;
	padding: 10px 500px 10px 10px;
	margin: 0;
	width: 220px !important; /* most browsers */
	height: 120px !important;
	width /**/: 732px;       /* IE5 bug */
	height /**/: 140px;
	overflow: auto;
	background: #968F86 url(img/bgintro.jpg) no-repeat fixed 238px 4px;
	color: black;
	text-align: justify;
	line-height: 120%;
	float: left;
	overflow: auto;
	}

html>body.home .intro {
	background: #968F86 url(img/bgintro.jpg) no-repeat 238px 4px; /*FF bug*/
	}


.home .intro p {
	padding: 0;
	margin: 0 0 1em 0;
	border: 0;
	clear: both;
	}

.home .intro a {
	padding: 2px 3px;
	}

.home .signature a:link,
.home .signature a:visited,
.home .signature a:hover {
	color: #c60;
	background: transparent;
	text-decoration: none;
	}
.home .signature a:hover {
	color: #000;
	background: #c60;
	}

.home .pagelists {
	clear: left;
	float: left;
	padding: 6px 0 0 0;
	border: 0; 
	margin: 0 -6px 0 0;
	width: 738px; /* Opera bug */
	}

.home .pagelists ul {
	list-style: none;
	float: left;
	border-top: solid 1px #8F8E86;
	border-right: solid 1px #4F4E46;
	border-bottom: solid 1px #4F4E46;
	border-left: solid 1px #8F8E86;
	margin: 0 6px 0 0;
	padding: 5px;
	background: #6F685F;
	width: 228px !important; /* most browsers */
	width /**/: 240px;       /* IE5 bug */
}

.home .pagelists li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	}

.home .pagelists li .inactive {
	visibility: hidden;
	}

.home .pagelists li a {
	display: block;
	line-height: 90%;
	border: 0;
	margin: 0;
	padding: 5px;
	width: 218px !important; /* most browsers */
	margin-left: 0 !important;
	width /**/: 228px;       /* IE5 bug */
	margin-left /**/: -16px; /* IE5 bug */
	}



/*______POSTERS
*/

body.posters {
	background: #5C554C url(img/zebra.gif);
	padding: 20px 30px;
	text-align: center;
}

.posters #page {
	position: relative;
	border-top: solid 1px #A19F96;
	border-right: solid 1px #403B35;
	border-bottom: solid 1px #403B35;
	border-left: solid 1px #A19F96;
	width: 858px !important; /* most browsers */
	width /**/: 900px; /* IE5 bug */
	padding: 40px 20px;
	margin: auto;
	margin-top: 36px;
	text-align: left;
	background: #968F86 url(img/bgh.gif) repeat-y;
	}

.posters #header {
	margin: -40px -20px 0 -20px;
	padding: 40px 20px 30px 55px;
      background: url(img/bgtop.gif) no-repeat;
	}

.posters #header h1 {
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 27px;
	font-size: 24px;
	font-weight: 400;
	color: white;
	}

.posters #header h2 {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 11px;
	letter-spacing: 1px;
	color: #C0BCB6;
	}

.posters .oneline {
	position: absolute;
	top: -22px;
	right: 20px;
	z-index: 2;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #968F86;
	}

.posters .poster {
	clear: both;
	padding: 0 0 50px 0;
	margin: 0;
	border: 0;
	}

.posters .description {
	position: relative;
	padding: 5px 0;
	margin: 0 20px 0 0;
	border: solid 1px #968F86;
	width: 175px !important; /* most browsers */
	width /**/: 185px; /* IE5 bug */
	text-align: justify;
	line-height: 170%;
	float: left;
	clear: both;
	/*color: #5C554C;*/
	color: black;
	}


html>body.posters .description {
	color: #797269;
	visibility: hidden;
	}


html>body.posters .description .start{
	visibility: visible;
	color: #5A5650;
	text-decoration: underline;
	}

html>body.posters .description:hover .start{
	color: black;
	text-decoration: none;
	}

html>body.posters .description .start:after{
	content: "... ";
	}

html>body.posters .description:hover .start:after{
	content: "";
	}


html>body.posters .description:hover {
	visibility: visible;
	color: black;
	cursor: text;
	margin: 0 15px 0 -5px;
	padding: 5px 5px;
	border-top: solid 1px #BFB8AE;
	border-right: solid 1px #8C8780;
	border-bottom: solid 1px #8C8780;
	border-left: solid 1px #BFB8AE;
	background: #9E978D;
	background: #AFAAA3;
	background: #A6A098;
	background: #B1AAA1;
	background: #B3ACA4;
	}

.posters .description a[id]:hover {
	background: none;
	}

.posters .description p {
	position: relative;
	z-index: 1;
	margin: 0 0 0.5em 0 ;
	border: 0;
	padding: 2px 7px 0.6em 7px;
	}

.posters .description .numbering {
	position: absolute;
	z-index: 0;
      top: 0;
      left: 0;
      padding: 20px 10px;
	/*color: #9E978D;*/
	color: #A6A098;
	font-size: 50px;
	font-weight: 800;
	}



.posters .posterimg {
	padding: 0;
	margin: 0;
	border: 0;
	}

.posters .posterimg img {
	border-top: solid 1px white;
	border-right: solid 1px #665E55;
	border-bottom: solid 1px #665E55;
	border-left: solid 1px white;
	padding: 8px 8px 8px 8px;
	margin: 0;
	background: #F9F8F8;
	}

.posters .copyright {
      margin: 0 -20px -40px -20px;
      padding: 0 20px 40px 40px;
	color: #5C554C;
      background: url(img/bgbot.gif) 0 50px no-repeat;
      display: block;
      height: 20px;
      overflow: hidden;
	}

html>body.posters .copyright{
	color: #797269;
	}

html>body.posters .copyright:hover {
	color: black;
	}






.posters .navigation {
	display: block;
	width: 900px;
	height: 34px;
	overflow: hidden;
	position: absolute;
	top: -34px;
	left: -1px;
	z-index: 1;
	border: 0;
	margin: 0;
	padding: 0;
	}

.posters .navigation li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	border: 0;
	}


.posters .navigation a {
	display: block;
	overflow: hidden;
	height: 0 !important; /* most browsers */
	height /**/: 33px;    /* IE5 bug */
	padding: 33px 0 0 0;
	border: 0;
	margin: 0 0 1px 0;
	font-size: 1px;
	background-color: transparent;
	}

.posters .navigation .home a {
	position: absolute;
	top: 0;
	left: 0;
	width:304px;
	background: url(img/we1.gif) no-repeat 0 0;
	}

.posters .navigation .home a:hover {
	background-position: 0 -35px;
	}

.posters .navigation .first a {
	position: absolute;
	top: 0;
	left: 330px;
	width: 34px;
	background: url(img/navig1.gif) no-repeat 0 0;
	}

.posters .navigation .first a:hover {
	background-position: 0 -70px;
	}

.posters .navigation .first .inactive {
	background-position: 0 -35px !important;
	}

.posters .navigation .prev a {
	position: absolute;
	top: 0;
	left: 363px;
	width: 34px;
	background: url(img/navig1.gif) no-repeat -34px 0;
	}

.posters .navigation .prev a:hover {
	background-position: -34px -70px;
	}

.posters .navigation .prev a.inactive {
	background-position: -34px -35px !important;
	}

.posters .navigation .next a {
	position: absolute;
	top: 0;
	left: 397px;
	width: 34px;
	background: url(img/navig1.gif) no-repeat -68px 0;
	}

.posters .navigation .next a:hover {
	background-position: -68px -70px;
	}

.posters .navigation .next a.inactive {
	background-position: -68px -35px !important;
	}

.posters .navigation .last a {
	position: absolute;
	top: 0;
	left: 428px;
	width: 34px;
	background: url(img/navig1.gif) no-repeat -102px 0;
	}

.posters .navigation .last a:hover {
	background-position: -102px -70px;
	}


.posters .navigation .last .inactive {
	background-position: -102px -35px !important;
	}
