/* CSS Document */
body {
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font: 80% "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background: #2c332b;
}

#airlock {
    margin: 0px auto;
    width:820px;
}

#top {
    width: 820px;
    height: 52px;
    background: url('images/top.jpg') no-repeat top left;
    margin:0;
    padding:0;
    float:left;
}

#home {
    width: 320px;
    height: 52px;
    float:left;
    margin:0;
    padding:0;
    cursor: pointer;
    cursor: hand;
}

#home a {
    width: 320px;
    height: 52px;
    display:block;
    margin:0;
    padding:0;
    cursor: pointer;
    cursor: hand;
}
#lang  {
    width: 80px;
    height: 40px;
    float:right;
    margin:0;
    padding:12px 10px 0 0;
    cursor: pointer;
    cursor: hand;
}

#login {
    width:740px;
    border:1px solid #E2D9BA;
    padding: 10px;
}

#login .formfield {
    width: 369px;
    float:left;
}

#login .error {
    font-size: 11px;
    color: red;
}

#login .btnSubmit {
    width:207px;
    margin:30px 0 0 0;
}

#adwokat {
    width: 820px;
    height: 248px;
    background: url('images/adwokat.jpg') no-repeat top left;
    margin:0;
    padding:0;
    float:left;
}

#menu {
    width: 820px;
    height: 50px;
    background: url('images/menu.jpg') no-repeat top left;
    margin:0;
    padding:0;
    float:left;
    text-align: center;
}

#menu a {
  text-decoration: none;
  font-weight: bold;
  color:#fff;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:bold;
  text-align: center;
}

#main {
    width: 760px;
    background: url('images/bg.jpg') repeat-y;
    margin:0;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    padding:10px 30px 10px 30px;
    float:left;
    text-align: justify;
    color:#000;
}

#footer {
    width: 820px;
    height: 38px;
    background: url('images/footer.jpg') no-repeat top left;
    margin:0;
    padding:0;
    float:left;
}

#footeren {
    width: 820px;
    height: 38px;
    background: url('images/footer-en.jpg') no-repeat top left;
    margin:0;
    padding:0;
    float:left;
}

#mornel {
    width: 820px;
    height: 40px;
    margin:0;
    padding:0;
    float:left;
    color:#5a695a;
    text-align: center;
    font-size: 11px;
}

#vcard {
    width: 352px;
    height: 80px;
    background: url('images/vcard.jpg') no-repeat top left;
    margin:0;
    padding:38px 10px 10px 18px;
    float:left;
}

a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #666;
}
a.active {
  color: #eee;
  text-decoration: underline;
}

#vcard a {
	text-decoration: underline;
}

h1 {
  font-size: 12.5pt;
  color: #32342b;
  text-transform: none;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
h2 {
  font-size: 12pt;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #444;
}
h3 {
  font-size: 11pt;
  color: #5e636c;
}

.obszarypraktyki {
  font-size: 24px;
  text-align:center;
  height:60px;
  background: url('images/obszarydot.gif') no-repeat bottom center;
}

.tdobszarypraktyki {
  font-size: 24px;
  text-align:center;
}

.blueline {
	border-right: 4px solid #becfe1;
}

#main ul li {
	list-style-image: url('images/arrow.gif');
}

.captcha_question {
	font-weight: bold;
	color: #660000;
	text-align:center;
}
