body {
	background-color: #272727;
	background-image: url(/images/layout/bodyBackground.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: x-small;
}
h1 {
	font-size: 130%;
}
a {
	color: #797979;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
img {
	border: 0;
}
textarea {  /* ustawiam jakąś sensowną szerokość domyślną. */
	width: 300px;
}
table.adminlist th {
	padding: 5px 10px;
	font-weight: bold;
	background-color: #3d3d3d;
}
table.adminlist td {
	padding: 4px 6px;
	border: 1px solid #3d3d3d;
}
div.messagewarning {
	margin: 5px;
	padding: 7px 5px;
	padding-left: 32px;
	background-image:url(/images/admin/24-message-warn.png);
	background-position:1% 50%;
	background-repeat: no-repeat;
	border: 1px solid  #fcc3c3;
	background-color: #ffe0e0;
	color: #000;
}
div.messagedefault {
	margin: 5px;
	padding: 7px 5px;
	padding-left: 32px;
	background-image:url(/images/admin/24-message-warn.png);
	background-position:1% 50%;
	background-repeat: no-repeat;
	border: 1px solid  #fcc3c3;
	background-color: #ffe0e0;
	color: #000;
}
div.messageinfo {
	margin: 5px;
	padding: 7px 5px;
	padding-left: 32px;
	background-image:url(/images/admin/24-message-info.png);
	background-position: 1% 50%;
	background-repeat: no-repeat;
	border: 1px solid  #bbe1fc;
	background-color: #e0f2ff;
	color: #000;
}
/* == WRAPPER == */
div#wrapper {
	width: 100%;
	float: left;
}
/* ==== TOP ==== */
div#top {
	width: 100%;
	height: 154px;
	background-image:url(/images/layout/topBackground.jpg);
	background-repeat: repeat-x;
	float: left;
}
div#topLeft {
	position: absolute;
	width: 515px;
	height: 154px;
	background: url(/images/layout/topLeftBackground.jpg) no-repeat;
	margin-left: 10px;
}
div#topLeft div#welcomeText {
	float: left;
	padding-left: 155px;;
	margin-top: 6px;
}

div#topRight {
	float: right;
	height: 154px;
	width: 429px;
	background: url(/images/layout/topRightBackground.jpg) no-repeat;
}
/* ==== TOP ============== */
/* ====  |  ============== */
/* ====  +-- TOP MENU ==== */
div#topMenu {
	float: right;
	height: 32px;
	margin-right: 5px;
}
div#topMenu a.topMenu {
	display: block;
	width: 83px;
	float:left;
	height: 27px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
}
div#topMenu a:hover {
	display:block;
	background: url(/images/layout/topMenuOverBackgroundIE.jpg) no-repeat;
}
html>body div#topMenu a:hover {
	display:block;
	background: url(/images/layout/topMenuOverBackground.png) no-repeat;
}
/* ==== MAIN MENU ==== */
div#mainMenu {
	position: absolute;
	left: 230px;
	top: 136px;
}
div#mainMenu a {
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
}
div#mainMenu a:hover {
	background-color: #3d3d3d;
}
/* ==== CONTENT ==== */
div#contentWrapper {
	width: 100%;
	float: left;
}
div#leftCol {
	float: left;
	width: 20%;
}
div#leftCol h1 {
	margin:0;
	padding: 0;
	background:url(/images/layout/sideHeaderBackground.jpg) repeat-x;
	height: 23px;
	padding-top: 3px;
	text-indent: 6px;
	float: left;
	width: 100%;
}
div#rightCol h1 {
	margin:0;
	padding: 0;
	background:url(/images/layout/sideHeaderBackground.jpg) repeat-x;
	height: 23px;
	padding-top: 3px;
	text-indent: 6px;
	float: left;
	width: 100%;
}
a.menu {
	display: block;
	height: 20px;
	background:url(/images/layout/sideMenuListBackground.jpg) repeat-x;
	float: left;
	clear: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 110%;
	text-decoration: none;
	padding-top: 4px;
	text-indent: 10px;
}
a.menu:hover {
	background:url(/images/layout/sideMenuListOverBackground.jpg) repeat-x;
	font-weight: bold;
}
div#content {
	float: left;
	width: 60%;
	left: 200px;
}
div.header {
	width: 100%;
	background-image:url(/images/layout/contentHeaderBackground.jpg);
	background-repeat: repeat-x;
	height: 26px;
	float:left;
}
	div#content div.header h1 { padding: 0 0 0 5px; margin: 0; line-height: 26px;  }
	
div#content div#mainContent {
	padding: 5px 10px;
	margin-top: 8px;
}
div#rightCol {
	float: right;
	width: 20%;
}
/* ==== FOOTER ==== */
div#footer {
	width: 617px;
	margin: auto;
	height: 59px;
	clear:both;
	background:url(/images/layout/footerBackground.jpg) no-repeat;
	background-position: bottom;
	padding-top: 40px;
}
div#footer div#footerLeft {
	float: left;
	margin: 5px 0 0 10px;
}
div#footer div#footerRight {
	float: right;
	margin: 5px 10px 0 0;
	text-align: right;
}