﻿@CHARSET "UTF-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-size: 69%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #666;
	line-height: 130%;
	background: url(../img/bg_top.jpg) top center no-repeat scroll;
	background-color: #F1F0EC;
} 
/* Struktura strony */
#preloader {
	position: absolute;
	top: -9999px;
}

div#page_container {	
	width: 990px;
	margin: 0px auto;	
	background: url(../img/bg_content.jpg) top left repeat-y;	
}
div#page_wrapper {
	/*background: url(../img/bg_container_phone.jpg) top center no-repeat; */
	background: url(../img/bg_container.jpg) top center no-repeat;
}
div#content {	
	width: 980px;
	margin: 5px 4px 5px 6px;
	min-height: 350px;		
}
* html div#content {
	height: 350px;
}
div#column_left { 
	width: 684px;			
	float: left;
	display: inline;
}
div#column_right { 
	width: 293px;
	margin-left: 3px; /* miejsce na szarą kreske pionową */			
	float: left;
	display: inline;		
}
div#footer_wrapper {	
	background: url(../img/bg_footer.jpg) top center no-repeat;
	width: 990px;
	height: 16px;
	/*margin-bottom: 30px; */
}
div#header {
	height: 150px;
	width: 990px;
	margin: 0px auto;	
	position: relative;	
}

a#logo_link {	
	display:block;
	height:60px;
	left:25px;
	position:absolute;
	top:60px;
	width:200px;
}
h1 {
	font-size: 4em;	
}
h2 {
	font-size: 2em;	
}
h3 {
	font-size: 1.2em;	
}

.vertPadding {
	padding-top: 20px;
	padding-bottom: 20px;
}
.vertPaddingTop {
	padding-top: 20px;	
}
.horPadding {
	padding-left: 26px;
	padding-right: 26px;
}

.h1_line {
	background: url(../img/line_header.gif) bottom left no-repeat; 	
}

div#tjenester div{
	padding-bottom: 20px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;	
}
div#tjenester div.last{
	margin-bottom: 0px;
	border-bottom: none;
}
div#tjenester div img{
	margin-bottom: 15px; 
}
#top_bar {	
	width: 960px;
	padding: 7px 15px;
} 
#top_bar #langs {
	width: 250px;
	text-align: right;
	font-size: 1.2em;
}

#top_bar #langs, #top_bar #langs a {
	color: #9BB7C5;
}	
#top_bar #langs span {
	color: #6A7881;
}	


#top_bar #breadcrumb {
	width: 700px;
	font-size: 1.2em;
	color: #9BB7C5;
}
#top_bar #breadcrumb a{
	color: #6A7881;
}
div#right_box_container {
	padding-bottom: 14px;
	background: url(../img/right_box_bottom.jpg) no-repeat bottom left;
}
div.right_box{	
	width: 293px;		
	margin-top: 10px;	
}
div#right_standard {
	height: 908px;
}
div#right_referanser {
	height: 608px;
}
div#right_tjenester {
	height: 298px;
	background-position: 0px -610px;
}

div#box_phone {
	width: 270px;
	height: 250px;	
	position: relative;
	margin: 15px 0px 12px 6px;
}
#who_trusted {
	 padding: 12px 0px 10px;
	 height: 32px;
	 width: 100%;
	 border-top: 1px solid #DDD;
	 border-bottom: 1px solid #DDD;
	 margin-bottom: 20px;
}
#who_trusted.no_top {
	border-top: none;
}
.tech {
	color: #C8344C;
	font-weight: bold;
}
.paging {
	padding: 10px 26px 0px;
	height: 27px;
}
.paging span {
	padding: 2px 5px;
}
.paging span.current {
	font-weight: bold;
}
#paginator_top {	
	background: url(../img/bg_paginate_top.gif) repeat-x top left;
}
#paginator_bottom {	
	background: url(../img/bg_paginate_bottom.jpg) repeat-x top left;
}
#paginator_bottom a, #paginator_bottom span {
	color: #FFF;
}
#paginator_top a, #paginator_top span {
	color: #666;
}
#paginator_top.paging {
	color: #B6D0DD;
}
#paginator_bottom.paging {
	color: #FFF;
}
.text ul li {
	margin-left: 25px;
}

#project_list div.project{
	padding-bottom: 20px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;	
}
div#project_list div.last{
	margin-bottom: 0px;
	border-bottom: none;
}
#project_list p{
	margin-bottom: 10px;
}

/*rozmiar obrazka + border obrazka */
.project_container { 
	position: relative;
	width: 632px;
	height: 244px;
	margin-bottom: 10px;
}
.project_container img{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 630px;
	height: 242px;
	border: 1px solid #ddd;
}
.project_container a.see_online{
	display: block;
	width: 159px;
	height: 31px;	
	position: absolute;
	bottom: 0px;
	right: 0px; 
}

div.right_box div#links{
	position: relative;
	top: 73px;
	left: 15px;
	width: 264px; 
}		
div.right_box div#links a{
	display: block;
	height: 31px;
	width: 264px;
	margin-bottom: 1px;	
}	
#facebook {
	background:transparent url(../img/icon_fb.jpg) no-repeat scroll 10px 0;
	font-size:1.4em;	
	height:55px;
	padding-left:100px;
	padding-top:25px;	
}	




