body{

	font-family:"Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans","Verdana","Verdana Ref","sans serif";
	font-size: 12px;
	margin: 0px;
	text-align: center;
	color: #002356;
	background-image: url('../images/top_gradient.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #FFFFFF;   
}

html{

	background-color: #002356;   
}

H1{
	font-size: 14px;
	font-weight: bold; 
	margin: 0px;
}

H2{
	font-size: 14px;
	font-weight: bold; 
	color: #5dbece;
	margin: 0px;
}

.content{
	font-size: 13px;
}

.more{
	text-align: right;
}

.big{
	font-size: 13px;
}

a{
	font-weight: bold;
}

a:link{
	text-decoration: none;
	color: #ff9900;
	font-weight: bold;
}

a:visited{
	text-decoration: none;
	color: #ff9900;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	color: #ff9900;
	font-weight: bold;
}

a:active{
	text-decoration: underline;
	color: #ff9900;
	font-weight: bold;
}


div.hr{
	height: 20px;
	background-image: url('../images/hr.gif');
	background-repeat: repeat-x;
	background-position: center;	
}

div.hr hr{
	display: none;
	border: 0 none;
}

.content_box_frame{ 
	border: 1px solid #D2D2D2;
	padding-right: 32px;
	padding-bottom: 28px;
}

.content_box{ 
	border: 1px solid #FFFFFF;
	height: 100%;
	width: 100%;
	color: #002356;
	font-size: 11px;
	padding: 13px 15px 13px 15px;
	background-color: #FFFFFF;
  	background-image: url('../images/content_bg_gradient.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	text-align: justify;
}

.contactform input, select{
	border: 1px solid #D2D2D2;
	width:150px;
	font-family:"Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans serif;
	font-size: 13px;
	color: #31658d;
		background-position: 0px -1px;
	background-image: url('../images/menu_item_bg.gif');
	background-repeat: repeat-x;
}

.contactform textarea{
	border: 1px solid #D2D2D2;
	width:388px;
	font-family:"Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans serif;
	font-size: 13px;
	color: #31658d;
	overflow: auto;
}

.contactform .button {
	border: 1px solid #D2D2D2;
	height: 36px;
	background-position: 0px -1px;
	background-image: url('../images/menu_item_bg.gif');
	background-repeat: repeat-x;
	color: #002356;
	font-size: 13px;
	font-weight: bold;
	cursor:pointer;
   
}

.contactform .button_over {
	border: 1px solid #D2D2D2;
	height: 36px;
	background-position: 0px -1px;
	background-image: url('../images/menu_item_bg_inv.gif');
	background-repeat: repeat-x;
	color: #002356;
	font-size: 13px;
	font-weight: bold;
	cursor:pointer;
   
}

.tab_active{
	position: relative;
	top: 61px;
	height: 37px;
	width:auto;
	float: left; 
  	background-image: url('../images/tab_active_bg.gif');
	background-repeat: repeat-x;
	z-index:10;
}

.tab_over{
	position: relative;
	top: 61px;
	height: 37px;
	width:auto;
	float: left; 
  	background-image: url('../images/tab_over_bg.gif');
	background-repeat: repeat-x;
	cursor:pointer;
   
}

.tab_active_out{
	position: relative;
	top: 61px;
	height: 37px;
	width:auto;
	float: left; 
  	background-image: url('../images/tab_active_out_bg.gif');
	background-repeat: repeat-x;
	z-index:-1;
}

.tab_active_left{
	height: 37px;
	width:2px;
	float: left; 
  	background-image: url('../images/tab_active_left.gif');
}

.tab_active_center{
	height: 37px;
	width:auto;
	float: left;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}

.tab_active_right{
	height: 37px;
	width:2px;
	float: left; 
  	background-image: url('../images/tab_active_right.gif');
	background-repeat: no-repeat;
	background-position: left;
}


.tab{
	position: relative;
	top: 61px;
	height: 37px;
	width:auto;
	float: left; 
  	background-image: url('../images/tab_bg.gif');
	background-repeat: repeat-x;
	z-index:-1;
	cursor:pointer;
   
}

.tab_left{
	height: 37px;
	width:2px;
	float: left; 
  	background-image: url('../images/tab_left.gif');
}

.tab_center{
	height: 37px;
	width:auto;
	float: left;
	margin-top: 13px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}

.tab_right{
	height: 37px;
	width:2px;
	float: left; 
  	background-image: url('../images/tab_right.gif');
	background-repeat: no-repeat;
	background-position: left;
}

.menu_item{
	width: 260px;
	height: 36px;
	position: relative;
	background-image: url('../images/menu_item_bg.gif');
	background-repeat: repeat-x;
	cursor:pointer;
   
}

.menu_item_left{
	width: 9px;
	height:36px;
	float:left;
	left:0px;
	background-image: url('../images/menu_item.gif');
}

.menu_item_left_active{
	width: 9px;
	height:36px;
	float:left;
	left:0px;
	background-image: url('../images/menu_item_active_bg.gif');
}

.menu_item_right{
	width: 244px;
	height:36px;
	float:left;
	line-height: 40px;
}

ul{
	margin-top: 0px;
  	margin-bottom: 0px;
	padding-bottom: 5px;
}

li{
	list-style-image: url('../images/bullet.gif');
}



.AccordionMulti{
	margin:0px;
	padding:0px;
	text-indent:0px;
	display:block;
	text-align:left;
}

.stretchtoggle{
	margin:0px;
	padding:0px;
	text-indent:0px;
	display:block;
}

.stretcher{
	margin:0px;
	padding:0px;
	text-indent:0px;
	display:block;
	height:auto;
}

.news_img{
	border: 1px solid #002356;
	margin-right:10px;
	margin-bottom:7px;
}

#container{
	width:100%;
	overflow: visible;
	position:relative;
	margin: 0px;
	text-align: center;
	background: url('../images/bottom_gradient.gif') repeat-x bottom center scroll;  
}

#Table_01 {
	overflow: visible;
	margin-left: auto; 
	margin-right: auto;
	width:1000px;
	position:relative;
}

