
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 119%;
	background-color: white;
	color: #000000;
	margin: 0 auto;
	
}

tbody {
	font-size: 11px;
}

#main {
	width: 870px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
}

#calosc {
	width: 80%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
}

#left {
	
	width: 333px;
	height: 100%;
	background: white url(../grafika/logo.png) 0 0 no-repeat;
	background-position: top right;
	left: 0px;
	right: 0px;
	margin-top: 37px;
	margin-right: 32px;
	margin-left: 20px;
	height: 600px;
	float: left;
	z-index: 1;
	overflow: auto;
	padding-top: 153px;
	text-align: right;
	font-size: 120%;
	color: #b16a32;
	line-height: 120%;
	display: inline;
}

#right {
	
	width: 485px;
	height: 100%;
	background: white url(../grafika/gris.jpg) 0 0 no-repeat;
	background-position: 80% 55%;
	left: 0px;
	right: 0px;
	margin-top: 70px;
	float: left;
	z-index: 1;
	overflow: auto;
	display: inline;
}

a {
	color: #b16a32;
}

a:hover {
	color: gray;
}

.email {
 unicode-bidi: bidi-override;
 direction: rtl;
 }

