/*
 *  CSS Cricoteka w budowie
 */
html, body { 
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
a { color: #ee801d;}
a:link {text-decoration: none}
a:visited {text-decoration: none; color: #EFA560;}
a:active {text-decoration: none}
a:hover {text-decoration: underline;}

body#start h1, body#start h2 {
  color: #fff;
}
#main {
  background-image: url(../images/bgmain.gif);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: relative;
  width: 790px;
  padding: 0;
  border: 0;
}
#header {
  width: 790px;
  height: 232px;
  display: block;
  position: relative;
  background-image: url(../images/header-big.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}
#header h1, #header h2 {
  padding: 0;
  margin: 0;
}
#title-budowa a {
  padding: 0;
  margin: 0;
  display: block;
  width: 446px;
  height: 86px;
  position: absolute;
  left: 35px;
  top: 12px;
  background-image: url(../images/tit-budowa.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
#title-budowa a span {
  position: relative;
  top: -1000px;
}
#title-cricoteka a {
  padding: 0;
  margin: 0;
  display: block;
  width: 195px;
  height: 61px;
  position: absolute;
  right: 35px;
  top: 25px;
  background-image: url(../images/tit-cricoteka.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
#title-cricoteka a span {
  position: relative;
  top: -1000px;
}
#content {
  padding-top: 0px;
  text-align: left;
  display: block;
  background-image: url(../images/instytucje.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  height: auto !important;
  min-height: 350px;
  height: 350px;
}
#column-1 {
  float: left;
  display: block;
  width: 260px;
}
#column-2 {
  float: left;
  display: block;
  width: 260px;
}
.incolumn {
  padding-left: 50px;
  font-size: 13px;
}
.incolumn h2, .incolumn p, .incolumn ul, .incolumn li {
  padding-left: 0;
  margin-left: 0;
} 
.incolumn ul {
  list-style-type: none;
}
.incolumn li {
  padding-top: 10px;
}
.incolumn h2 {
  padding-top: 15px;
  margin-top: 0;
}


#sidebar {
  background-image: url(../images/bgside-big.gif);
  background-position: right top;
  background-repeat: no-repeat;
  float: right;
  display: block;
  width: 260px;
  height: auto !important;
  min-height: 35px;
  height: 35px;
}
#footer {
  background-image: url(../images/kropki.gif);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #000;
  color: #ee801d;
  text-align: right;
  height: 30px;
  padding: 10px 0 10px 0;
}
#footer p {
  padding: 0;
  margin: 0;
}


.clear {
  clear: both;
}
