/* saved */ /* Start of CMSMS style sheet 'kontakt' */
#DkrContactForm {
    display: block;
    clear: both;
    margin: 0;
    overflow: hidden;
}
    /* Komunikaty **************************************************************/
    #DkrContactForm #messages {
        display: block;
        clear: both;
        margin: 0;
        padding: 0;
    }

        #DkrContactForm #messages ul {
            list-style: none;
        }

            #DkrContactForm #messages ul li {
                background-image: none;
            }

            #DkrContactForm #messages ul .fieldName {
                font-weight: bold;
            }
    /************************************************************** Komunikaty */


    /* Formularz **************************************************************/
    #DkrContactForm .form {
        display: block;
        clear: both;
        margin: 0;
        padding: 0;
    }

        #DkrContactForm .form fieldset {
            margin: 0;
            padding: 0;
            border: none;
        }

        #DkrContactForm .form fieldset.info {
            float: left;
        }



        #DkrContactForm .form fieldset.message {
            float: right;
        }

            #DkrContactForm .form fieldset label {
                display: block;
                clear: both;
                background:none;
            }


            #DkrContactForm .form fieldset input.submit {
                float: right;
            }

            #DkrContactForm .form fieldset input.reset {
               float: left;
            }



            #DkrContactForm .form fieldset textarea {
                overflow:auto;

            }

            #DkrContactForm .form fieldset .field {
                display: block;
                clear: both;
                margin: 0;
                padding: 0;
                margin-bottom: 8px;
            }
          #DkrContactForm .form fieldset .buttons {
                display: block;
                clear: both;
            }

/******  dostosowywujemy ponizsze style do wygladu strony */

#DkrContactForm {
    padding: 10px 0px;
    width: 414px;       /* szerokosc formularza = szerokosc prawej kolumny + szerokosc lewych pol + 6px + odstep miedzy kolumnami */
}

#DkrContactForm .form fieldset.info input {
    width: 164px;       /* szerokosc pol w lewej kolumnie */
}

#DkrContactForm .form fieldset.info {
width: 170px;       /* szerokosc lewej kolumny = szerokosc pol + 6px */
}

#DkrContactForm .form fieldset input#subject, #DkrContactForm .form fieldset textarea {
    width: 224px;       /* szerokosc pol w prawej kolumnie */
}

#DkrContactForm .form fieldset textarea {
    height: 94px;       /* wysokosc textarea :) */
}

#DkrContactForm .form fieldset.message {
    width: 230px;       /* szerokoscx prawej kolumny = szerokosx pol + 6px */
}
#DkrContactForm .form fieldset input.submit, #DkrContactForm .form fieldset input.reset {
width: 96px;       /* buttony */
    height: 20px;    line-height: 1em;
    background: #fff;
color: #000;
border: 1px #9C9C9C solid;
cursor: pointer;
}

#DkrContactForm .form fieldset input, #DkrContactForm .form fieldset textarea {
    margin-bottom: 0;       /* inputy */
    border: 1px solid #9C9C9C;
    font-size: 11px;
    font-family: trebuchet, sans-serif;
    padding: 2px;
    background: #fff;
    color: #000;
}

#DkrContactForm .form fieldset label {
    background: none;       /* label */
    color: #000;
    font-size: 95%;
}

/************************************************************** Formularz */

/* SpryFormValidation.css - version 0.5 - Spry Pre-Release 1.5 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display:none;
}
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: block;
    clear: both;
    margin-left: 2px;
    padding: 3px;
    padding-right: 0;
	  color: #CC3333;
}

.textareaValidState textarea, textarea.textareaValidState {
	background-color:#B8F5B1 !important;
}

textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea,
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
       background-color:#FF9F9F !important; 
}

.textareaFocusState textarea, textarea.textareaFocusState {
	/* background-color:#FFFFCC; */
}
.textareaFlashState textarea, textarea.textareaFlashState{
	color:red !important;
}
textarea.textareaHintState, .textareaHintState textarea{	/* color: red !important;*/
}

