body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

img{ 
	border:0;
}

#top{
	position: absolute;
	left: 0; top:0;
	width: 100%;
	height: 45px;
	background-color: rgb(217, 217, 217);
}

#top-menu{
	margin-left: 160px;
	margin-top: 15px;	
}

#top a, #top a:link{
	text-decoration: none;
	color: rgb(126, 126, 126);
	font-weight: bold;
	font-size: 11px;
	padding-left: 25px;
	background-image: 	url(../graphic/presentation/top_arrow.gif);
	background-repeat: no-repeat;
}
.selected{
	background-image: 	url(../graphic/presentation/top_arrow_selected.gif) !important;
	padding-left: 30px !important;
}

#top-info{
	width: 200px;
	height: 21px;
	background-repeat:  no-repeat;
	background-position: right;
	position: absolute;
	right:0;
	bottom: 0;
	
	
}


#left{
	width: 150px;
	height: 400px;
	background-color: rgb(89, 89, 89);
	padding-top: 30px;
	position: absolute;
	top: 46px;
}

#left a,#left a:link {
	display: block;
	width: 150px;
	height: 20px;
	background-repeat: no-repeat;
}		

#content{
	position: absolute;
	left: 150px;
	top: 46px;
	color: #666666;
	font-size: 12px;
	line-height: 130%;
	padding-left: 133px;
	padding-right: 100px;
	padding-top: 30px;
	overflow: auto;
	height: 500px;
	/*background: url(../graphic/presentation/main_background.jpg) repeat-x;*/
}

#in-content{
	width: 600px;
}

#content a,#content a:link {
	text-decoration: none;
}		
#content a:hover {
	text-decoration: underline;
}		


#about-us {
	background-image: url(../graphic/presentation/left_menu/o_nas.gif);
}

#services {
	background-image: url(../graphic/presentation/left_menu/uslugi.gif);
}

#partners {
	background-image: url(../graphic/presentation/left_menu/partnerzy.gif);
}

#online {
	background-image: url(../graphic/presentation/left_menu/serwis_online.gif);
}

#job {
	background-image: url(../graphic/presentation/left_menu/praca.gif);
}

#contact {
	background-image: url(../graphic/presentation/left_menu/kontakt.gif);
}	

#logo {
	margin-top: 5px;
	background-image: url(../graphic/presentation/left_menu/logo.gif);
	width: 92px !important;
	height: 84px !important;
	margin-left: auto;
	margin-right: auto;
	
}

h1{
	font-size: 20px;
}
h2{
	font-size: 16px;
}
