/*
	Common Styles für aviatorfx Popup Gallery

	(c) 2004 by T-SIGN Studios, http://www.t-sign.com

	Authors: Thomas Vavra (t.vavra@t-sign.com)
*/
body {
	padding: 0;
	margin: 0;
	background: #D1C094;/*#C6AD75;*/
}
img {
	border: 0;
}
.clear {
	clear: both;
}

/* ImageTable */
.table1 {
	margin: 0 auto;
/*	height: 662px;*/
	height: 480px;
}

td.top_1,
td.top_3,
td.bottom_1,
td.bottom_3 {
	width: 31px;
	height: 31px;
}
td.top_2,
td.bottom_2,
td.top_2 div,
td.bottom_2 div {
	height: 31px;
}

td.mid_1,
td.mid_3 {
	width: 31px;
}
td.mid_1 div,
td.mid_3 div {
	height: 10px;
}

td.top_1 {
	background: url(/images/popup/top_1.png) no-repeat;
}
td.top_2 {
	background: url(/images/popup/top_2.png) repeat-x;
}
.top_2 div {
	background: url(/images/popup/top_3.png) no-repeat 50% 0%;
}
td.top_3 {
	background: url(/images/popup/top_4.png) no-repeat;
}
td.mid_1 {
	background: url(/images/popup/mid_1.png) repeat-y;
}
.mid_1 div{
	background: url(/images/popup/mid_2.png) no-repeat 0% 50%;
}
td.mid_3 {
	background: url(/images/popup/mid_3.png) repeat-y;
}
.mid_3 div{
	background: url(/images/popup/mid_4.png) no-repeat 0% 50%;
}
td.bottom_1 {
	background: url(/images/popup/bottom_1.png) no-repeat;
}
td.bottom_2 {
	background: url(/images/popup/bottom_2.png) repeat-x;
}
.bottom_2 div {
	background: url(/images/popup/bottom_3.png) no-repeat 50% 0%;
}
td.bottom_3 {
	background: url(/images/popup/bottom_4.png) no-repeat;
}

#title {
	height: 22px;
	margin: 18px 0 10px 0;
}
.line {
	background:url(/images/popup/topline.png) no-repeat 50% 0%;
	height: 12px;
}
.image {
	/* IE Hack */
	text-align: center;
}
#navigation {
	background: url(/images/popup/bottomline.png) no-repeat 50% 0%;
	width: 541px;
	height: 31px;
	margin: 0 auto;
	text-align: left;
}
#navigation .nr {
	background: url(/images/popup/nr.png) no-repeat 16px 10px;
	width: 216px;
	float: left;
	padding: 0 0 0 54px;
}
#navigation .nr .left {
	font-size: 1.5em;
}
#navigation .nr .right {
	padding: 0 0 0 8px;
}
#navigation ul {
	width: 271px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: right;
}
#navigation li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
}

/* VFX Overview */
.vfx #title {
	background: url(/images/content/vfx/popuptitle.png) no-repeat 50% 0%;
}
/* Digital Overview */
.digital #title {
	background: url(/images/content/digital/popuptitle.png) no-repeat 50% 0%;
}
/* Miniature Overview */
.miniature #title {
	background: url(/images/content/miniature/popuptitle.png) no-repeat 50% 0%;
}
/* SPecial Overview */
.special #title {
	background: url(/images/content/special/popuptitle.png) no-repeat 50% 0%;
}
/* Color Process */
.color #title {
	background: url(/images/content/color/popuptitle.png) no-repeat 50% 0%;
}


