*
{
	font-family: Arial, serif;
	color:#333;
}

body
{
	padding: 0px;
	margin: 0px;
	width:100%;
	height:100%;
	background: url('/i/bg/bg.jpg') #fff repeat-x left top;
}

.divan1
{
	position: absolute;
	left:12%;
	top:0;
	width:519px;
	height:580px;
	z-index:6;
	background: url('/i/divan1.png') no-repeat left top;
	behavior:url('/png.htc');
}

.divan2
{
	position: absolute;
	left:45%;
	top:50px;
	width:166px;
	height:222px;
	z-index:2;
	background: url('/i/divan2.png') no-repeat left top;
	behavior:url('/png.htc');
}

.divan3
{
	position: absolute;
	right:0;
	top:40px;
	width:180px;
	height:482px;
	z-index:4;
	background: url('/i/divan3.png') no-repeat 80px top;
	behavior:url('/png.htc');
}

.divan4
{
	position: absolute;
	left:53%;
	top:120px;
	width:99px;
	height:126px;
	z-index:6;
	background: url('/i/divan4.png') no-repeat left top;
	behavior:url('/png.htc');
}

.siteContent
{
	position: relative;
	left:0;
	top:0;
	z-index:10;
}

/* general
-------------------------*/

p
{
	font-size:75%;
	line-height:1.6em;
	margin-top:0.5em;
}

h1
{
	font-size:160%;
	margin: 0 0 0.5em 0;
	clear:both;
}

h2
{
	font-size:160%;
	color:#333;
	font-weight:normal;
	padding:0;
	margin: 1em 0 0 0;
	clear:both;
}

h3
{
	font-size:120%;
	font-weight:normal;
	margin: 1.2em 0 0.3em 0;
	clear:both;
}

h4
{
	font-size:90%;
	font-weight:bold;
	margin: 0.5em 0;
}

ul, ol
{
	margin-top: 1em;
	padding-left:0;
	margin-left:0;
	font-size:75%;
	line-height:1.4em;
}

li
{
	list-style-type: none;
	text-indent:-1.5em;
	margin: 0.4em 0 0.4em 1.5em;
}

ol li
{
	list-style-type:decimal;
	text-indent:0;
}

table
{
	border-collapse: collapse;
	width: 100%;
	border:0;
}

td
{
	margin: 0em;
	padding: 0em;
	vertical-align: top;
}

img.borderImg
{
	border: 1px solid #000;
}

img.png
{
	behavior:url('/png.htc');
}

.none
{
	display:none;
}

.visible
{
	display:block;
}


/* links
-------------------------*/

a
{
	text-decoration:underline;
	color:#39c;
}
a:hover
{
	text-decoration:underline;
	color:#cd270b;
}


/* paragraph
-------------------------*/

.paragraphBlock
{
	clear:both;
	padding-right:25px;
}

div.imgTop
{
	padding: 0.8em 0 0.5em 0;
}

div.imgLeft
{
	float:left;
	padding: 0.5em 1em 0.8em 0;
}

div.imgRight
{
	float:right;
	padding: 0.5em 0 0.8em 1em;
}

div.imgBottom
{
	padding: 0.4em 0 0.8em 0;
}

p.caption
{
	font-size:75%;
	color:#666;
	font-style:italic;
	margin: 0.5em 0;
}

table.pTable
{
	clear:both;
	width:100%;
	border-collapse:collapse;
	margin: 0.5em 0 1.2em 0;
}

table.pTable th
{
	font-size:85%;
	padding: 1.2em 10px 0.5em 10px;
}

table.pTable td
{
	font-size:85%;
	padding: 0.7em 25px 0.7em 0;
	border-bottom: 1px solid #ccc;
}

table.pTable td p
{
	font-size:100%;
	margin:0;
	line-height:normal;
}

.pNote
{
	padding: 0.8em 20px 1em 20px;
	background-color:#ffe464;
	border: 3px dashed #fff;
	margin: 0 0 1em 40px;
}

.pNote h4
{
	font-style:italic;
	font-weight:bold;
	font-size: 80%;
	margin: 0.4em 0 0 0;
}

.pNote p
{
	font-size:75%;
	font-style:italic;
	margin: 0.6em 0 0 0;
	line-height: 1.5em;
}

.pFileattach,
.pFileword,
.pFileexcel
{
	padding: 0.6em 10px 0.4em 36px;
	height: 36px;
}

.pFileLink
{
	font-size:85%;
}

.pFileSize
{
	display:block;
	font-size:70%;
	color:#7f6900;
	margin: 0.2em 0 0 0;
}

.pFileattach
{
	background: url('../i/icons/default.gif') no-repeat left center;
}

.pFileword
{
	background: url('../i/icons/word.gif') no-repeat left center;
}

.pFileexcel
{
	background: url('../i/icons/excel.gif') no-repeat left center;
}

.paragraphBlock h3
{
	font-size:130%;
	font-weight:normal;
	margin: 1.2em 0 0.3em 0;
	clear:both;
}

.paragraphBlock .off span,
.paragraphBlock .on span
{
	cursor:pointer;
	cursor:hand;
	border-bottom: 2px dashed #fff;
}


/* path
-------------------------*/

div.path
{
	padding-top: 50px;
}

div.path a
{
	font-size:75%;
}

div.path span
{
	font-size: 75%;
}

div.path h1
{
	font-size:160%;
	font-weight:bold;
	margin: 0.1em 0 0.5em 0;
}


/* pagecounting */

.pagecounting
{
	display: block;
	clear:both;
	position: relative;
	background-color: #efefef;
	width:100%;
}

.pagecounting .lt,
.pagecounting .rt,
.pagecounting .rb,
.pagecounting .lb
{
	position: absolute;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.pagecounting .lt
{
	left: 0;
	top: 0;
	background-image: url('/i/bg/grey_lt.gif');
}

.pagecounting .rt
{
	right: 0;
	top: 0;
	background-image: url('/i/bg/grey_rt.gif');
}

.pagecounting .rb
{
	right: 0;
	bottom: 0;
	background-image: url('/i/bg/grey_rb.gif');
}

.pagecounting .lb
{
	left: 0;
	bottom: 0;
	background-image: url('/i/bg/grey_lb.gif');
}

.pagecounting .content
{
	padding: 0.8em 25px;
	clear:both;
}

.pagecounting .content div
{
	display:inline;
	font-size:100%;
	margin-right:10px;
}

.pagecounting .content .countH
{
	font-size:75%;
	margin-right:15px;
}

