/*@font-face {
    font-family: "Demo_ConeriaScript";
    src: url("font/Demo_ConeriaScript.eot"); 
    src: url('font/Demo_ConeriaScript.eot');
    src: url('font/Demo_ConeriaScript.woff') format('woff'), url('font/Demo_ConeriaScript.ttf') format('truetype'), url('font/Demo_ConeriaScript.svg') format('svg');
    font-weight: normal;
    font-style: normal; 
}*/

@font-face {
    font-family: "TR_Comic_Sans_MS";
    src: url('font/TR_Comic_Sans_MS.TTF') format('truetype');
    font-weight: normal;
    font-style: normal; 
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: "Times New Roman", "Verdana", "Arial", "Helvetica", "sans-serif";
	color: black;
	background: url("/grafika/bg.gif") repeat-x;
}

#logoMessage
{
	 font-family: "TR_Comic_Sans_MS";
	height: 103px;	
	line-height: 35px;
}

#logoMessage table td
{
	vertical-align: middle;
}

#logo {
	width: 900px;
	height: 135px;
	margin: 0 auto;
}

#logo h1 {
	padding: 46px 0 0 0px;
}

#logo h1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
}

#logo h2 {
	padding: 0 0 0 2px;
	text-transform: lowercase;
	font-size: 1em;
}

#logo h3 {
	padding-left: 2px;
}

#logo .menu li {
	list-style: none;
	display: inline;
}

#logo .menu {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
}

#sidebar {
	font-family: "TR_Comic_Sans_MS";
	float: left;
	width: 240px;
	padding-bottom: 15px;
}

#main {
	float: right;
	width: 630px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#menulewe {
	margin-bottom: 30px;
	/*border-bottom: 1px solid #EBEBEB;*/
}

#menulewe ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menulewe li {
	display: block;
}

#menulewe a {
	display: block;
	padding: 10px 0 10px 24px;
	/*border-top: 1px solid #EBEBEB;*/
	color: white;
	background: red;
}

#menulewe a:hover,#menulewe  .active{
	background: yellow;
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
}

#menulewe a:hover,#menulewe .active, #menulewe a,#menulewe li {
	margin-bottom: 25px;
	margin-bottom /**/: /**/ !important 25px;
	height: 25px;
	line-height: 25px;
	padding-bottom: 15px;
}

ul.menu li {
	margin: 0px;
}

li.leaf {
	padding: 0px;
}

#logoTable {
	margin-left: auto;
	margin-right: 0px;
	width: 900px;
	margin-top: 0px;
	border-collapse: collapse;
	height: 50px;
}

#logoTable tbody {
	border: 0px solid #FFFFFF;
}

#logoTable .menu {
	padding: 0px;
	margin: 0px;
}

#logoTable .menu a {
	display: block;
	float: left;
	
	vertical-align: bottom;
	line-height: 16px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	color: white;
	text-align: center;
	border-left: 1px solid white;
	margin-top: 12px;
	font-weight: bold;

}

#logoTable .menu .first a {
	border-left: 0px solid white;
}

#logoTable .menu a:HOVER,#logoTable .menu .active{
	color: #f0962c;
	text-decoration: none;
}

#footer1
{
	width: 100%;
	margin: 0px auto;
	background: url("/grafika/footer.jpg") no-repeat top center #F0962C;
	
}

#footer {
	clear: both;
	padding-bottom: 8px;
	margin: 0 auto;
	/*background: #EBEBEB repeat-x left top;*/
	text-align: center;
	width: 900px;
	font-size: 12px;
	padding-top: 15px;
	padding-top: 70px;
	color: white;
}

#footer a
{
	color: white;
	font-weight: bold;
}

#footer p {
	width: 880px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
}

#footer .menu li {
	list-style: none;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid;
}

#footer .menu .first {
	border-left: 0px solid;
}

#footer .menu .expanded .menu
{
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#footerTable {
	border: 0px solid #EBEBEB;
	margin: 0 auto;
	margin-bottom: 8px;
}

#footerTable a,#footerTable tbody,#footer,#footer a {
	border: 0px solid #EBEBEB;
}

.navMenuFooter {
	font-size: 10px;
}

h1,h2,h3 {
	font-family: "Times New Roman", "Georgia", "Times", "serif";
}

h2 {
	padding-bottom: 5px;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

blockquote,ul,ol {
	text-align: justify;
}

ul, ol
{
	padding-left: 8px;
}

#main ul
{
   padding-left: 15px;
}


blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #f0962c;
}

