body{
	padding: 0;
	margin: 0;
	background: #5e0244 url(/nimages/bg.png) 0 0 repeat-x;
}
div#Container{
	width: 960px;
	margin: 0 auto;
}

/* NAGLOWEK */
h1{
	background: url(/nimages/header.png) center center no-repeat;
	height: 93px;
	margin: 0;
}
h1 span{
	display: none;
}

/* FLAGI */
div#Flags{
	margin: 5px 5px 0 0;
}
div#Flags a img{
	border: 2px solid #fff;
}
div#Flags a.selected img{
	border: 2px solid #933076;
}

/* MENU GORNE */
div#TopMenu{
	border-top: 10px solid #286eb2;
	height: 22px;
	padding-top: 3px;
	background: url(/nimages/top_menu_bg.png) 0 0 repeat-x;
	color: #fff;
	font: 15px/normal Arial;
	text-align: center;
}
div#TopMenu a{
	color: #fff;
	font: 15px/normal Arial;
	text-decoration: none;
}
div#TopMenu a:hover{
	text-decoration: underline;
}
div#TopMenu .side{
	width: 10px;
	margin-top: -13px;
	height: 35px;
	background: url(/nimages/top_menu_bg2.png);
}

/* OKRUSZKI */
div#Breadcrumbs{
	height: 23px;
	padding-top: 7px;
	color: #bb9ebc;
	font: 14px/normal Arial;
}
div#Breadcrumbs div{
	float: right;
}
div#Breadcrumbs a{
	color: #bb9ebc;
	text-decoration: none;
}
div#Breadcrumbs a.highlight{
	color: #5fd7ff;
}
div#Breadcrumbs a:hover{
	text-decoration: underline;
}

/** CONTENT **/

/* NAGLOWEK KATEGORII */
h2{
	padding: 20px;
	background: #bb9ebc;
	margin: 10px -20px 0 -20px;
	color: #6a004c;
	font: 30px/normal Arial;
	border-bottom: 10px solid #5e0244;
}
h2 span{
	margin-top: 5px;
	font: 14px/normal Arial;
	display: block;
}

/* CONTENT */
div#Content{
	margin-top: 10px;
	background: #933076;
	padding: 20px;
	padding-top: 0;
}
div#Content div.left{
	padding: 10px 20px 10px 10px;
	float: left;
	width: 47%;
	border-right: 2px solid #b45d9b;
}
div#Content div.right{
	padding: 10px;
	width: 46%;
	font: 16px/normal Arial;
}

/** sprawdzić to **/
div#Content div.right a.cs{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font: 16px/normal Arial;
	margin: 10px;
}
div#Content div.right a.cs:hover > span{
	background: #5e0244;
}
div#Content div.right a.cs img{
	border: 0;
}
div#Content div.right a.cs > span{
	padding: 3px;
	margin-top: 5px;
	background: #842167;
	display: block;
}
/******************/

div#Content .clear{
	clear: both;
}
div#Content h3{
	font: 20px/normal Arial;
	margin: 5px 0;
	color: #5fd7ff;
}
div#Content h4{
	font: 16px/normal Arial;
	margin: 5px 0;
	color: #5fd7ff;
}

div#Content p, div#Content td, div#Content th, div#Content li, div#Content dd, div#Content dt{
	color: #fff;
	font: 14px/normal Arial;
	text-align: justify;
}

div#Content pre {
	color: #fff;
}

div#Content a, div#Breadcrumbs div a{
	color: #ffe50a;
	text-decoration: none;
}
div#Content p a:hover, div#Breadcrumbs div a:hover{
	text-decoration: underline;
}

/* MENU DOLNE & STOPKA */
div#BottomMenu{
	margin-top: 20px;
	text-align: center;
	color: #fff;
	font: 14px/normal Arial;
}
div#BottomMenu p{
	background: url(/nimages/bottom_menu_bg.png) 0 0 repeat-x;
	padding: 5px 15px;
	margin-top: 0;
	margin-bottom: 0;
}
div#BottomMenu p a{
	color: #fff;
	text-decoration: none;
	font: 14px/normal Arial;
}
div#BottomMenu p a:hover{
	text-decoration: underline;
}
div#Footer{
	margin-top: 10px;
	color: #bb9ebc;
	text-align: center;
	font: 13px/normal Arial;
}

/* FORMULARZE */
form{
	font: 12px/normal Arial;
}
td.label{
	background: #680C4F;
	color: #fff;
	padding: 4px 8px;
}
form#CheckForm table tr:last-child td{
	background: 0;
	padding: 2px 0;
}
form input, form textarea, form select{
	background: #C4DEF7;
	border: 1px solid #000;
	padding: 4px;
}
form input.long{
	width: 300px;
}
form input[type=submit]{
	/*width: 100px;*/
	background: url(/nimages/form_submit_bg.png) 0 0 repeat-x;
	border: 1px solid #680C4F;
	padding: 0px 4px;
	height: 22px;
	color: #fff;
}
/* input radio labels color fix */
form input + label{
	color: #fff;
}

/* STYLE OGÓLNE */
.block{
	display: block;
	margin: 5px 0;
}

.highlight{
	color: #5fd7ff;
}
.center{
	margin: 0.5em auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
.c{
	text-align: center !important;
}
.l{
	text-align: left;
}
.r{
	text-align: right;
}

.borderTable {
	margin-top: 1em;
	border-collapse: collapse;
}

.borderTable th, .borderTable td {
	border: 1px solid #5e0244;
	padding: 4px;
}
	

.Row0 {
	background: #5e0244;
}

.Row0 td, .Row0 th {
	border-color: #842167;
}

.Row1 {
	background: none;
}

a img {
border: 0;
}

.notificationSuccess, .notificationWarning, .notificationError {
	border: 2px solid #5e0244;
	padding: 4px;
	margin: 1em auto;
	text-align: center !important;
	font-weight: bold !important;
	color: black !important;
	width: 75%;
}

.notificationSuccess {
background: green;
}

.notificationWarning {
background: yellow;
}

.notificationError {
background: red;
}

#recaptcha_image * {
	text-align: center;
margin: 0 auto;
}
