@import url(reset.css);

body{
	margin:0;
	padding:0;
	padding-top: 0px;
	font-size:12px;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: Tahoma;
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
}

.clear {clear: both;}

#header {
  height: 100px;
  position: fixed;
  top: 0px; 
  left: 0px;
  width: 100%;
  min-width: 600px;
  border-bottom: 1px dotted #666;
  z-index: 1001;
  background-color: #fff;
}

.menuBtn a {font-size: 12px;}
#zmianaHaslaBtn {position: absolute; right: 120px;}
#wylogujBtn {position: absolute; right: 0px;}
#belkaTop {
	background-color: #6D1F7E;	
	padding-left: 20px;
	padding-right: 20px;
	height: 31px;
	color: #fff;
	font-size: 14px;
}
#belkaTop span, #belkaTop a {position: relative; left: 5px; top: 8px;}
#belkaTop a {color: #fff; margin-right: 20px;}


#header #menu {position: absolute; bottom: 0px; left: 0px;}
#header #logo {position: absolute; top: 40px; left: 20px;}

#footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 131px;
	margin-top: 20px;
}

#loginBox {
  background-repeat: repeat-x;
  background-color: #6D1F7E;
  padding: 0px 10px 10px 0px;
  color: #fff;
}

#content {
	position: relative;
	top: 59px;
	width: 1000px;
	margin: 0 auto 0 auto;
	height: 100%;
}

a {text-decoration: none; color: #071236}
.bold {font-weight: bold;}
.fleft {float: left;}
.fright {float: right;}

#leftBlock {
	position: fixed;
	top: 100px;
	left: 0px;
	width: 150px;
	height: 100%;
	padding: 25px;
	border-right: 1px dotted #666;
	z-index: 1000;
	color: #fff;
	background-color: #6D1F7E;	
}

#leftBlock ul, #rightBlock ul {
	padding: 0px;
	margin: 0px;
	list-style: disc;
	padding-left: 15px;
}

#rightBlock .date {
	color: blue;
}

#leftBlock ul li a {
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

#leftBlock ul li a:hover {
	color: red;
}

#rightBlock ul li{
	line-height: 20px;
}

#rightBlock {
	position: fixed;
	top: 100px;
	right: 0px;
	width: 230px;
	padding: 25px;
	height: 100%;
	border-left: 1px dotted #666;
	background-color: #e9e9e9;	
}

#centerBlock {
	width: 420px;
	position: fixed;
	left: 185px;
	top: 100px;
	overflow-y: auto;
	padding: 25px;
}

h2 {
	font-size: 18px;
}

.submit {
	width: 220px;
}

.hidden {display: none;}
.border {border: 1px dotted #666;}
.center {text-align: center;}
.padding5 {padding: 5px;}
.bg_grey {background-color: #ccc;}

.fleft {float: left;}
.fright {float: right;}
.block {display: block;}
.w100 {width: 100px;}
.w150 {width: 150px;}
.w300 {width: 300px;}
.w550 {width: 550px;}

.lh25 {line-height: 25px;}

table, table tr, table th, table td {
	padding: 5px;
	border: 1px solid #aaa;
}