html,body {
    height: 100%;
	font-family: Arial,Verdana,Tahoma,sans-serif; 
	font-size: 12px;
	color: #000000;	
}
body {
	background: #1f749b;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

table.MainSite {
	width: 750px;
	height: 100%;
}
	td.main {
		background: url(../img/bg.gif) repeat-y;
		border-right: 1px solid #bdebfe;
		vertical-align: top;
	}
		td.leftPart {
			vertical-align: top;
			width: 154px;
		}
			div.lMenu {
				margin: 0px 16px 0px 14px;
				padding: 8px 0px 6px 0px;
				color: #2588b1;
				border-bottom: 1px solid #79b6cf;
			}
				div.lMenu a {
					font-weight: bold;
					font-size: 11px;
					color: #2588b1;
					text-decoration: none;
				}
				div.lMenu a:hover {
					text-decoration: underline;
				}
			
		td.rightPart {
			vertical-align: top;
			width: 596px;
		}
			div.topMenu {
				background: #dedfe2;
				color: #FFFFFF;
				font-size: 11px;
				font-weight: bold;
				text-align: right;
				padding: 2px 10px 3px 0px;
			}
			div.topMenu a {
				color: #FFFFFF;
				font-size: 11px;
				font-weight: bold;
				text-decoration: none;				
			}
			div.topMenu a:hover {
				text-decoration: underline;
			}
			div.content {
				margin: 10px 15px 20px 12px;
			}
			
			table.padding td {
				padding: 2px 10px 2px 0px;
			}
	
	
/* other */	
object,embed {
	border: 0px solid #000000;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
embed.center,object.center {
	margin: 0px auto 0px auto;
}
embed.right,object.right {
	margin: 0px 0px 0px auto;
}
 
.png
{
	//background-image: none ! important;
	behavior: url('img/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: 12px;
	border: 1px solid #515356;
	background: #FFFFFF;
	color: #000000;
	margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 3px;
}
*/

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%;
	}
	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;
}
span.red {
	color: #FF0000;
}

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;
}
div.clear {
	clear: both;
}
/* end other */

/* headers & links */
h1 {
	font-family: Arial,Verdana,Tahoma,sans-serif; 
	font-size: 115%;
	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;
}
a {
	font-family: Arial,Verdana,Tahoma,sans-serif; 
	font-size: 12px;
	color: #1d7396;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.bold {
	font-weight: bold;
}

a.props {
	font-weight: bold;
	color: white;
}

/* end headers & 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 );
*/
}