#header_{
	overflow: auto;
	position: static;
	float: none;
	width:1000px;
	height:297px;
}

#logo_ {
	position:absolute;
	left:0px;
	top:0px;
	width:260px;
	height:96px;
}

#top-bar_ {
	text-align:right;
	position:absolute;
	left:260px;
	top:0px;
	width:740px;
	height:96px;
	z-index:100;
}

#top-bar_ a{
	font-size:10px;
}
#top-bar_ a:link{
	text-decoration: none;
	color: #5dbece;
	font-weight: bold;
}

#top-bar_ a:visited{
	text-decoration: none;
	color: #5dbece;
	font-weight: bold;
}

#top-bar_ a:hover{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

#top-bar_ a:active{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}


#menu_ {
	position:absolute;
	left:0px;
	top:96px;
	width:260px;
	height:201px;
	background: url('../images/menu_bg.gif') repeat-y scroll;
	text-align:left;
}

#banner_ {
	position:absolute;
	left:260px;
	top:96px;
	width:706px;
	height:171px;
	z-index:0;
}

#content_{
	width:1000px;
	position: static;
	display: table;
	overflow: hidden;
}


#nowosci_ {
	float: left;
	position: relative;
	top: 10px;
	overflow: hidden;
	background-color: white;
	width:226px;
	height:319px;
}

#partnerstwo_ {
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
	width:396px;
	height:319px;
}

#kontakt_ {
	float: left;
	position: relative;
	left: 20px;
	top: 10px;
	width:255px;
	height:319px;
}

#spacer_{
	position: relative;
	float: left;
	height: 20px;
	width: 100px;
}

#footer_and_bottom_ {
	position: static;
	float: none;
	width:1000px;
	height: 146px;
}

#footer_ {
	width:966px;
	height:17px;
}


#bottom_ {
	width:1000px;
	height:99px;
	background-image: url('../images/bottom_bg_gradient.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin:0px;
	padding:0px;
}

#right_container_ {
	display: table-cell;
	vertical-align: top;
	overflow-x: hidden;
	width:730px;	
	padding-top: 10px;
}

#left_container_ {
	display: table-cell;
	vertical-align: top;
	width:260px;
	padding-top: 10px;
	padding-right: 10px;
	overflow-x: hidden;
}