body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 120%;
  font-size:12px;
  margin:0px 0px 0px 0px;
  background-image: url('../images/body_background.png');
  background-repeat: repeat-x;
  background-color: #A2BAFF;
  }

#wrapper {
  background-color: white;
  border: 1px solid grey;
  width:944px;
  height:auto;
  margin:auto;
  padding:5px;
  }

#top {
  width:100%;
  clear:both;
  margin:0px 0px 8px 0px;
  }

#header {
  background-color:#ececec;
  width:100%;
  height:0px;
  clear:both;
  margin:0px 0px 8px 0px;
  }

#content {
  width:100%;
  clear:both;
  margin:0px 0px 8px 0px;
  }
#content .left {
  float:left;
  width:190px;
  margin-right:10px;
  }
#content table.moduletable_opis {
  width:100%;
  height:32px;
  border-bottom:3px solid #292a79;
  border-top:1px solid #292a79;
  font-size:16px;
  font-weight:bold;
  color:#68ba1f;
  }
#content .center {
  float:left;
  width:534px;
  padding-bottom:5px;
  }
#content .right {
  float:right;
  width:190px;
  padding:0px 0px 0px 10px;
  }
#content .center_r {
  background-color:#000;
  float:left;
  }
#content .center_100p {
  float:left; 
  width:100%; 
  margin-bottom:15px; 
  margin-top:15px;
  }
#content .center_100p .left_pane {
  width:470px; 
  height:auto; 
  float:left;
  }
#content .center_100p .right_pane {
  width:440px; 
  height:auto; 
  float:right;
  }


/*	tresc artykulu	*/
#content .center .contentpaneopen {
  width:100%;
  color:#363636;
}

/*	naglowek artykulu	*/
#content .contentpaneopen .contentheading, .componentheading{
  width:100%;
  background-image: url('../images/bar_background.png');
  background-repeat: no-repeat;
  background-color: #4478CD;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 10px 0px 10px 20px;
}
/*	nagłówek newsa	*/

#content .contentheading a{
	color: white;
}
/*	paragraf	*/
#content .center .contentpaneopen p, #content .center p {
  margin-top: 8px;
  margin-bottom: 0px;
}
#content .center .contentpaneopen ul, #content .center ul, #content .center .contentpaneopen ol, #content .center ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

#content .contentpaneopen {
  width:100%;
  color:black;
}

#content .article_separator {
  font-size: 8px;
}

a {text-decoration: none; font-weight: bold;}
a:link {color: #292A79;}
a:visited {color: #292A79;}
a:hover {color: #6EA73E;}
a:active {color: #292A79;}
img {border:none;}
input {vertical-align: middle}

#content .right table.moduletable_pobieranie {width:100%; padding:5px; border:1px solid #cfcfcf; margin-bottom:15px;}
#content .right table.moduletable_pobieranie th 
{
	text-align:center;
	background-color:#292A79;
	background-image: url('../images/bar_background.png');
	background-repeat: no-repeat;
	padding:8px;
	color: white;
}
#content .right table.moduletable_pobieranie td {text-align:left; background-color:white; padding:8px; color:#292a79;}

#content hr.default {
	color: #292a79;
	background-color: #292a79;
}

#footer {
  width:100%;
  height:39px; 
  clear:both;
  margin:0px 0px 8px 0px; 
  border-top:3px solid #292a79;
  border-bottom:1px solid #292a79;
  }
#footer table {
  width:100%; 
  height:auto;
  margin:auto; 
  padding:0px;
  padding-top:5px;
  font-size:10px;
  }
#footer table td {
  width:20%;
  height:auto;
  margin:auto; 
  padding:0px; 
  color:#292A79;
  padding-top:5px; 
  font-size:10px;
  }

#copyrights {
  width:100%; 
  float:left; 
  clear:both; 
  margin:0px 0px 8px 0px; 
  color:#898989; 
  text-align:center;
  font-size:10px;
  }

 

