@charset "windows-1250";

body {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(gfx/bodybg.jpg);
	background-attachment: fixed;
}

#kontener {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 900px;
	font-size: 0.9em;
	color: #482D24;
	font-style: normal;
	border-top-width: 11px;
	border-right-width: 1px;
	border-bottom-width: 11px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f9d1a6;
	border-right-color: #f9d1a6;
	border-bottom-color: #f9d1a6;
	border-left-color: #f9d1a6;
	background-image: url(gfx/menubg.png);
	background-repeat: repeat-y;
}

#stopka {
	padding: 10px;
	text-align: center;
	font-family: Tahoma;
	font-size: 0.9em;
	color: #8B4E0A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f9d1a6;
	margin: 0px;
	background-color: #FFFFFF;
	clear: both;
}

#top {
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #f9d1a6;
}

#loginbox {
	background: url(gfx/login2.png) no-repeat;
	height: 296px;
	width: 215px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#loginbox #workspace {
	margin: 0px;
	color: #FFFFFF;
	padding: 70px 25px 25px;
	font-family: Tahoma;
	font-size: 0.85em;
	line-height: 1.3em;
	text-align: left;
}

#loginbox #workspace form {
	margin: 20px 0px 0px;
	padding: 0px;
}


#loginbox #workspace input {
	margin-bottom: 7px;
	margin-top: 3px;
}

#loginbox #workspace label {
	color: #888888;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
}

#message {
	font-weight: bold;
	color: #000099;
	background: #E6E6FF;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #1717FF;
	border-bottom: 1px solid #1717FF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #1717FF;
	border-left-color: #1717FF;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 190px;
	font-family: Tahoma;
	font-size: .9em;
}

#error {
	font-weight: bold;
	color: #DD0000;
	background: #FFD9D9;
	padding: 5px;
	text-transform: uppercase;
	text-align: center;
	border-top: 1px solid #EA0000;
	border-bottom: 1px solid #EA0000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #EA0000;
	border-left-color: #EA0000;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 190px;
	font-family: Tahoma;
	font-size: 0.9em;
}


#tresc {
	margin-left: 191px;
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(gfx/trescbg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 0.95em;
}

#tresc.cms {
	background-image: none;
}

#tresc.kontakt {
	font-family: Tahoma;
}
#tresc.kontakt li a {
	border: none;
	font-size: 0.9em;
}
#tresc.kontakt li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #764207;
}
#tresc.kontakt li strong {
	font-weight: bold;
	color: #111111;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#tresc strong {
	color: #764207;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #764207;
}
#tresc  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AA0000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 1.1em;
}
#tresc ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	list-style-type: none;
	padding: 0px;
	text-align: left;
}
#tresc ul ul strong {
	font-family: Tahoma;
	font-size: 0.85em;
	font-weight: bold;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#tresc ul ul {
	margin-bottom: 0px;
	margin-left: 5px;
}
#tresc li {
	background-image: url(gfx/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: left 8px;
}
#tresc li p {
	text-align: justify;
}
#tresc  li  a, #tresc a {
	text-decoration: none;
	color: #222222;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #AAAAAA;
	padding-bottom: 1px;
}
#tresc  li  a:hover, #tresc a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cd9a63;
}
#tresc ul.ceny {
	width: 380px;
}

#tresc ul.ceny li:hover {
	background-color: #FCEBD8;
	font-size: 0.9em;
	font-weight: bold;
}
#tresc ul.ceny li:hover strong {
	color: #BB0000;
	font-size: 1em;
}


#tresc img {
	border: 1px solid #DDDDDD;
	padding: 5px;
}

#tresc img.icon, #tresc a img {
	border: none;
	padding: 0px;
	margin: 0px;
}


#tresc img[align=right] {
	margin-left: 15px;
}

#tresc img[align=left] {
	margin-right: 15px;
}
#menu {
	width: 170px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	float: left;
}


#menu a {
	font-family: "Times New Roman", Times, serif;
	color: #83756B;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(gfx/hover.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#menu a:hover {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cd9a63;
	color: #cd9a63;
}
#tresc ul.news li strong {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tresc ul.news li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tresc ul.news li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cd9a63;
}
#tresc ul.news li a img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tresc #cms {
	font-family: Tahoma;
	color: #111111;
	margin-top: 35px;
}
#tresc #cms a {
	border-bottom-style: dotted;
	font-weight: bold;
	color: #764207;
	border-bottom-width: 1px;
	border-bottom-color: #764207;
}
#tresc #cms strong {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tresc #cms p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: left;
	font-size: 0.85em;
	padding: 0px;
	line-height: 1.4em;
}


#tresc #cms ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#tresc #cms ul li {
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9D1A6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: auto;
}
#tresc   #cms   .tytul a {
	font-weight: bold;
	color: #550000;
	font-size: 1.1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#tresc   #cms   .stopka, #tresc   h2 .stopka {
	color: #AAAAAA;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Tahoma;
	padding: 0px;
}
#tresc h2 .stopka {
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}
#tresc #cms .tytul a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #550000;
}
#tresc   #cms   .stopka img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#tresc #cms ul li img {
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.opcje {
	font-family: Tahoma;
	line-height: 1.1em;
	text-align: left;
}

table.opcje td, table.opcje th {
	border-collapse: collapse;
	padding: 2px;
	border-top: none;
	border-right: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
}

table.opcje th {
	color: #EFEFEF;
	background: #363636;
	font-size: 0.8em;
}

table.opcje td {
	font-size: 0.8em;
	color: #111111;
}

table.opcje td[align=left] {
	padding-left: 5px;
}

table.opcje td[align=right] {
	padding-right: 5px;
}

table.opcje a {
	font-weight: bold;
	color: #CA0000;
	text-decoration: none;
}

table.opcje a:hover {
   text-decoration: underline;
}

table.opcje tr:hover td {  background-color: #FFFFDD; }

table.opcje .row1 {
	background-color: #FFFFFF;
}

table.opcje .row2 {
	background-color: #F2F2F2;
}

table.opcje .row1.highlight td, table.opcje .row2.highlight td {
    background-color: #FFFFDD;
}

.buttons  {
	padding-top: 10px;
	padding-bottom: 15px;
}

.buttons label {
	margin-right: 5px;
	margin-bottom: 15px;
}

.buttons input[type=submit] {
	display: block;
	width:100px;
	height:20px;
	border:none;
	background:url(gfx/b_red100.png) top left no-repeat;
	text-align:center;
	color:#fff;
	text-decoration:none;
	padding:0;
	margin:0 5px 0 0;
	float: left;
	font: bold 0.9em/20px arial, helvetica, sans-serif;
	cursor: pointer;
}
table.tform {
	font-family: Tahoma;
	font-size: .9em;
	text-align: left;
}
table.tform textarea {
	width: 400px;
	font-size: 0.9em;
	padding: 2px;
	font-family: Tahoma;
}

table.tform select {
	width: 408px;
	font-size: 0.9em;
	padding: 2px;
}

table.tform   input[type=text]   {
	width: 400px;
	font-size: 0.9em;
	padding: 2px;
}