.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg,
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
    display: block;
    clear: both;
    margin-left: 2px;
    padding: 3px;
    padding-right: 0;
	  color: #CC3333;
}

.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1 !important;
	color: #000 !important;
}

input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input,
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F !important;
	color: #000 !important;
}
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}


.formMessage {width: 100%; text-align: center; font-weight:bold;
padding-top:30px;}

/* End of 'kontakt' */

/* Start of CMSMS style sheet 'Podstawowy' */
/* CSS Document by NetArt */
* { margin:0; padding:0; border:0;}

html, body {height: 100%;}
body {font-family: Verdana, "Trebuchet MS", Trebuchet, sans-serif; font-size: 11px; color:#717171; background: #fff url(uploads/images/bg.jpg) repeat-x;}
img {border:0; display: block;}
a {color: #bbb; text-decoration: none;}
a:hover {text-decoration: none;}
#main a:hover {text-decoration: underline;}
.clear {clear: both; font-size: 0px; }
.hide {visibility: hidden; font-size: 0;}
p {line-height: 16px; padding-bottom:15px;}
  hr {clear: both; height: 0px; border-top: 1px #E5E5E5 solid; font-size: 0px; margin-bottom: 12px;}

#container {margin: 0 auto; overflow: hidden; width: 720px;}

#top {background: url(uploads/images/top.jpg) no-repeat; height: 247px; position: relative; z-index: 1;}
  #top ul {float: right; padding:10px 0 0; background:#4d6600; height:25px; width:166px; }
  #top li {float: left; list-style: none; overflow: hidden; padding: 0 19px;}

#logo { width: 261px; height: 65px; padding: 90px 0 0 25px; float: left;}
#logo a {display: block; }

#content {width: 720px; overflow: hidden; clear: both; background: url(uploads/images/content.jpg) repeat-y; margin-bottom: 10px;}

#main {float: right; width: 450px; padding: 15px 15px 0 15px;}

  #main p.top strong {color: #56940F;}
    #main ul {float: left; overflow: hidden; padding-left: 40px;}
    #main li {list-style: none; background: url(uploads/images/arrow.jpg) no-repeat left; padding-left: 10px; line-height: 16px; clear: left;}

img.left {float: left; margin-right:5px;}

#gall {clear: both; overflow: hidden; margin-left:20px;}
  #gall img {float: left; margin: 4px;}

#boxy {width: 450px; background: url(uploads/images/line.jpg) repeat-y;}

#left {float: left; width: 215px; margin-right: 1px; margin-left: 10px;}
  #left p {text-align: justify; margin-right: 15px; line-height:16px; overflow:hidden;}

#left h2 {color: #222222; font-size: 16px; overflow: hidden; background: url(uploads/images/fund.jpg) no-repeat left 0px; padding-left: 50px; height: 52px; padding-top: 10px;}

#right {overflow: hidden; width: 209px; padding-left: 15px;}
  #right p {text-align: justify; margin-right: 10px; line-height:16px; overflow:hidden;}

#right h2 {color: #222222; font-size: 16px; overflow: hidden; background: url(uploads/images/train.jpg) no-repeat left 0px; padding-left: 50px; height: 52px; padding-top: 10px;}

#sub {float: left; width: 210px; padding: 15px 15px 0 15px; overflow: hidden;}
  #sub li {list-style: none; border-bottom: 1px #E5E5E5 solid; margin-bottom: 15px; text-align: justify; zoom: 1; line-height: 16px; padding-bottom: 10px; overflow: hidden;}

dt { background: url(uploads/images/point.jpg) no-repeat left; padding-left: 15px; font-weight: bold;}
dt a {color: #E91E22;}
dd p {line-height: 16px; overflow: hidden;}

p.more {float: right; padding-bottom: 0px; padding-top: 5px}
p.more a {float: right; background:transparent url(uploads/images/001.jpg) no-repeat; clear:both; color:#FFFFFF; display:block; height:16px !important;  overflow:hidden; padding-left:13px; padding-right: 2px;}
a.more2 {background:transparent url(uploads/images/002.jpg) no-repeat; clear:both; color:#FFFFFF; display:block; height:16px !important; margin-left:145px; overflow:hidden; padding-left:14px; width:53px !important;}
a.more3 {background:transparent url(uploads/images/003.jpg) no-repeat; clear:both; color:#FFFFFF; display:block; height:16px !important; margin-left:145px; overflow:hidden; padding-left:14px; width:53px !important;}

.bar_actual {background: url(uploads/images/bar.jpg) repeat-x; width: auto; height: 50px; float: left; width: 214px; margin-right: 1px; padding: 15px 0 0 25px;}
.bar_main {background: url(uploads/images/bar.jpg) repeat-x; width: auto; height: 50px; float: left; width: 455px; padding: 15px 0 0 25px;}

h2.actual {color: #222222; font-size: 16px;  float: left; background: url(uploads/images/sub.jpg) no-repeat left 0px; padding-left: 50px; height: 40px; padding-top: 10px;}
h2.main {color: #222222; font-size: 16px; float: left; background: url(uploads/images/main.jpg) no-repeat left 0px; padding-left: 50px; height: 40px; padding-top: 10px;}

h3 {font-size: 100%; padding-bottom: 5px;}

#footer {background: url(uploads/images/bar.jpg) repeat-x; width: 720px; height: 65px; clear: both;}
  #footer p {float: right; padding: 25px 25px 0 0;}
  #footer p a {color: #E52123; font-weight: bold;}
    #footer h3 {background: url(uploads/images/phone.jpg) no-repeat left 0px; margin-left: 10px; float: left; color: #8F8F8F; height: 46px; margin-top: 4px; padding-left:90px; padding-top: 15px; overflow: hidden; font-size: 22px; font-weight: bold; font-family: arial;}

.mceContentBody {background: none !important;}
#tinymce {float: none !important; padding-left: 15px; margin-right: 160px;}

img[align="middle"], img[align="center"] {	float: none;	clear: both;	display: block;	margin: 20px auto;}
img.middle, img.center {	float: none;	clear: both;	display: block;	margin: 20px auto;}
img[align="left"]{	float: left;	margin: 5px 10px 5px 0px;}
img.left{	float: left;	margin: 5px 10px 5px 0px;}
img[align="right"]{	float: right;	margin: 5px 0px 5px 10px;}
img.right{	float: right;	margin: 5px 0px 5px 10px;}
/* End of 'Podstawowy' */

/* Start of CMSMS style sheet 'Menu poziome wyskakujace' */
/* menu */
#menuwrapper {padding-top: 20px;}
#primary-nav { list-style:none; background:url(uploads/images/menu-bg.gif) repeat-x; height: 46px; }
#primary-nav li { position:relative; float: left;  height:46px; background:url(uploads/images/menu-sep.gif) 100% 50% no-repeat;  }
#primary-nav li a { color:#fff; padding:0 30px; line-height:46px; }
#primary-nav li a:hover { background:url(uploads/images/over.gif) repeat-x; }
#primary-nav li.menuactive a { background:url(uploads/images/over.gif) repeat-x; }
#primary-nav li.last {background: none;}

/* menu 2 */
#primary-nav li li { width: 200px; border-top: 1px #81A801 solid; background-image: none;}
#primary-nav li li a {width: 160px; padding: 5px 20px;  line-height:15px;}

#primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; z-index: 2;
   top: auto; margin-top: 1px;
   display: none; zoom: 1;
}
#primary-nav ul ul { 
   margin-top: 0px;
   left: 100%; 
   top: 0px; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

#primary-nav a { 
   display: block; 
   margin: 0px; 
   text-decoration: none; 
   color: #fff; font-size: 12px; font-weight: bold;
}


#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
   background-image: url(uploads/images/arrow.gif); 
   background-position: 180px center; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh {  background-color: #C7141A; }


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul {  display: none; }

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { display: block; }

.clearb { clear: both; }
#menuwrapper { width: 720px; }

/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}

#menu_vert {
 margin-left: 1px;
   margin-right: 1px;
}

/* End of 'Menu poziome wyskakujace' */

