html, body {

	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	background: #C3C6CB;
	text-align: center;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;

}

#main {
	position:relative;
	width:900px;
	height:594px;
	margin-left: auto;
	margin-right: auto;	
	z-index:2;
	background-color: #FFFFFF;
}

#logo {
	position:absolute;
	left:45px;
	top:20px;
	width:375px;
	height:250px;
	z-index:8;
	background-image: url(images/logo_text_homepage.gif);

}

#logo_subpage {
	position:absolute;
	left:45px;
	top:20px;
	width:375px;
	height:250px;
	z-index:10;
	background-image: url(images/logo_subpage.gif);

}

#content {

	 position:absolute;
	 left:25px;
	 top:0px;
	 width:650px;
	 height:600px;
	 z-index:11;

}

#poza {
	position:absolute;
	left:0px;
	top:302px;
	width:900px;
	height:292px;
	z-index:7;

}

.photo_home {
	background-image: url(images/photo_main.jpg);
	}
.photo_voice {
	background-image: url(images/photo_voice_over.jpg);
	}
.photo_translation {
	background-image: url(images/photo_translation.jpg);
	}
.photo_multimedia {
	background-image: url(images/photo_multimedia.jpg);
	}
.photo_profile {
	background-image: url(images/photo_profile.jpg);
	}
.photo_demos {
	background-image: url(images/photo_demos.jpg); 
	}
.photo_contact {
	background-image: url(images/photo_contact.jpg);
	}

#top {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:310px;
	z-index:9;
	background-image: url(images/top_bg_corners.gif);
	background-repeat: no-repeat;
	background-position: top;	

}

#topsub {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:310px;
	z-index:9;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;	

}


#menu {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:310px;
	z-index:13;
}


#hartie {
	position:absolute;
	left:20px;
	top:220px;
	width:431px;
	height:355px;
	z-index:10;
	background-image: url(images/hartie2.jpg);

}

#text {
	position:absolute;
	left:26px;
	top:16px;
	width:400px;
	height:320px;
	z-index:1;
	overflow: auto;
	text-align: left;	
	
	filter: chroma(color=#FFFF33);
	
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFF33;
	scrollbar-shadow-color: #FFFF33;
	scrollbar-3dlight-color: #FFFF33;
	scrollbar-arrow-color:  #F34E9A;
	scrollbar-track-color: #FFFF33;
	scrollbar-darkshadow-color: #FFFF33;
	
	
}

#lang {
	position:absolute;
	left:704px;
	top:226px;
	width:200px;
	height:50px;
	z-index:1;
	}
	
#credits {
	position:absolute;
	left:0px;
	top:300px;
	width:900px;
	height:25px;
	z-index:2;
	}

p {
	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	/*color: #898A81;*/
	color: #000000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #F34E9A;
	padding-right: 10px;
	/*padding-bottom: 20px;*/
}

a {
	color: #FFFFFF;

}

ul,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 11px;
	/*color: #898A81;*/
	color: #868F98;
	padding-right: 10px;
	/*padding-bottom: 20px;*/
}

.accessibility	{display: none}

