.color1{ color: #ffffff;} /* biały */
.color2{ color: #808080;} /* szary */
.color3{ color: #ffeeaa;} /* żółty */
.color4{ color: #ffdd55;} /* mocny żółty */
.color5{ color: #d40000;} /* czerwony */
.color6{ color: #552200;} /* brazowy */
.color6a {color: #3a1700;} /* brązowy ciemny */
.color7{ color: #000000;} /* czarny */

/*
Żółty z contenta #f6ffd5
Ciemny brąz #3a1700
Brąz #552200
Zieleń #7c916f
Ciemna zieleń #5e6d34


*/

body{
	background: url('../images/pattern.jpg') ;
	font-family: Verdana,Arial,sans-serif;
	color: #3a1700;
}

div.background{
	background: url('../images/background.jpg') repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	height: 900px;
	width: 100%;
	z-index: -100;
	overflow: hidden;
}

div#page{
	margin-left: 40px;
	background: url('../images/container_back.png') repeat-y;
	-webkit-box-shadow: 0px 5px 15px #000;
	box-shadow: 0px 5px 15px #000;
	-moz-box-shadow: 0px 5px 15px #000;
}

div#top{
	height: 180px;
}

div#top_menu li{
	display: block;
	float: left;
	list-style-type: none;
}

div#top_menu a{
	display: block;
	margin: 0px 5px;
	background-color: #3a1700;
	padding: 5px 15px 15px 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
}

div#top_menu a:hover{
	padding: 5px 15px 15px 15px;
	margin-top: -5px;
	background-color: #552200;
}

div#middle{
	height: 309px;
	position: relative;
}

div#important{
	background: url('../images/transparent_back.png');
	height: 279px;
	position: absolute;
	top:0;
	right: 0;
	padding: 15px 0px;
}

div#important div{
	margin: 15px 15px 15px 15px;
	background-color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	padding: 5px;
}

div#important .q{
	vertical-align:middle;
	width: 30px;
	font-weight: bold;
}
div#important .ans{
	vertical-align:middle;
	width: 160px;
	display: inline-block;
	margin-left: 15px;
	font-size: 0.8em;
}

a#register{
	position: absolute;
	bottom: 71px;
	right:16px;
	width:230px;
	background-color: #552200;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-variant: small-caps;
	font-size: 1.4em;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
}
a#readMore{
	display: block;
	position: absolute;
	bottom: 30px;
	right:16px;
	background-color: #552200;
	width:230px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

div#frame{
	background: url('../images/frame_shadow.png') no-repeat;
	height: 309px;
	position:absolute;
	top: 0;
	left:0;
}
div#leftColumn{
	text-align: center;
}
div#rightColumn{
	background-color: #fff;
	padding: 15px 25px 15px 0;
	-webkit-border-bottom-left-radius: 25px;
	border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	
	-webkit-box-shadow: -3px 2px 5px #999;
	box-shadow: -3px 2px 5px #999;
	-moz-box-shadow: -3px 2px 5px #999;
}

ul.menu{
	margin: 0 -25px 0 0;
	padding: 0;
}
ul.menu ul{
	padding: 0;
	margin: 0;
}

ul.menu li{
	list-style-image: none;
	display: block;
	background: url('../images/menu_head.png') no-repeat top center;
	text-align: center;
	padding-top: 45px;
	color: #3a1700;
	font-weight: bold;
	text-shadow: 1px 1px 1px #552200;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
	font-size: 1.8em;
	font-variant: small-caps;
}

ul.menu li li{
	font-size: 0.6em;
	background: none;
	padding: 3px 0;
	font-family: Verdana,Arial,sans-serif;
	font-variant: normal;
	text-shadow: none;
}

ul.menu a{
	color: #5e6d34;
	text-decoration: none;
}
ul.menu a:hover{
	text-decoration: underline;
}

