@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/bg.jpg);
	margin: 0px;
}

.leftbg {
	background: url(../images/leftbg.jpg) top right repeat-x;
	width: 50%;
	z-index: 0;
	height: 100%;
	left: 0px
	top: 0px;
	position: absolute;
	}

.rigthbg {
	background: url(../images/rightbg.jpg) top left repeat-x;
	width: 50%;
	z-index: 0;
	height: 100%;
	right: 0px;
	top: 0px;
	position: absolute
}

.wrapper {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	z-index: 1;
	width: 1000px;
	}
	
.content {
	width: 643px;
	padding-top: 18px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #610000;
	line-height: 20px;
	float: left;
	}
	
.rightPanel {
	width:255px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 18px;
	padding-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #610000;
	line-height: 20px;
	float: right;
	}
	
.patroni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #610000;
	line-height: 20px;
	float: left;
	width: 50%;
	text-align: center;
	}
	
.sponsorzy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #610000;
	line-height: 20px;
	float: right;
	width: 50%;
	text-align: center;
	}
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}
	
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	}
