/* PODSTAWOWY STYL 
(bez kolorów itp.) */

html {
}
body {
	color: black;
	text-align:center;
	font:0.9em "Trebuchet MS","Verdana","Helvetica","Arial",sans-serif;
}
/*layout*/

#page{
}
#left {
}
#main {
}
#bottom {
}
#top {
}
.module {
}
.panel {
}
/* ----------- Panel left ------------------ */
#left .module {
	overflow:hidden;
}

#left .modname {
	text-align:center;
	font-weight:bold;
	padding-top:0.3em;
	padding-bottom:0.3em;
}

#left a,#left a:link,#left a:visited {
	text-decoration:none;
}
#left a:hover {
	text-decoration:none;
}
#left p {
	margin:1px;
}

/* ------------- Panel main ----------------- */
#mainl2 {
}
#main {
	min-height:300px;
}

#main .back {
	padding-bottom:1em;
}

#mod_f-1-important {
	margin: 0em;
}

#main .module {
}

#main .modname {
	margin-bottom:10px;
	font:1.3em "Trebuchet MS",sans-serif;
	text-align:center;
}
#main a,#main a:link,#main a:visited{
	text-decoration:none;
}
#main a:hover {
}
#main a.profile ,#main a.profile:link,#main a.profile:visited{
/*	color:#003300;#ff8001;*/
	text-decoration:none;
}
#main p{
}

/* ----------- Panel right ------------------ */
#right .module {
	margin:0px 0px 20px 0px;
	overflow:hidden;
}

#right .modname {
	text-align:center;
	font-weight:bold;
	padding-top:0.3em;
	padding-bottom:0.3em;
}

#right a,#right a:link,#right a:visited {
	text-decoration:none;
}
#right a:hover {
	text-decoration:none;
}
#right p {
	margin:1px;
}

/* ------------- Panel Bottom ---------------- */
#bottom .module{
	text-align:center;
	margin-bottom:10px;
}
#bottom .modname {
}
#bottom a,#bottom a:link,#bottom a:visited {
	text-decoration:none;
}
#bottom a:hover {
	text-decoration:none;
}

/* --------------- Panel top ---------------- */
#top {
}

/* ----------------- Menu ----------------------- */
.menu {
}
.menu-item-group {
	text-align:center;
	font-weight:bold;
	padding-top:0.3em;
	padding-bottom:0.3em;
	width:176px;
}
.menu-group {
	margin-top:0.3em;
	margin-bottom:0em;
	width:178px;
	text-align:center;
	font-weight:bold;
}
.menu-group + .menu-group {
}
.menu ul {       
	list-style-type:none;
	padding:0px;
}
.menu-item-page, .menu-item-site, .menu-item-query, .menu-item-zewn {
   text-align:center;
}


/* ------------------------------------------------- */

/*tables*/
table.form {
}
#left td, #left th {
	color:black;
}

table.layout {
	width:100%;
	clear:both;
}
table.data {
	width:90%;
	border-collapse:collapse;
	margin-left:5%;
}
table.data td {
   border:black 1px solid;
}
td {
	font-family: "Trebuchet MS","Verdana","Helvetica","Arial",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	text-align:left;
	font-family:"Trebuchet MS";
}

.data th {
	text-align:center;
	font-weight:bold;
}
h1 {
	color:black;
	border: none;
	margin:0em;
	font:1.3em "Trebuchet MS",sans-serif;
	text-align:center;
}
h2 {
	margin:0em 0em 1em 0em;
	padding-left:2em;
	font:1.2em "Trebuchet MS",sans-serif;
}

h1 + h2 {
	margin-top:0em;
}

h3 {
	font:1.1em "Trebuchet MS",sans-serif;
	font-weight:bolder;
	margin: 1em;
}

address {
	margin-left:3em;
}

p {
	margin:0em 1em 1em 1em;
	padding:0px;
	text-align:justify;
}

ul, ol, dl {
	margin:0em;
	padding:0em,1em;
}


/*page*/
.page {
	margin:1em;
}


/*article*/
.article {
	margin:1em 0em 1em 1em;
}
.article .header {
	width:100%;
}
.article .title {
	font-weight:bold;
}	
.article .buttons {
	float:right;
}
.article p {
	/*text-indent:2em;*/
	margin:1em;
	text-align:justify;
}
.article .sign {
	margin-left:50%;
	font-size:0.8em;
	font-style:italic;
}
.article p.author {
	text-align:right;
	font-style:italic;
	margin-right:3em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
/*
.article h1 {
	margin:2em auto;
	text-align:center;
	font-family:sans-serif;
	font-size:2em;
	position:relative;
	left:0px;
	top:0px;
}
.article h2 {
	font-size:1.2em;
	margin-top:1.5em;
	margin-left:3em;
	font-family:sans-serif;
}
.article h3 {
}
.article h4 {
}
.article h5 {
}
.article h6 {
}
*/
.article p.lead {
	text-indent:0em;
	width:33%;
	float:left;
	margin-right:1em;
	margin-top:0em;
	font-weight:bold;
	font-family:"Arial",sans-serif;
}
.artlastart {
}
	
	
form {
	margin:0px;
}
input[type=submit]  {
	font-size:0.8em;
	margin:0.2em;
	padding:0.4em;
	border:solid black 1px;
}
.buttons input {
	font-size:0.8em;
	margin:0.2em;
	padding:0.4em;
/*	border:solid black 1px;*/
}
.deleted .text {
}
.deleted .title {
	text-decoration:line-through;
}
.imgright {
	float:right;
	margin:0.3em 0em 0.3em 0.5em;
	max-height:200px;
}
/* hack dla max-width pod IE */
/* html .imgright { height: 200px; }*/
.imgleft {
	float:left;
	margin:0.3em 0.5em 0.3em 0em;
	max-height:200px;
}
/* hack dla max-height pod IE */
/* html .imgleft { height: 200px; }*/
hr {
	height:1px;
	border:none;
}
.subpanel {
	margin:1em;
}

.podpis{
	width:40%;
	margin-right:5%;
	margin-left:auto;
	text-align:center;
}
a img {
	border:none;
}
.header .buttons {
	float:right;
}

.note {
	font-size:0.9em;
}
.meserror {
}
.mesinfo {
}