.news{
	margin: 15px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	
	-webkit-box-shadow: 0px 2px 5px #999;
	box-shadow: 0px 2px 5px #999;
	-moz-box-shadow: 0px 2px 5px #999;
}
.info{
	float: left;
	width: 50px;
	font-size: 0.7em;
	text-align: center;
	padding: 0px 5px;
}
.info span{
	display:block;
	font-size: 1.8em;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
	color: #3a1700;
	font-weight: bold;

}
.info span.day{
	font-size: 4em;
	text-shadow: 1px 1px 1px #552200;
}
.info span.month{
	font-variant: small-caps;
	margin-top: -15px;
}
.info ul{
	padding: 0px;
	margin: 0px;

}
.info ul li{
	list-style-type: none;
	display: block;
}

.info a{
	color: #5e6d34;
	text-decoration: none;
}
.info a:hover{
	text-decoration: underline;
}

.text{
	float: left;
	width: 275px;
	font-size: 1em;
	background-color: #eef4d7;
	background:#6F3914;
	color: #fff;
	padding: 15px 15px 0px 10px;
	text-align: justify;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}
h1,h2,h3,h4{
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #5e6d34;
	text-align: left;
	text-shadow: 1px 1px 1px #7c916f;
}

h1{
	font-size: 2.5em;
}

.text h1{
	font-size: 1.6em;
	color: #fff;
}

.text a{
	color: #C5D8B9;
}

h2{
	font-size: 1.8em;
}
h3{
	font-size: 1.4em;
}
h4{
	font-size: 1.2em;
}

p{
	margin: 1em 0;
}

#footer{
	clear: both;
	font-size: 0.8em;
	text-align: center;
	color: #552200;
}

.center{
	text-align: center;
}

.main{
	margin-left: 15px;
	padding: 5px 5px 5px 15px;
}

a{
	text-decoration: none;
	color: #552200;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}

.main img{
	max-width: 535px;
	display: block;
	margin: 10px;
}

.main img.noborder{
    margin: 0px;
}
.main img.inline{
    display: inline;
}

thead th{
	background-color: #552200;
	color: #fff;
}

blockquote{
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
	font-size: 1.2em;
	font-style: normal;
	color: #5e6d34;
}

ul.thumbnails{
	margin: 0px;
	padding: 0px;
}

ul.thumbnails li{
	list-style-type: none;
	display: block;
	float: left;
	margin: 5px;
}

ul.thumbnails li a{
	display: block;
	width: 80px;
	height: 80px;
	border: 2px solid #ccc;
	padding: 5px;
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 3px #3a1700;
	box-shadow: 1px 2px 3px #3a1700;
	-moz-box-shadow: 1px 2px 3px #3a1700;
}

ul.thumbnails li a:hover{
	border: 2px solid #eee;
}

.main ul.thumbnails img{
	margin: 0px;
	float: none;
	margin: auto;
}
input[type="text"],input[type="password"],input[type="submit"],textarea,select{
	background-color: #5e6d34;
	color: #fff;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
	border: 1px solid #552200;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="submit"]:focus,textarea:focus,select:focus{
	background-color: #3a1700;
}
label,legend{
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 1.2em;
}
legend{
	color:  #552200;
	font-variant: small-caps;
}
fieldset{
	border: 1px solid #552200;
	padding: 0px 15px;
}

div.center{
	z-index: -100;
	margin: auto;
	width: 950px;
}

div.left-side{
	background: url('../images/left-side.png') no-repeat top center;
	width: 450px;
	height: 530px;
	float: left;
	margin-top: -20px;
	margin-left: -400px;
}

div.right-side{
	background: url('../images/right-side.png') no-repeat top center;
	width: 50%;
	height: 530px;
	float: right;
	margin-right: -400px;
	margin-top: 330px;
}

#zapisy th,#zapisy td{
	vertical-align: top;
}
#zapisy th{
	padding-top: 11px;
	font-size: 11px;
	width: 125px;
}

#zapisy .error{
	margin: 5px 0;
	display: block;
	padding: 2px;
}

.alt{
	font-size: 9px;
	font-style: italic;
	
}


div.patroni{
	text-align: center;
}

div.patroni h2{
	margin:auto; 
	width: 150px; 
	text-align: center;
}
div.patroni img{
	display: block;
	margin-right: 0px;
	margin: 10px auto;
}

div.patronat h3{
	vertical-align:top;
	margin-bottom: 5px;
}

div.patronat{
	text-align:right;
	background:#fff; 
	border-radius:5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	padding: 5px;
}

div.patronat img{
	padding: 0 7px;
}