table.data tbody td, th {
	vertical-align: top;
	font-family: Arial;
	color: #292a79;
	padding:5px;
	border-bottom: 1px solid #292a79;
}
table tbody td.bold
{
	font-weight:bold;
}
table thead, table thead th{
	background-color:#292a79;
	text-align: left;
	color: #fff;
}

/* Lewe menu */
/*Obszar menu 1 poziomu*/
#verticalmenu ul.menu {
        margin: 0;
	padding: 1px 0 0;
	list-style: none;
}

/*Pozycja menu 1 poziomu*/
#verticalmenu ul.menu li {
        background-color:#292a79;
        background-image: url('../images/bar_background.png');
        background-repeat: no-repeat;
	border-top:1px solid white;
        padding: 10px 0px 0px 15px;
}

/*Nieaktywny link w menu 1 poziomu*/
#verticalmenu ul.menu li a {
        padding-left: 5px;
        padding-bottom: 5px;
        display: block;
	color: white;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}

/*Aktywny link w menu 1 poziomu*/
#verticalmenu ul.menu li a:hover,
#verticalmenu ul.menu li a:active,
#verticalmenu ul.menu li a:focus,
#verticalmenu ul.menu li.active a {
	background: #292a79;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

/*Obszar menu 2 poziomu*/
#verticalmenu ul.menu li ul{
        margin: 0;
	padding: 1px 0 0;
	list-style: none;
}

/*Pozycja menu 2 poziomu*/
#verticalmenu ul.menu li li {
	background: none;
        background-color: #4478CD;
        border-top:1px solid white;
}

/*Nieaktywny link menu 2 poziomu*/
#verticalmenu ul.menu li.active li a{
               color: white;
               background: none;
               text-decoration:none;
               font-weight: normal;
}
/*Aktywny link menu 2 poziomu*/
#verticalmenu ul.menu li li a:hover,
#verticalmenu ul.menu li li a:active,
#verticalmenu ul.menu li li a:focus,
#verticalmenu ul.menu li li.active a{
        color: white;
        background: none;
        text-decoration:underline;
        font-weight:bold;

}

/*Obszar menu 3 poziomu*/
#verticalmenu ul.menu li ul li ul{
        margin: 0;
	padding: 1px 0 0;
	list-style: none;
}

/*Pozycja menu 3 poziomu*/
#verticalmenu ul.menu li li li{
	background: none;
        background-color: #508EA1;
        border-top:1px solid white;
}

/*Nieaktywny link menu 3 poziomu*/
#verticalmenu ul.menu li li.active li a{
	margin-left:10px;
        color: white;
        background: none;
        text-decoration:none;
        font-weight:normal;
	font-size:9px;
}

/*Aktywny link menu 3 poziomu*/
#verticalmenu ul.menu li li.active li a:hover,
#verticalmenu ul.menu li li.active li a:active,
#verticalmenu ul.menu li li.active li a:focus,
#verticalmenu ul.menu li li.active li.active a{
	margin-left:10px;
        color: white;
        background: none;
        font-weight:bold;
        text-decoration: underline;
	font-size:9px;
}

/*	Style dla formularza kontaktowego oraz ankiety	*/
.form_heading{

	background-image: url('../images/bar_background.png');
	background-repeat: no-repeat;
	background-color: #4478CD;
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding: 10px 0px 10px 20px;
}
.m4j_form_table tbody tr td{
	padding 10px;
}
/*	Style dla ogłoszeń o pracę z PYTON Falcon	*/
h1, .falcon_info {
	color: #4478cd;
	font-weight: bold;
	font-size: 14px;
}
.falcon_position{
	font-weight: bold;
	text-align: center;
	border: 1px solid grey;
}
.falcon_form{
	text-align: center;
}
div.falcon_form{
	height: 600px;
}
.falcon_submit{
	border: 1px solid grey;
	color: white;
	background-color: #4478cd;
	padding: 3px;
        font-weight: bold;
}
.falcon_content{
	border: 1px solid grey;
}

/*	Elementy nawigacyjne w arykułach (podział stron)	*/
.pagenavbar
{
	text-align: center;
	padding-top: 15px;
}
.pagenavcounter
{
   	text-align: center;
	padding-bottom: 15px;
}
	
