body{
	background-color:#000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#ffffff;
	
	scrollbar-base-color: #3f3f40;
	scrollbar-arrow-color: #000;
	scrollbar-darkshadow-color: #3f3f40;
	scrollbar-face-color: #3f3f40;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #3f3f40;
	scrollbar-3dlight-color: #3f3f40;
}

div#main{
	width:1022px;
	margin:auto;
	padding-bottom:5px;
	clear:both;
}
#mainflash{
	margin:auto;
	width:1022px;
	background-image:url(theme/tlo.jpg);
	background-position:0px 150px;
	background-repeat: no-repeat;
}
#logo{
	padding:10px 111px 10px 111px;
	width:800px;
	height:100px;
}
#menu{
	padding-left:111px;
	height:40px;
	letter-spacing:1px;
}
#podmenu{	
	text-align:center;
	width:800px;
	height:40px;
}
#contentf{
	margin:0px auto;
	width:800px;
	min-height:450px;
}
#content{
	margin:0px auto;
	width:800px;
	min-height:450px;
	height: expression(document.body.clientHeight > 450? "450px": "auto" );
}
#stopka{
	margin:10px 111px 0px 111px;
	width:800px;
	height:100px;
}
#ecry{
	width:800px;
	margin:300px auto 5px auto;
	clear:both;
}
#ecry p{
	text-align:justify;
	font-size:10px;
	color:#f1e3b3;
	width:800px;
	clear:both;
}
#podmenu a{
	color:#f1e3b3;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	margin:2px 10px;
}
#podmenu a:hover{
	text-decoration:underline;
	font-weight:bold;
}
#txt{
	padding:20px;
}

#txt a{
	color:#d1d1d1;
	text-decoration:none;
}
#txt a:hover{
	text-decoration:underline;
}

.pic{
	margin:20px 10px;
	float:left;
	width:170px;
	height:392px;
	
	border:1px solid #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.pic2{
	margin:20px auto;
	float:left;
	width:170px;
	text-align:center;
	padding-top:150px;
	font-size:20px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.pic:hover{
	text-decoration:none;
	width:170px;
	opacity: 100;
	filter: alpha(opacity=99);
	-moz-opacity: 1;	
}
a.link{
	display:block;
	color:#f1e3b3;
	font-size:12px;
	height:20px;
	width:140px;
	padding-left:10px;
	background-image:url(theme/pod.jpg);
	background-repeat:no-repeat;
	background-position:0px 100%;
}

a.more{
	color:#ffffff;
	margin:20px;
	text-decoration:none;
	font-size:10px;
	float:right;
}
.dane{
	width:220px;
	float:left;
	margin:0px 10px;	

}
a{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-decoration:underline;
}
ul{
	margin:10px 0px 0px 0px;
	text-align:left;
	padding-left:10px;
	width:200px;
	list-style-type: square;
}

li{color:#ffffff;}


h1{
	font-size:16px;
	color:#00749E;
	margin-bottom:3px;
	font-weight:bold;
}
h2{
	margin-bottom:3px;
	color:#f1e3b3;
	font-size:12px;
	margin-bottom:20px;
	height:20px;
}
.ok{
	color:#f1e3b3;
	font-size:12px;
	margin-left:100px;
}
img{
	border:0px;
}
img.gallery{
	border:1px solid #515151;
}
.gall{
	margin:2px;
}
input{
	border:1px solid #6e6e6e;
	background-color: #434343;
	font-size: 12px;
	color:#ffffff;
	margin:2px;
}

textarea{
	border:1px solid #6e6e6e;
	background-color: #434343;
	font-size: 12px;
	color:#ffffff;
	margin:2px;
}

option{
	color:#000;
}
select{
 	border: 1px solid #a6a1a1;
	background-color: #dedede;
	color:#000;
}
/* SLIMBOX */

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

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

.lbLoading {
	background: #fff url(theme/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(theme/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(theme/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(theme/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
}
td{
	text-align:left;
	padding:10px;
}