/*Tlo strony*/
body {
   	background-image: url(images/backus.png);
	background-repeat: repeat-x;
 	background-color: #63729F;
	margin: 0px;
	margin-top: 10px;
}

/*Glowna ramka*/
.main-frame {
	width: 600px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}

.main-frame-title {
	width: 600px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F8F8F3;
}

/*Gorne obramowanie*/
.top-left {
	float:left;
	height: 20px;
	width: 30px;
	background-color: black;
	background-image: url(themes/Deluxe3/images/side-left.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.top-center {
	float: left;
	width: 540px;
	height: 20px;
	background-color: black;
	background-image: url(themes/Deluxe3/images/side.gif);
	background-repeat: repeat-x;
}

.top-right {
	float: right;
	width: 30px;
	height: 20px;
	background-color: black;
	background-image: url(themes/Deluxe3/images/side-right.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/*Rysowanie lewej linii */
/*#left-border {
	float:left;
	width: 30px;
	height: 100%;
	background-image: url(images/sidelineleft.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-left: 1px;
}*/

/*Formatowanie tresci*/
.content {
   background: #fff;
   clear: both;
	height: 100%;
	width: 100%;
	color: black;
	padding: 10px;
	text-align: justify;
	max-width: 580px;
	font-size: 11px;
}

.admin-title {
   clear: both;
	height: 100%;
	width: 100%;
	background-color: #F8F8F3;
	color: #AC070B;
	text-align: center;
	font-weight: bold;
	font-size: larger;
	max-width: 580px
}

.mod-title {
   clear: both;
	height: 100%;
	width: 100%;
	background-color: #F8F8F3;
	color: #156A1E;
	text-align: center;
	font-weight: bold;
	font-size: larger;
	max-width: 580px
}


/*Dolne obramowanie*/
.bottom-left {
   float: left;
	height: 39px;
	width: 29px;
	background-color: black;
	background-image: url(themes/Deluxe3/images/sideb-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 1px;
	/*position: relative;
	top: 0px;
	left: 0px;*/
}

.bottom-center {
   float: left;
   width: 540px;
	height: 39px;
	background-color: black;
	background-image: url(themes/Deluxe3/images/sideb.gif);
	background-repeat: repeat-x;
	background-position: center;
	/*position: relative;
	top: 211px;
	left: 30px;*/
}

.bottom-right {
   float: right;
	height: 39px;
	width: 29px;
	background-color: black;
	background-image: url(themes/Deluxe3/images/sideb-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 1px;
	/*position: relative;
	top: 172px;
	left: 570px;*/
}

.photo {
   float: left;
   height: 125px;
	width: 88px;
	padding: 24px 8px 4px 4px;
}

.admin-name {
	padding: 0px 12px 8px 4px;
	color: #AC070B;
	font-weight:bold;
}

.mod-name {
   display: block;
	padding: 0px 12px 8px 4px;
	color: #156A1E;
	font-weight:bold;
}

.dec {
   margin-top: 5px;
}

.img-margin {
   padding-left: 20px;
}