*{padding: 0; margin: 0;}
/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	text-align:center;
	min-width:770px; /* for mozilla*/
	color: #000000;
	background-color:rgb(255,255,255);
}

td,div {font-family: Tahoma, Verdana, Arial; font-size:12px}

a {color:rgb(0,152,254)}
a:hover {color:rgb(240,40,40)}
a.big {
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:rgb(100,100,100);
}
a.big:hover {
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:rgb(150,150,150);
}

h1 {
	font-size:22px;
	font-weight:normal;
	color:rgb(100,100,100);
	margin:0px;
	margin-left:20px;
}

h2 {
	font-size:14px;
	color:rgb(100,100,100);
	margin:0px;
	margin-left:20px;
}

h3 {
	font-size:12px;
	color:rgb(100,100,100);
	margin:0px;
	margin-left:20px;
}

span.red {
	font-weight:bold;
	color:rgb(240,40,40);
}

span.small {
  font-size:11px;
}

span.date {
  font-size:10px;
  color:rgb(150,150,150);
}

span.special {
	font-weight:bold;
	color:rgb(0,152,254)
}

img {
	border-width:0px;
}

img.border {
	border-width:5px;
	border-style:solid;
	border-color:rgb(230,230,230);
}

hr {
	color:rgb(230,230,230);
	background-color:rgb(230,230,230);
	border-width:0px;
	height:1px;
}

input {
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(150,150,150);
}

input.text {
	background-color:rgb(245,245,245);
}

input.none {
	border-width:0px;
}

input.button {
	background-color:rgb(220,220,220);
}

select {
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}

textarea {
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(150,150,150);
}

textarea.text {
	background-color:rgb(245,245,245);
}

#container {
	height:300px;
	min-height:300px;
	width:770px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	/* background-image:url('images/index_bg.gif'); */
	/* background-repeat:repeat-y; */
	/* background-position:top center; */
}

html>body #container{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

/* index */

#indexhead {
	width:287px;
	float:left;
}

#indexmenu {
	margin:0;
	padding:0;
	width:475px;
	float:left;
	color:rgb(200,200,200);
}

#indexmenu ul {
	list-style: none;
	margin:0;
	margin-left:14px;
	margin-top:75px;
	padding:0;
}

#indexmenu li {
	display: inline;
	margin:0;
	padding:0;
	padding-left:5px;
	float:left;
}

#indexmenu ul.topmenu {
	list-style: none;
	margin:0;
	margin-left:240px;
	margin-top:10px;
	padding:0;
}

#indexmenu li.topmenu {
	display: inline;
	margin:0;
	padding:0;
	padding-left:5px;
	float:left;
}

#indexmenu ul.topmenu a {
	font-size:11px;
	font-weight:normal;
}

#indexmenu a {
	font-weight:bold;
	text-decoration:none;
	color:rgb(100,100,100);
}

#indexmenu a:hover {
	color:rgb(150,150,150)
}

#indexmid {
	width:770px;
	margin:0;
	margin-top:10px;
	padding:0;
}

#indexmain {
	position:relative;
	width:770px;
	padding:0px;
	padding-bottom:10px;
	background-color:rgb(255,255,255);
}

#indexmain p {
	padding:20px;
	padding-bottom:15px;
}

#indexmain ul {
	margin-top:0px;
	margin-left:50px;
	padding:0px;
}

#indexmain table.formularz td {
	padding:3px;
}

div,p  {margin-top:0}/*clear top margin for mozilla*/
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
