/* Start of CMSMS style sheet 'ztp' */
body {
	background-color: #dde5ea;
	background-image: url(img/bodyBcg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.8%;
	color: #24353E;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*global text*/
/*****************/
.punkt {
	padding-left: 1.4em;
	list-style-type: disc;
	list-style-image: url(img/punkt.gif);
	list-style-position: outside;
	margin: 0px;
	font-size: 1.1em;
}
h1 {
	font-size:2em;
	color: #202C33;
	margin: 0px;
	font-family: Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.naglowek {
	margin-top: 6px;
	margin-bottom: 6px;
}

h2 {
	font-size:1.8em;
	font-weight:lighter;
	color: #C6D5DD;
	background-color: #202C33;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FBB404;
	display: block;
	padding: 7px;
}
h3 {
	font-size:1.5em;
	font-weight:lighter;
	margin-top: 0px;
	margin-bottom: 0.5em;
	color: #F9D703;
}
h4 {
	background-image: url(img/h4Bar.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 175px;
	text-transform: uppercase;
	color: #66B3E3;
	text-align: center;
	display: block;
	font-size: 0.9em;
	padding-top: 4px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	margin-bottom: -4px;
	margin-top: 10px;
}
h4 a {
	color: #66B3E3;
	text-align: center;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
}
h4 a:hover {
	color: #8DC8EB;
	text-decoration: underline;
}
small {
	font-size: 0.85em;
}
#content p {
	font-size: 1.1em;
}
/*headers*/
/*****************/
#flashBanner {
	height: 200px;
	width: 850px;
	background-color: #CCCCCC;
	margin-top: 0px;
}

/*content*/
/*****************/
#contentWrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	height: auto;
	width: 100%;
	clear: both;
	padding-top: 20px;
	line-height: 120%;
	padding-bottom: 15px;
}
.leftColumn {
	width: 488px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #4B697A;
	text-align: justify;
	padding-right: 25px;
	padding-left: 10px;
}
.centerColumn {
	height: auto;
	width: 300px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	padding-bottom: 15px;
	background-color: #ABC1CD;
	padding-top: 15px;
	margin-left: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #5C869C;
}
/*footer*/
/*****************/
#footer {
	color: #87A7B8;
	width: 100%;
	clear: both;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #1078B6;
	background-color: #BCCED8;
	margin-top: 15px;
	height: 20px;
}

#footer a {
	color: #496A7C;
	text-decoration: none;
}
#footer a:hover {
	color: #B4B4B4;
	text-decoration: none;
}
.ftrL {
	float:left;
	padding-left:15px;
}
.ftrR {
	float:right;
	padding-right:15px;
}
/*Menu*/
/*****************/
#menu-container {
	width: 850px;
}
#menu {
	font-size: 1.1em;
	width:100%;
	float:left;
	margin-top: 0px;
	background-image: url(img/menuBcg.gif);
	background-repeat: repeat-x;
	background-color: #463D38;
}
#menu a {
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 11px;
	padding-left: 9px;
}
#menu a, #menu a:visited {
	color: #1F1A17;
	text-decoration:none;
}
#menu a:hover {
	color: #463933;
}
#menu ul ul a:hover {
	background-color: #CCCCCC;
	color: #FFFFFF;
}
#menu a.parent, #menu a.parent:hover {
	background-position: right center;
	background-repeat: no-repeat;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100px;
}
#menu ul li {
	background-image: url(img/menuBcgHr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu li {
	position:relative;
	min-height: 1px;
	vertical-align: bottom;
}
#wrapper #contentWrapper #menu-container #menu .active {
	color: #6F5102;
}
#menu ul ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: none;
}
div#menu li:hover {
	cursor:pointer;
	z-index:100;
}
div#menu li:hover ul ul, div#menu li li:hover ul ul, div#menu li li li:hover ul ul, div#menu li li li li:hover ul ul {
	display:none;
}
div#menu li:hover ul, div#menu li li:hover ul, div#menu li li li:hover ul, div#menu li li li li:hover ul {
	display:block;
}
table {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #1F1A17;
	border-left-color: #1F1A17;
}
a {
	color: #80A0B3;
}

td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-top-color: #1F1A17;
	border-right-color: #1F1A17;
}

/* End of 'ztp' */

