/*	© 2007 created by Daniel Drozd >> daniel.drozd@gazeta.pl 
	menu by Dynamic Drive at http://www.dynamicdrive.com */
	
body {
	background: #ccc url(../img/bg.gif) repeat-y center;
	margin: 20px 0;
	text-align: center; 
	font: 10px Verdana, Sans-Serif;
	color: #4b4b4b;
}

#top a {
	background: #efefef url(../img/top.jpg) no-repeat; 
	display: block; 
	height: 110px;
	
}
.header a{
	font: 20px Georgia, Serif ;
	color: #4b4b4b;
	text-align: center;
	padding-top: 70px;
}
	
#main {
	background: #fff; 
	border: 3px double #ccc; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 640px; 
}
#box {margin: 15px; }

/*drop menu*/
.chromestyle{
	font: 10px Verdana, Sans-Serif;
	width: 608px;
	letter-spacing: 0.5px;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul{
	border: 1px solid #bbb;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center; /*zmiana na "left", "center", lub "right"*/
}
.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a{
	color: #494949;
	padding: 4px 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #dadada;
}
.last a {
	color: #494949;
	padding: 4px 5px;
	margin: 0;
	text-decoration: none;
	border-right: none !important;
}
.chromestyle ul li a:hover{
	font-weight: bold;
	color: #b90000;
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: 9px Verdana, Sans-Serif;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	letter-spacing: 0.5px;
	color: black;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;}
/*end dropmenu*/

#tresc {
	background: #fff;
	border-top: 1px solid #E5E5E5;
	clear: both;
	font: 12px Verdana, Sans-Serif;
	text-align: justify;
}
#tresc h1 {
	margin: 15px 0 8px 20px;
	font: bold 12px Georgia, Garamond, Serif;
	color: #b90000;
	letter-spacing: 3px;
	padding-bottom: 2px;
	text-transform: uppercase;
}
#tresc h1:first-letter { 
	font-size: 30px; 
	text-transform: uppercase; 
	color: #882020; 
	border: 1px dashed #882020; 
	padding: 1px;
}
#tresc h2 {
	margin: 15px 30px 10px 30px;
	padding-bottom: 1px;
	border-bottom: 1px dashed #4b4b4b;
	font: italic 18px Georgia, Garamond, Serif;
	text-align: center;
	letter-spacing: 1px;	
}
#tresc h3 {
	font: 16px "Verdana", sans-serif;
	margin: 5px 20px;
	letter-spacing: 2px;
	font-variant: small-caps;
	}
	

#tresc p {
	margin: 3px 0 6px; 
	color: #4b4b4b;
}
#kontakt {
	padding: 20px;
	margin: 20px 90px;
	text-align: center;
	font-style: oblique;
	border: 1px dashed #ccc;
	background-color: #fcffb7;
	color: #000;
	}
#kontakt p{color:#000;}	

#stopka {
	text-align: center;
	margin: auto;
	padding: 5px;
	background: #EFEFEF;
	color: #666;
}
#stopka a, #tresc a { color: #b90000;}
#stopka a:hover, #tresc a:hover {border-bottom: 1px dashed;}

#tresc ul li {
	list-style-image: url(../img/arrow.gif);
	padding: 0 0 7px 0px;
	margin: 0 0 0 30px;
}
pre { 
	margin: 8px 30% 0 30px;
	padding: 3px;
	border-bottom: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
}
a {	color: #000; text-decoration: none;}
.wyr {
	font-style: italic;
	font-weight: bold;
}
p img {
	padding: 7px;
	border: 5px solid #EFEFEF;
	}
img.center {
	text-align:center;
   display: block;
	margin: 5px auto 5px auto;
}
.center{text-align: center;}
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