a:hover {
	text-decoration: underline;
}

/**
 * Generic elements.
 */
.messages {
	background-color: #fff;
	border: 1px solid #b8d3e5;
	color: green;
}

.messages,.preview {
	margin: .75em 0 .75em;
	padding: .5em 1em;
}

.messages ul {
	margin: 0;
}

/*
#logo .ssc-title
{
        margin-top: 145px;
        position: absolute;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        margin-left: 25px;
        color: #FFFFFF;
}

#logo .ssc-main
{

}
#logo .active, #logo .ssc-index
{

}

#logo #ssc-previous-884a4e1b1, #logo #ssc-index-884a4e1b1, #logo #ssc-next-884a4e1b1
{
        margin-top: 161px;
        position: absolute;
        font-size: 11px;
        z-index: 100;
}

#logo #ssc-previous-884a4e1b1
{
        margin-left: 10px;
}

#logo #ssc-index-884a4e1b1
{
        margin-left: 60px;
}

#logo #ssc-next-884a4e1b1
{
        margin-left: 85px;
}
*/
#slideshow {
	margin: 0px auto;
	width: 900px;
	height: 257px;
	margin-bottom: 15px;
	background: url("/grafika/slideshovbg.png") no-repeat right bottom;
}

#nav {
	z-index: 50;
	position: absolute;
	bottom: 25px;
	left: 35px
}

#nav a {
	margin: 0 5px;
	padding: 3px 5px;
	border: 1px solid #ccc;
	background: #cff;
	text-decoration: none
}

#nav a.activeSlide {
	background: #aaf
}

#nav a:focus {
	outline: none;
}

#imageDetails #caption
{
        visibility: hidden;
        height: 0px;
        width: 0px;
        display: none;
}

table
{
	/*border-collapse: collapse;*/
}

table td
{
    vertical-align: top;
}


#footer #counter
{
	width: 900px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

#footer #counter ul
{
	margin: 0;
	list-style: none;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}

#footer #counter li
{
    display: block;
}

#slideshow #nav
{
        display: none;
        visibility: hidden;
        height: 0px;
        width: 0px;
}

/*
#hoverNav #nextLink
{
        background: url("/images/nextlabel.png") no-repeat bottom left;
}

#hoverNav #nextLink:HOVER
{
        background: url("/images/nextlabel1.png") no-repeat bottom left;
}

#hoverNav #prevLink
{
        background: url("/images/prevlabel.png") no-repeat bottom right;
}

#hoverNav #prevLink:HOVER
{
        background: url("/images/prevlabel1.png") no-repeat bottom right;
}
*/

.node .links
{
	float: right;
}

/*
.cien {
  background-color: #2D2D2D;
  border-bottom: 0 solid #2D2D2D;
  border-top: 0 solid #2D2D2D;
  bottom: 0;
  box-shadow: 0 0 5px 0 #4C4C4C;
  left: 0;
  right: 0;
  top: 0;
}*/


.captcha
{
	width: 93%;
	border: 0px solid;
}

.captcha #edit-captcha-response-wrapper label, .captcha legend, .captcha .description
{
	display: none;
	visibility: hidden;
}

.captcha #edit-captcha-response-wrapper .description
{
	display: block;
	visibility: visible;
}

.captcha #edit-captcha-response-wrapper
{
	margin-top: 1px;
	margin-bottom: 1px;
}

.captcha #edit-captcha-response-wrapper .description, .captcha #edit-captcha-response-wrapper, .captcha .captcha_image
{
	margin-top: 8px;
}



/*
#page_background
{
	height: 322px;
    left: 0;
    min-width: 900px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10;
}

#page_background_image
{
	background: url("/grafika/kwiaty.png") no-repeat top center;
    height: 322px;
    position: fixed;
    top: 0;
    width: 100%;

}

*/


#contact-mail-page input
{
	width: 200px;
}

#contact-mail-page .resizable-textarea
{
	width: 300px;
	padding-left: 200px;
}

#contact-mail-page #edit-submit
{
	width: 100px;
}

#contact-mail-page label
{
	float: left;
	width: 200px;
	font-weight: normal;
}

.tableSelect-processed td
{
	padding-left: 5px;
	padding-right: 5px;
}

.pp_social
{
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.opisObrazka
{
	width: 100%;
	text-align: center;
	padding-top: 5px;
}

#tinymce
{
	background: white;
	padding: 5px;
}

#tinymce ul, #tinymce ol
{
	padding-left: 18px;
}