body {
	background-color:#FFFFFF;
	color:#3B3B3B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:19px;
	margin:0;
	padding:0;
}

/***************** OGOLNE *****************/

button {
	height:22px; 
	border:none; 
	background-color: #8cc640; 
	color: #fff;
	font-weight: bold;
	cursor:pointer;
	padding-bottom: 2px;
}

p {
	margin-top	: 0px;
}

li {
	list-style-position	: outside;
}

a {
	text-decoration	: none;
	font-weight		: bold;
	color			: #8cc640;
}
a:hover{
	text-decoration	: underline;
}

.zielony {
	color	: #8cc640;
}

.data {
	font-size		: 12px;
	color			: #8cc640;
	margin-bottom	: 0px;
}

.left {
	float			: left;
	margin-right	: 20px;
}

.right {
	float		: right;
	margin-left	: 20px;
}

.otn {
	font-weight	: bold;
	color		: DarkOliveGreen;
}

.language-icon{
	border: none;
}

/****************** HEADER ******************/
#header_container {
	background		: #000000;
	height			: 140px;
	margin			: 0;
	padding			: 0;
}
#top_header {
	margin			: 0 auto;
	width			: 1000px;
	height			: 140px;
	border-bottom: 1px solid #8cc640;
	background		: repeat scroll -30px -46px;
}
/**************** language bar ***************/
#lang_bar {
	background		: #3D3D3D;
	margin			: 0px;
	padding			: 0px;
	border-bottom: 1px solid #8cc640;
	height: 22px;
}
#lang_bar ul {
	margin		: 0px;
	padding		: 0px;
	list-style	: none;
	text-align	: right;
	display		: block;
	height		: 22px;
	overflow	: hidden;
}
#lang_bar ul li {
	position		: relative;
	margin			: 3px 3px 3px 3px;
	padding			: 0px 0px 0px 0px;
	list-style		: none;
	float			: right;
	height			: 20px;
	display			: block;
}
.active {
	color           : #efefef;
}
/**************** NAVIGATION  ****************/
#top_navigation {
	height			: 40px;
	background		: #3D3D3D;
	margin			: 0px;
	padding			: 0px;
	border-bottom	: 2px solid #8cc640;
}
#inside_top_navigation {
	width	: 1000px;
	margin	: 0px auto;
	padding	: 0px;
}
#inside_top_navigation ul {
	margin		: 0px;
	padding		: 0px;
	list-style	: none;
	text-align	: center;
	display		: block;
	height		: 40px;	
	overflow	: hidden;
}
#inside_top_navigation ul li {
	position		: relative;
	margin			: 12px 0px 0px 0px;
	padding			: 0px 0px 0px 0px;
	list-style		: none;
	float			: left;	
	border-left		: 1px solid #5d7f2f;
	border-right	: 1px solid #0a0a0a;
	height			: 20px;
	display			: block;	
}
#inside_top_navigation ul li a {
	position		: relative;
	border-top		: 3px solid #3D3D3D;
	font-size		: 120%;
	color			: #cccccc;	
	text-decoration	: none;	
	height			: 20px;
	display			: block;
	margin-top		: -12px;
	padding			: 8px 15px 0px 15px;
	float			: left;
}
#inside_top_navigation ul li a:hover, #inside_top_navigation ul li.menu_option_active a {
	border-top	: 3px solid #8cc640;
	color		: #FFFFFF;
}
#inside_top_navigation ul li.first_link {
	border-left : none;
}
#inside_top_navigation ul li.last_link {
	border-right : none;
}


/***************** CONTAINER *****************/
#container {
    width			: 980px;
    margin			: 0 auto;
    padding			: 0px 10px 10px 10px;
}


/***************** LEFT-SIDE *****************/
#left-side {
	width	: 700px;
	float	: left;
}
#left-side #text h1 {
	border-bottom	: 2px solid #8cc640;
	line-height		: 28px;
	*font-size		: 24px;
	*margin-top		: 10px;
}
#left-side #text h3 {
	font-size		: 20px;
	color			: #666666;
	border-bottom	: 1px solid #8cc640;
	width			: 130px;
}
#left-side #text table td {
	padding	: 10px;
}
#left-side #text table td li{
	margin-left	: 10px;
}

#left-side #text table td li{
	margin-left	: 10px;
}

/** ZAKLADKI TECHNOLOGIE **/
#technologie {
	background	: #DDDDDD;
	position	: relative;
	padding		: 10px;
	width		: 680px;
}

#technologie ul {
	right		: 10px;
	margin		: 0px;
	padding		: 0px;
	list-style	: none;
	text-align	: center;
	display		: block;
	height		: 25px;	
	overflow	: hidden;
	width		: 660px;
}
#technologie ul li {
	list-style		: none;
	float			: left;	
	height			: 20px;
	display			: block;	
}
#technologie ul li a {
	font-weight		: normal;
	color			: #666666;	
	text-decoration	: none;	
	display			: block;
	padding			: 3px 15px 3px 15px;
}
#technologie ul li a:hover {
	background		: #D0D0D0;
}
#technologie ul li a.active {
	background		: #FFFFFF;
}

#technologie #tresc {
	width			: 660px;
	background		: #FFFFFF;
	padding			: 10px;
}

#technologie #tresc h3 {
	margin-top		: 0px;
}




#partners {
	margin-top		: 30px;
	margin-bottom	: 30px;
	padding-bottom	: 20px;
}
#partners h4 {
	color		: grey;
	font-size	: 14px;
	margin-top	: 5px;
}
#partners img {
	border				: 1px solid #DDDDDD;
	-moz-border-radius	: 3px;
	display				: inline;
	margin-right		: 15px;
	margin-bottom		: 15px;
	padding			: 10px;
}

.zespol {
	width		: 700px;
	height		: 150px;
}


/***************** RIGHT-SIDE *****************/
#right-side {
	width	: 240px;
	float	: right;
}

#right-side .gadget {
	border-left		: 2px solid #CCCCCC;
	border-bottom	: 2px solid #CCCCCC;
	margin-bottom	: 40px;
}

#right-side .gadget h2 {
	height		: 31px;
	background	: url(../images/panel.gif) no-repeat 0 0;
	color		: white;
	padding		: 5px 0 0 13px;
	margin		: 0px;
	margin-left	: -3px;
}

#right-side .gadget p {
	margin-left		: 10px;
}

/***************** FOOTER *****************/
#footer {
	border-top	: 3px solid #8cc640;
	background	: #303030;
	height		: 35px;
	color		: white;
}
#footer_inside {
	width			: 980px;
    margin			: 0 auto;
    color			: #999999;
}
#footer_inside #footer_text {
    float: right;
    position: relative;
    top: 10px;
}

.partner_footer {
  float: left;
  margin-right: 20px;
}

.partner_footer.right {
  float: right;
  margin: 0px;
}

.partner_footer span {
  display: block; 
  float: left;
  margin: 7px 10px 0px 0px;
}

.biger {font-size: 13px;}
