html
{
	
}
body
{
	margin: 0px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #000000;
}
p
{
}

/* STRUCTURE TAGS */
h1
{
}
h2
{
}
h3
{
}
h4
{
}
h5
{
}
h6
{
}

/* LIST TAGS */
ul
{
}
ol
{
}
li
{
}

/* ANCHOR TAGS */
a
{
	color: #F87420;
	text-decoration: underline;
}
a:link
{
	color: #F87420;
	text-decoration: underline;
}
a:visited
{
	color: #F87420;
	text-decoration: underline;
}
a:hover
{
	color: #F87420;
	text-decoration: none;
}
a:active
{
	color: #F87420;
	text-decoration: underline;
}

/* MARKUP TAGS */
b
{
}
i
{
}
s
{
}
u
{
}
hr
{
}

/* SPECIAL TEXT MARKUP TAGS */
big
{
}
small
{
}
em
{
}
cite
{
}
acronym
{
}
address
{
}

/* SPECIAL TEXT STRUCTURE TAGS */
blockquote
{
}
code
{
}
q
{
}
samp
{
}
kbd
{
}
var
{
}
address
{
	font-style: normal;
}

/* TABLE TAGS */
table
{
}
tr
{
}
td
{
}
th
{
}

/* BASIC TAGS */
div
{
	/*border: 1px dotted gray;*/
	width: 800px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
}
span
{
}
pre
{
}

/* MEDIA TAGS */
img
{
	border: none;
}

/* ------------------------------------------------------------------------- */
/* OTHER TAGS */
div#toplogo
{
	background-image: url(images/layout/toplogo.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 98px;
}
div#footer
{
	background-image: url(images/layout/bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 23px;
	width: 784px;
}

div#mainnav
{
	height: 46px;
	background-image: url(images/layout/tbfill1.gif);
	background-position: 357px 0px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 98px;
}
#mainnav li
{
	display: inline;
	border: none;
}
#mainnav li.right
{
	position: absolute;
	left: 683px;
}
#mainnav ul
{
	display: inline;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#subnav
{
	height: 28px;
	background-image: url(images/layout/fotobase_mnufill1_n.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 144px;
}
#subnav ul
{
	display: inline;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#subnav li
{
	display: inline;
	border: none;
}

div#main
{
}
/*div#leftnav
{
	position: absolute;
	left: 0px;
	top: 172px;
	width: 198px;
	
	/background-image: url(images/layout/leftnav_gen.gif);
	background-position: top left;
	background-repeat: repeat-y;/
	background-color: #114365;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}
#leftnav ul
{
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#leftnav li
{
	background-color: #114365;
}
#leftnav li.item
{
	background-image: url(images/layout/leftnav_item.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 16px;
}
#leftnav li.foto
{
	background-image: url(images/layout/leftnav_imgkader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 154px; / 184px /
	/padding: 12px 26px 18px 20px;/ / 12px 26px 18px 20px /
	padding: 12px 26px 18px 20px;
	text-align: center;
	vertical-align: middle;
}*/
/*li.foto div
{
	width: 152px;
	vertical-align: middle;
}*/
/*#leftnav li.hr
{
	background-image: url(images/layout/leftnav_line.gif);
	background-position: center left;
	background-repeat: no-repeat;
	height: 10px;
}
#leftnav li.spacer
{
	height: 7px;
}
*/
div#content
{
	/*width: 584px;*/ /* 600 - 8 - 8 */
	width: 784px;	/* 800 - 8 - 8 */
	top: 172px;
	/* left: 200px; */
	left: 0px;
	position: absolute;
	background-color: #0B2B40;
	padding: 8px 8px 8px 8px;
}

blockquote.special
{
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 170%;
	text-align: center;
	color: #0080FF;
	font-size: 130%;
	font-weight: bolder;
}
blockquote.special:before
{
	content: url(images/layout/quoteopen.gif);
}
blockquote.special:after
{
	content: url(images/layout/quoteclose.gif);;
}

address .name
{
	font-weight: bolder;
}
address .address
{
	font-style: italic;
}
address .phone:before
{
	content: url(images/layout/phone.gif);
}
address .fax:before
{
	content: url(images/layout/fax.gif);
}
address .email:before
{
	content: url(images/layout/email.gif);
}

/*
Views
*/
td.NegNormalLeft
{
	background-image: url(/images/layout/neg_normal_left.gif);
	background-attachment: scroll;
	background-position: right;
	background-color: #0B2B40;
}
td.NegNormalRight
{
	background-image: url(/images/layout/neg_normal_right.gif);
	background-attachment: scroll;
	background-position: left;
	background-color: #0B2B40;
}
td.NegContents
{
	background-color: Black;
}
td.NegNormalTop
{
	background-image: url(/images/layout/neg_normal_top.gif);
	background-attachment: scroll;
	background-position: bottom;
	background-color: #0B2B40;
}
td.NegNormalBottom
{
	background-image: url(/images/layout/neg_normal_bottom.gif);
	background-attachment: scroll;
	background-position: top;
	background-color: #0B2B40;
}
td.NegActiveLeft
{
	background-image: url(/images/layout/neg_active_left.gif);
	background-attachment: scroll;
	background-position: right;
	background-color: #0B2B40;
}
td.NegActiveRight
{
	background-image: url(/images/layout/neg_active_right.gif);
	background-attachment: fixed;
	background-position: left;
	background-color: #0B2B40;
}
td.NegActiveTop
{
	background-image: url(/images/layout/neg_active_top.gif);
	background-attachment: scroll;
	background-position: bottom;
	background-color: #0B2B40;
}
td.NegActiveBottom
{
	background-image: url(/images/layout/neg_active_bottom.gif);
	background-attachment: scroll;
	background-position: top;
	background-color: #0B2B40;
}
