body {
  background-color: #dae2e9;
  color: #071236;
  font-family: Verdana;
  font-size: 12px;
}

#loginContener {
  width: 1000px;
  height: 645px;
  background-image: url('/images/radler_main_bg.jpg');
  margin: 0 auto 0 auto;
  position: relative;
}

#mainContener {
  width: 1000px;
  margin: 0 auto 0 auto;
  background-image: url('/images/radler_bg.jpg');  
}

#header {
/*   background-image: url('/images/radler_bg.jpg'); */
  background-repeat: no-repeat;
  height: 290px;
  position: relative;
}

#content {
/*   background-image: url('/images/main_gradient.jpg'); */
/*   background-repeat: repeat-x; */
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  border: 6px #555d60 solid;  
  border-radius: 20px;
}

.topBtn {
  background-image: url('/images/top_btn.png');
  width: 132px;
  height: 47px;
  text-align: center;
  position: relative;
}

.menuBtn {
  background-image: url('/images/menu_btn.png');
  width: 122px;
  height: 51px;
  position: absolute;
  top: 30px;
  margin-right: 5px;
  padding-top: 5px;
  text-align: center;
  position: relative;
  float: left;
}

.topBtn a, .menuBtn a {text-decoration: none; color: #000; font-size: 14px;}
.menuBtn a {font-size: 12px;}
#zmianaHaslaBtn {position: absolute; right: 140px;}
#wylogujBtn {position: absolute; right: 0px;}
#belkaTop {
  position: absolute;
  left: 90px;
  top: 5px;
  width: 623px;
  height: 31px;
  color: #748188;
  font-size: 14px;
}
#belkaTop span {position: relative; left: 5px; top: 5px;}
#header #menu {position: absolute; bottom: 0px; left: 0px;}
#header #logo {position: absolute; top: 65px; left: 20px;}

.loginTitle, .mainTitle, .mainTitle2 {
  position: relative;
  display: block;
  float: left;
  width: 120px;
  text-align: left;
}

.mainTitle {width: 200px;}
.mainTitle2 {width: 300px;}

.submit
{
  border: none;
  background-color: #0074a4;
  text-decoration: none;
  font-size : 12px;
  color: 	#fff;
  width: 300px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a {text-decoration: none; color: #071236}
.bold {font-weight: bold;}
.fleft {float: left;}
#leftSidebar {width: 200px; height: 100%; position: absolute; top: 0px; left: 0px; padding: 0px 10px 0px 10px; background-image: url('/images/gradient_left.jpg'); background-repeat: repeat-x; color: #fcfaee; background-color: #093905}
#leftSidebar a {color: #fcfaee}
#leftSidebar a:hover {color: #fff; font-weight: bold}
#mainContent {position: absolute; top: 20px; left: 250px;}
h1 {font-size: 18px; font-weight: bold; color: #071236;}
#mainContent ul li {line-height: 25px;}
#mainContent .submit {width: 400px;}
sup {color: #f00; font-weight: bold;}

#mainContent textarea {height: 100px;}
.hidden {display: none;}
#komunikat {font-weight: bold; color: #f00;}