@charset "utf-8";
body {
	margin-top: 5px;
	background-color: #DFDDDE;
}

img {
	border: 0px;
}

a {
	font-family: "Segoe UI",  Arial;
	color: #2d2d2d;
	text-decoration:none;
}

a:hover {
	color: #2d2d2d;
}

a:visited {
	color: #2d2d2d;
}

.info {
	z-index: 2000;
	position: inherit;
	float:left;
	margin:10px 0 0 10px;
	display:none;
	
}

.foto {
	z-index: 0;
	text-align: center;
	margin: 10px 0;
	background-image:url(images/loader.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.divmain {
	width:830px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	height: 550px;
}

 div.scrollholder
{
    position: relative;
    width: 800px; 
	height: 500px;
    overflow: auto;
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; 
	top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; 
	height: 100%;
    font-size: 0;
    z-index: 3;
    background: black;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: yellow;
}  


.yossi {
	font-weight:bold;
	position: absolute;
	font-size: 32px;
	background-color: yellow;
	width: 550px;
	text-align: right;
	padding-right: 11px;
	margin-top: 30px;
	height: 50px;
	height: 50px;
}

.portfolio {
	background-color: #ffffff;
	font-weight:bold;
	position: absolute;
	font-size: 20px;
	width: 150px;
	text-align: right;
	padding: 2px 11px 0 0;
	margin: 0 0 325px 100px;
	height: 33px;
	bottom:0px;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin:0px
}

.works {
	background-color: #ffffff;
	font-weight:bold;
	position: absolute;
	font-size: 20px;
	width: 150px;
	text-align: left;
	padding: 10px 30px 10px 20px;
	margin: 0px 0 160px 150px;
	bottom:0px;
}

.email {
	background-color: #ffffff;
	font-weight:bold;
	position: absolute;
	font-size: 16px;
	width: 230px;
	text-align: right;
	padding: 5px 11px 0 0;
	margin: 0 107px 200px 0px;
	right: 0px;
	height:26px;
	bottom:0px;
}

.phone {
	background-color: #ffffff;
	font-weight:bold;
	position: absolute;
	font-size: 16px;
	width: 186px;
	text-align: right;
	padding: 5px 15px 0 0;
	margin: 0 40px 162px 0px;
	right: 0px;
	height:26px;
	bottom:0px;
}

.address {
	background-color: #ffffff;
	font-weight:bold;
	position: absolute;
	font-size: 16px;
	width: 350px;
	text-align: left;
	padding: 5px 0 0 15px;
	margin: 0 115px 124px 0px;
	right: 0px;
	height:26px;
	bottom:0px;
}

.daf {
	background-color: #ffffff;
	font-weight:bold;
	position: absolute;
	font-size: 12px;
	width: 155px;
	text-align: left;
	padding: 0 0 0 15px;
	margin: 0 5px 5px 0px;
	right: 0px;
	bottom:0px;
	filter:alpha(opacity=70);
  /* CSS3 standard */
    opacity:0.7;
}

.footer {
	background-color: #ffffff;
	font-weight:bold;
	position: absolute;
	font-size: 12px;
	text-align: left;
	padding: 0 3px 0 3px;
	margin: 0 5px 5px 0px;
	right: auto;
	bottom:0px;
	filter:alpha(opacity=70);
	/* CSS3 standard */
    opacity:0.7;
	float:left;
}

.footer h1 {
	font-size: 12px;
	margin: 0;
	display:inline;
}


#container {
	display: inline;
}

#content {
	background-color: #DFDDDE;
}
