html,body {
	font-family: Arial,Verdana,Tahoma,sans-serif; 
	font-size: 12px;
	color: #000000;	
}
body {
	background: #b8b8b8;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

div.topPart {
	background: url(top.jpg) no-repeat;
	width: 800px;
	height: 119px;
	margin: 12px auto 0px auto;
}
div.centerPart {
	background: url(center.jpg) no-repeat;
	width: 800px;
	height: 450px;
	margin: 0px auto 0px auto;
	text-align: left;
}
	div.pageTitle {
		width: 645px;
		height: 21px;
		background: url(bg_header.gif) no-repeat;
		text-align: left;
		padding: 4px 10px 0px 35px;
		font-weight: bold;
		font-size: 14px;
		margin: 0px 0px 0px 95px;
	}
	div.contentTxt {
		background: url(bg_txt.gif) repeat-y;
		width: 660px;
		height: 405px;
		margin: 0px 0px 0px 95px;
		overflow: auto;
		padding: 10px 10px 10px 10px;
	}
div.bottomPart {
	background: url(bottom.jpg) no-repeat;
	width: 800px;
	height: 80px;
	margin: 0px auto 0px auto;
}

	
/* DEFAULT */

table {
	border: 0px solid #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
	table.center {
		margin: 0px auto 0px auto;
	}
	table.right {
		margin: 0px 0px 0px auto;
	}
	table.w100 {
		width: 100%;
	}
	table.w100h100 {
		width: 100%;
		height: 100%;
	}
td {
	border: 0px solid #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
	td.top {
		vertical-align: top;
	}
	td.bottom {
		vertical-align: bottom;
	}
	td.center {
		text-align: center;
	}
	td.right {
		text-align: right;
	}
span.bold {
	font-weight: bold;
}
span.redBold {
	color: #6C0606;
}

div.center {
	margin: 0px auto 0px auto;
}
div.right {
	text-align:right;
	width:100%;
}
div.left {
   text-align:left;
   width:100%;
}
div.w100Center {
	width: 100%;
	text-align:center;
}
/* END DEFAULT */

/* OTHERS */

object,embed {
	border: 0px solid #000000;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.png
{
	//background-image: none ! important;
	behavior: url('pngfix.htc');
}
form {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
img {
	border: 0px solid #000000;
	display: block;
}
/*
input,select {
	font-family: Arial,Verdana,Tahoma,sans-serif; 
	font-size: 11px;
	border: 1px solid #515356;
	background: #FFFFFF url(bg_inp2.gif) repeat-x;
	color: #000000;
	margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 3px;
}
*/

h1 {
	font-family: Arial,Verdana,Tahoma,sans-serif; 
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

h2 {
	font-family: Arial,Verdana,Tahoma,sans-serif; 
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
/* END OTHERS */

/* LINKS */
a {
	font-family: Arial,Verdana,Tahoma,sans-serif; 
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.bold {
	font-weight: bold;
}
/* END LINKS */

#merka
{
position: absolute;
left: 0;
bottom: 0;
visibility: hidden; 
width: 100%; 
/*
height: 1em;
line-height: 1em;
background: white;
background-image: expression( window.onresize = window.scrollTo );
*/
}

