* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	background-color: #b6b7b6;
	font-size: 11px;
	font-family: sans-serif;
}

img {
	border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

#mainbox {
	width: 875px;
	height: 470px;
	margin-left: auto;
	margin-right: auto;
	_position: relative;
	_top: -50%;
	/*background-color: white;*/
}

#mainbox2 {
	width: 800px;
	height: 620px;
	margin-left: auto;
	margin-right: auto;
	_position: relative;
	_top: -50%;
	background-color: black;
}

#outer {
	width: 100%;
	height: 100%;
	_position: relative;
	overflow: hidden;
	display: table;
}

#middle {
	_position: absolute;
	_top: 50%;
	display: table-cell;
	vertical-align: middle;
}

/* LEFT PART BEGIN */

#leftpart {
	width: 100px;
	height: 470px;
	/*background-image: url('images/wej_big.jpg');*/
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	float: left;
}

#flagbox {
	width: 100px;
	height: 57px;
	background-color: #b6b7b6;
}

#leftmenu {
	width: 100px;
	height: 413px;
	background-color: #b6b7b6;
}

.menu {
	list-style-type: none;
}

.menuitem {
	height: 51px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#flag {
	margin-top: 15px;
}

/* LEFT PART END */
/* RIGHT PART BEGIN */

#rightpart {
	width: 775px;
	height: 470px;
	background-color: gray;
	float: right;
}

#namebox {
	width: 775px;
	height: 57px;
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
}

#admin_namebox {
	width: 775px;
	height: 57px;
	background-image: url('../images/admin_top.png');
	background-repeat: no-repeat;
}

#gallerybox {
	width: 773px;
	height: 411px;
	background-color: black;
	border: 1px solid black;
	z-index: 1;
}

#gallery {
	width: 755px;
	height: 383px; 
	margin: 14px 0 0 9px;
	background-color: black;
	/*background-color: #606060;*/
	overflow: auto;
}

/* CONTENT EDIT BEGIN */

.txtar {
	width: 100%;
	background-color: black;
	margin-left:30px;
}

/* CONTENT EDIT END */

/* PICTURE BEGIN */

.galleryitem {
	width: auto;
	border: 0;
	/*argin: 15px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	/*float: left;*/
	border-collapse: collapse;
}

.galleryitembig {
	width: auto;
	border: 0;
	margin: 0 auto;
	/*float: left;*/
	border-collapse: collapse;
	
}

#gallery div.pictureitem {
	height: 145px;
	width: 180px;
	text-align: center;
	/*border: 1px solid red;*/
	float: left;
}

.galleryitem td.pict img
{
	margin-bottom: -4px;
}

.bleach {

}

.lu {
	height: 5px;
	width: 5px;
	background-image: url('../images/corner_ul.png');
}

.ru {
	height: 5px;
	width: 5px;
	background-image: url('../images/corner_ur.png');
}

.lb {
	height: 5px;
	width: 5px;
	background-image: url('../images/corner_ll.png');
}

.rb {
	height: 5px;
	width: 5px;
	background-image: url('../images/corner_lr.png');
}

.horiz {
	height: 5px;
	width: auto;
	background-color: #22211f;
}

.vertic {
	height: 5px;
	width: auto;
	background-color: #22211f;
}

.ptitle {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 5px;
}

.ptype {
	color: grey;
	font-family: Arial, sans-serif;
	font-size: 9px;
	padding-left: 5px;
}

.pict {
	background-color: white;
}

.pict a:hover {
	filter : alpha(opacity=80);
	-moz-opacity : 0.80;
	opacity : 0.80;
}

/* PICTURE END */

/* RIGHT PART END */

/* OTHERS BEGIN */

#cont div {
	font-style: sans-serif;
	color: white;
}

.white {
	color: white;
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.itemtitle {
	color: white;
	font-family: sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;	
}

.itemtype {
	color: gray;
	font-family: sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: normal;	
}

.info {
	color: white;
	width: auto;
	background-color: #303030;
	padding: 3px 0 3px 0;
	margin-bottom: 5px;
}

.addartwork {
	color: white;
	font-size: 11px;
	/*border: 1px solid lime;*/
	margin-left: auto;
	margin-right: auto;
};

.titl {
	text-align: right;
	color: red;
}

.edittd {
	 width: 45px;
	 text-align: center;
}

.pos {
	width: 20px;
}

a {
	font-family: sans-serif;
	font-size: 11px;
	color: #c63132;
	text-decoration: none;
}

a:hover {
	color: white;
}

tr.adminrow {
	height: 25px;
	background-color: #222;
}

tr.adminrow:hover {
	background-color: #282828;
}

tr.adminrow td {
	text-align: center;
}

.addinput {
	width: 250px;
	height: 16px;
	font-size: 11px;
	border: 1px solid #ddd;
	padding: 2px;
	margin-bottom: 5px;
	background-color: #aaa;
}

.addinputfile {
	width: 100%;
	height: 20px;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 5px;
	background-color: #aaa;
}

div.whitecontent {
	text-align: center;
}

div.whitecontent p {
	color: white;
}

.zapisz {
	width: 80px;	
}

.centruj {
	display: -moz-inline-box;
	display: inline-block;
	/*border: 1px solid red;*/
}
/* OTHERS END */
