/* Ogolne parametry */


body {
    margin: 0px 0px;
    padding: 0;
    background-color: #f1faff;
    background-image: url(../images/bg_page.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
div {
	text-align: left;
}

div, p, ol, ul, li, t, td, input, select, option, textarea {
	font-family: Tahoma;
    font-size: 12px;
    color: #7b6d6a;
    line-height: 19px;
}
input, select, option, textarea {
	color: #181e47;
}
a {
	text-decoration: none;
	color: #078d85;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	margin: 0 0 10px 0;
}
h1 {
	height: 44px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	font-family: Trebuchet MS, Arial;
	font-size: 22px;
	color: #b2472e;
}
h1 img {
	margin-top: -10px;
	margin-left: -2px;
}
h2 {
	height: 44px;
	margin: 0 0 0 0px;
	padding: 10px 0 0 0px;
	font-family: Georgia;
	font-size: 20px;
}
h2 img {
	margin-top: -10px;
	margin-left: -2px;
}
h3 {
	color: #008000;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 15px 0;
}
form {
	padding:0;
    margin:0;
}

/* Elementy ston */

#page {
}

#pageContent {
	width: 950px;
}
#pageContentKonsola {
	background-color: white;
	margin: 0;
	padding: 10px;
}
#top {
	width: 950px;
	height: 183px;
	margin: 0 0 7px 0;
	z-index: 200;
}

#whiteContent
{
	background-color: #CCD1DA;
	Xbackground-color: white;
	background-image: url(../images/bg_content.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 6px;
}
.homepage #whiteContent
{
	background-image: url(../images/bg_content_home.gif);
}
#main {
}
#mapFlash {
}
/* Content stron */

#leftContent {
	float: left;
	width: 183px;
	padding: 33px 0 0 18px;
}
#leftMenu div {
	margin: 0 0 3px 0;
	background-image: url(../images/lmenu_nactive.gif);
	background-position: 17px 8px;
	background-repeat: no-repeat;
}
#leftMenu a {
	display: block;
	padding: 5px 12px 5px 30px;	
	color: #0f2b61;
	font-weight: bold;
}
#leftMenu div.current {
	background-color: #1b2b5a;
	background-image: url(../images/lmenu_active.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#leftMenu div.current a {
	color: white;
	background-image: url(../images/lmenu_active2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#leftMenu div.submenu {
	margin: 0 0 3px 0;
	background-image: none;
}
#leftMenu div.submenu a {
	background-image: none;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 12px 2px 40px;
}
#rightContent {
	width: 670px;
	min-height: 100px;
	margin-left: 232px;
	padding: 28px 0 20px 0px;
}

#whiteContentEnd {
	clear: both;
	height: 12px;
	background-image: url(../images/bg_content_end.gif);
	background-position: center top;
	background-repeat: no-repeat;
}


.loginpage #leftContent {
	width: 435px;
	margin: 16px 16px 0px 26px;
	padding: 0 20px 0 0;
	border-right: solid 1px #d3d3d3;
}
.loginpage #rightContent {
	margin-left: 520px;
	padding: 16px 16px 0px 0px;
	width: 350px;
}
.homepage h1 {
	height: 30px;
}
.homepage #whiteContent
{
	Xmargin-top: 320px;
}

#footer {
	height: 97px;
	margin-top: 8px;
	padding: 0 10px;
	color: #a0a0a0;
	font-size: 11px;
}
#footer div,
#footer a {
	color: #a0a0a0;
	font-size: 11px;
}

.paginator select {
	border: solid 1px #181e47;
}

.XboksKomunikat {
	padding: 0px 20px 20px 20px;
	border: solid 2px #f0b300;
}


.newsDate {
	width: 80px;
	float: left;
}

.newsList h3 {
	margin-left: 80px;
}
.newsMore {
	text-align: right;
	font-weight: bold;
}
.newsDateHome {
	font-weight: bold;
}
.newsListHome a {
	display: block;
	margin-bottom: 15px;
}


body.consolepage {
	background-image: none;
	background-color: white;
}
body.consolepage #pageContent {
	width: 100%;
}
body.consolepage #top {
	height: 20px;
}
body.consolepage #whiteContent {
	background-image: none;
}

body.consolepage #leftContent {
	float: none;
	width: 90%;
	padding: 0;
}

body.consolepage #rightContent {
	margin: 0;
	padding: 10px;
	clear: both;
	width: 90%;
}

body.consolepage #leftMenu div.current {
	background-color: transparent;
}

body.consolepage #leftMenu div {
	width: 183px;
	float: left;
}
body.consolepage #leftMenu div a {
	width: 183px;
}



