/*
/*
Theme Name: ERP
Theme URI: 
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: staszek.cieslicki.pl

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
* {
  margin:0 auto;
}

body{
  background-image:url(img/tlo.jpg);
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12pt;
}

#main{
  background-image:url(img/main_tlo.jpg);
  width:960px;
  /*min-height:300px;*/
  border:1px black solid;
}

#header{
  background-image:url(img/header.jpg);
  background-repeat:no-repeat;
  width:960px;
  height:195px;
  color:white;
  font-family:Verdana, Helvetica, Arial, sans-serif;
}

#header h1{
  float:left;
  padding-top:115px;
  padding-left:30px;
  font-weight:normal;
  font-size:45pt;
  
}
#header p{
  display:block;
  font-weight:bold;
  font-style:oblique;
  text-align:right;
  width:250px;
  top:-163px;
  float:right;
  position:relative;
  padding-right:25px;
  line-height: 1.5em; 
}

#ie_clear {
margin-top:-65px;
}

#menu{
  width:960px;
  height:35px;
  background-image:url(img/menu_tlo.jpg);
  background-repeat:no-repeat;
  /*margin-top:-60px;*/
}

#menu ul {
  display:block;
  padding-left:25px;
  padding-top:7px;
}

#menu li.page_item{
  display:inline;
  /*display:inline-block;*/
  height:35px;
padding:0px 10px 0px 0px;  
}

#menu li.page_item:hover{
  /*display:inline-block;*/
  background-image:url(img/menu.jpg);
  background-position:center;
  
}

#menu li.page_item  a{
  font-family:verdana, helvetica, arial, sans-serif;
  color:black;
  text-decoration:none;
  /*height:35px;*/
  display:inline-block;
}

#menu li.page_item a:hover {
  color:black;
  text-decoration:none;
  font-weight:bold;
  /*background-image:url(img/menu.jpg);
  background-position:center;*/
}

#menu ul li.current_page_item #selected {
  background-image:url(img/menu.jpg);
  background-position:bottom;
  color:white;
  font-weight:bold;
}

#menu_left{
  margin-top: 15px;
  margin-left: 15px;
  width:250px;
  float: left ; 
}

.menu_left_header {
  /*background-color: #FFF5EA;*/
  background-image: url(img/menu_left_top.jpg);
  background-repeat: no-repeat;
  height: 43px;
  text-align:center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18pt;
  padding-top: 15px;
}

.menu_left_body {
  background-image: url(img/menu_left_body.jpg);
  padding:0px 15px 0px 10px;
}

.menu_left_body ul {
padding-left: 20px;
margin: 0;
}

.menu_left_body li {
list-style-type:none;
}

.menu_left_body li ul {
padding-left: 5px;
margin: 0;
}
.menu_left_footer {
  background-image: url(img/menu_left_bottom.jpg);
  background-repeat: no-repeat;
  height:30px;
  margin-bottom:15px;
  padding:15px;
}

.menu_left_footer input{
width:100px;
}

#body {
  margin-top:15px;
  margin-left:260px;
  position:relative;
}

.box{
  width:670px;
}

.box h1 {
font-size: 15pt;
}

.box h2 {
font-weight:bold;
font-size:13pt;
}

.box p {

}

.box_header {
  background-image: url(img/box_top.jpg);
  height: 29px;
  padding:15px;
}

.box_header h2 {
    font-size:13pt;
}

.dodano {
  float:right;
  font-size:8pt;
  font-style:italic;
}

.box_body {
  background-image: url(img/box_body.jpg);
  padding: 0px 15px 15px 15px;
}

.box_body p {
	font-size: 12pt;
  text-align:justify;
  padding-bottom:0.75em;
  text-indent: 1.5em; 
 /* line-height:  1.25em; */
}

.box_body img {
	padding:10px;
}

.box dt {
font-weight:bold;
padding-top:0.5em;
}
.box dd {
margin-left: 3em;
}

.box li {
/*line-height: 1.5em;*/
text-align:justify;
margin-left:2.5em;
margin-bottom:1em;
}

.box .top-navigation {
  text-align: center;
  font-size:10pt;
  font-style:italic;
  background-color:white;
  height:40px;
  padding:5px;
  border-color:#F7EDE3;
  border-width:1px;
  border-style:solid;
}

.box .top-navigation .alignleft {
  float: left;
}
.box .top-navigation .alignright {
  float: right;
}

.box_footer {
  background-image: url(img/box_bottom.jpg);
  background-repeat: no-repeat;
  height:29px;  
  margin-bottom:15px;
  padding:15px;
  font-size:10pt;
}
.navigation {
  background-image: url(img/box_bottom.jpg);
  background-repeat: no-repeat;
  height:59px;  
  width:640px;
  margin:0px 15px 15px 15px;
  padding:15px;
}

.navigation .alignleft {
float:left;}

.navigation .alignright {
float:right;}

.komentarze {
  text-align: justify;
  font-size:10pt;
  font-style:italic;
  background-color:white;
  padding:5px;
  border-color:#F7EDE3;
  border-width:1px;
  border-style:solid;
}

#comments {
  font-size:10pt;
}

.comment_license {
  font-size:9pt;
}


#footer{
  background-image: url(img/footer.jpg);
  height:48px;
  
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:10pt;
  color: white;
}

#footer a{
  color:white;
  text-decoration:none;
  font-weight:bold;
  font-style:italic;
}

#footer ul{
  display:inline;
}
#footer li {
  /*display:inline;*/
  display: block; 
  float:left;
  width:30%;
  padding: 15px 15px 0px 15px;
}

/*.more-link {
float:right;
font-style:italic;
}*/

.print{
display:none;
}

/* formularz kontaktu */

.wpcf7 {
  font-size:10pt;
}

.wpcf7-form {}
.wpcf7-form input {}
.wpcf7-form p {}
.wpcf7-form label{
  font-weight:bold;
}

.wpcf7-form-control-wrap {
  display:inline;
}
.wpcf7-validates-as-required {}

.wpcf7-response-output {}

.more-link {
float:right;
/*text-align:right;*/
}

/*.more-print {
display:none;
}
*/
