/* IronSquad Nabor 2009 */
/* Code by Lukasz (LukasAMD) Tkacz */

body {
  background-color: #000000;
  color: #AAAAAA;
  font-family: Arial;
  font-size: 12px;
  margin: 0px;
  text-align: justify;
}

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

a:hover {
  text-decoration: underline;
}

#container {
  width: 1000px;
  margin: auto;
}

#logo {
  background-image: url(images/logo.jpg);
  width: 1000px;
  height: 176px;
} 

a.toplink {
  display: block;
  width: 550px;
  height: 120px;
  position: relative; 
  left: 70px; 
  top: 45px
} 

#main {
  background-image: url(images/bottom.jpg);
  width: 1000px;
  height: 824px; 
} 

#formularz {
  width: 486px;
  height: 750px;
  position: relative; 
  left: 40px; 
  top: 14px;
  padding: 10px;
}

/* LINKI NAWIGACYJNE - START */
#linki {
  width: 422px;
  height: 30px;
  margin: auto;
}

a.wiecej, a.projekty, a.forum {
  display: block;
  float: left;
  height: 30px;
}  

a.wiecej {
  width: 114px;
}

a.projekty {
  width: 164px;
}

a.forum {
  width: 144px;
}
/* LINKI NAWIGACYJNE - END */
 

h2.title {
  margin-top: 20px;
  margin-bottom: 20px;
}


/* POLA FORMULARZA ZGLOSZENIOWEGO - START */
input, textarea, submit {
    background-color: transparent;
    color: #FFFFFF;
    padding: 2px;
    border: 0px;
}

.input {
  background-image: url(images/input.jpg);
  width: 316px;
  height: 18px;
}

.input-nick {
  background-image: url(images/input-nick.jpg);
  width: 166px;
  height: 18px;
}

.input-gg {
  background-image: url(images/input-gg.jpg);
  width: 122px;
  height: 18px;

} 

.textarea {
  background-image: url(images/textarea.jpg);
  width: 318px;
  height: 155px;
  overflow:hidden;
} 

.submit {
  background-image: url(images/submit.jpg);
  width: 186px;
  height: 22px;
}
/* POLA FORMULARZA ZGLOSZENIOWEGO - START */


/* OKNO DIALOGOWE PO WALIDACJI - START */
h2.ok {
  text-align: center;
  margin: 5px;
  margin-bottom: 40px;
  color: #0DFF00;
}

h2.bad {
  text-align: center;
  margin: 5px;
  color: #FF0000;
}


#zewnetrzny {
  display: none;
  width: 1000px;
  position: fixed;
  margin: auto;
  z-index: 2;
}

#wewnetrzny {
  width: 392px;
  height: 152px;
  padding: 4px;
  top: 50%;
  background-image: url(images/okienko.jpg);
  color: #888888;
  margin:auto;
  margin-top: 150px;
  z-index: 3;
  text-align: center;
  font-weight: bold;
} 

.zamknij {
  background-image: url(images/okienko-button.jpg);
  width: 100px;
  height: 22px;
}
/* OKNO DIALOGOWE PO WALIDACJI - END */



.projekt {
  margin-top: 25px;
} 

.small {
  font-size: 11px;
}

.tytul {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.tytul-tytul {
  font-size: 16px;
  font-weight: bold;
}

.tytul-link {
  font-size: x-small;
  float: right; 
  margin-top: 5px;
}

.center {
  width: 100%;
  text-align: center;
}

.wybor-link {
  font-size: 11px;
  margin-left: 30px;
  margin-right: 30px;
}

.obramowanie {
  border: 1px solid #000000;
}

.nawigacja {
  width: 100%;
  text-align: center;
  margin-top: 25px;
  font-size: x-small;
}

.left {
  float: left;
}

.right {
  float: right;
}

