* {
	margin:0;
	padding:0;
	border:0;
}
body {
	margin: 0 auto;
	height:100%;
    background-color: #000;
	background-image: url('/images/background.jpg');
	background-repeat: no-repeat;
    color: #135C86;
	font-family: Tahoma, sans-serif;
	font-size: 9px;
}
a, a:hover, a:visited {
    color: #135C86; /*IE7 nie obsługuje inherit */
    text-decoration: none;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

h2 { text-transform: uppercase; font-weight: normal; font-size: 10px;}

#container {
    margin-left: 195px;
	margin-top: 108px;
}
#background-top {
    width: 885px;
    height: 10px;
    background: url('/images/top-transparent-bg.png') center no-repeat;
}
#background-main {
    width: 887px;
    background: url('/images/main-transparent-bg.png') 10px 0px repeat-y;
}
.mainPage #background-main{ 
    height: 434px;
}
.mainPage #content { 
    height: 0px;
}
#background-bottom {
    width: 885px;
    height: 10px;
    background: url('/images/bottom-transparent-bg.png') center no-repeat;
}
#leftRibbon {
	width: 20px;
	height: 58px;
	background: url('/images/ribbon-transparent-left.png') no-repeat;
    margin-top: 21px;
	float: left;
}
#rightRibbon {
	width: 23px;
	height: 58px;
	background: url('/images/ribbon-transparent-right.png') no-repeat;
    margin-top: 21px;
	float: right;
}

#mainContent{
	width: 844px;
	/*height: 473px;*/
	float: left;
}
#content {
    width: 844px;
    background: url('/images/content-bg.png') repeat-x 0px 274px #ffffff;
    padding-bottom: 15px;
    font-size: 11px;
}

#content .infobar {
    font-size: 10px;
    margin: 30px 12px 15px 12px;
    color: #595959;
    text-transform: lowercase;
}

#sidebar {
    width: 211px;
    float: left;
    padding: 0px 15px 0px 9px;
    font-size: 11px;
}
#sidebar ul {
    list-style-position: inside;
    padding-left: 15px;
}
#sidebar li {
    line-height: 23px;
}
#sidebar li a {
    font-weight: bold;
}
#sidebar li a:hover {
    color: #595959;
}

#page-content {
    float: right;
    width: 579px;
    padding-right: 30px;
}
#page-content h2, #sidebar h2 {
    font-weight: bold;
    font-size: 14px;
    color: #25729a;
    margin-bottom: 10px;
    text-transform: none;
}
#page-content p, #sidebar p {
    line-height: 18px;
    font-size: 11px;
    color: #595959;
    margin-bottom: 18px;
    text-align: justify;
}

#footer {
	width: 864px;
	height: 64px;
	background: url('/images/footer-transparent-bg.png') no-repeat;
    margin: 7px 0px 15px 10px;
	padding: 27px 25px 25px 18px;
	overflow: auto;
}
.mainPage #footer {
    margin-top: 35px;
}

	#footer ul {
		list-style: none;
		float: left;
	}
	
		#footer ul li {
			display: inline;
			padding-right: 15px;
			padding-left: 7px;
			background: url('/images/spacer.gif') no-repeat right top;
		}
	
		#footer ul li.last {
			background-image: none;
		}


#logo {
    position: absolute;
    top: 40px;
	left: 230px;
}

form input, form select, form textarea {
    border: solid 1px #a9a9a9;
    width: 200px;
    margin: 7px;
}
form textarea {
    height: 300px;
    width: 400px;
}
form dt, form dd {
    float: left;
}
form dt {
    width: 125px;
}
form dd.clear {
    clear: both;
}

p.hint {
	font-weight: bold;
}
ul.form-errors {
	float: left;
	width: 100%;
	margin-left: 0;
}
ul.form-errors li {
	padding: 0;
	height: auto!important;
}
ul.form-errors li ul.errors{
	margin-bottom:0 !important;
	margin-left:-45px !important;
}

.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}

table {
    width: 90%;
    border-collapse: collapse;
    margin: auto;
}
table td {
    padding: 8px;
    background: #9bcce5;
    border-right: solid 1px #ffffff;
    width: auto;
}
table td.last {
    border-right: 0;
}
table .alternate td {
    background: #d3e9f4;
}
table td img {
    margin: 3px;
}
table th {
    padding: 8px;
    background: #135C86;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 2px #ffffff;
}
table th a {
	color: #ffffff;	
}
table th a:hover {
	color: #9bcce5;	
}
}