/*
	Kolorki:
	#636252 #DCDDFF
	#A19F8E #C7C8FF
	#898772 #353676 	#CFD0FF
*/

/* ------------------------------------------------------------------- *\
	Ogólne
\* ------------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background-color: #DCDDFF; /* + */
}
div {
	margin: 0px;
}
a img {
	border-style: none;
}

/* ------------------------------------------------------------------- *\
	Działy
\* ------------------------------------------------------------------- */
div#all_holder {
	background-color: #DCDDFF; /* + */
}
div.text_holder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #CFD0FF; /* + */
	padding: 0.3em 0.8em;
	margin: 2px 1px 1px 70px;
}
div#obrazek_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;

	width: 652px;
	margin: 2px;
	background-color: #C7C8FF; /* + */
	border: 1px solid #353676; /* CFD0FF */ /* + */
}
div#menu_holder {
	width: 652px;
	margin: 2px;
	text-align: left;
}

div#contents {
	width: 652px;
	text-align:left;
	background-color: #C7C8FF; /* + */
	border: 1px solid #353676; /* CFD0FF */ /* + */
}
div#contents a { text-decoration: none; color: #339; }
div#contents a:hover { text-decoration: underline; }

div#belka_top {
	background-color: #C7C8FF; /* + */
	border: 2px solid #DCDDFF; /* + */
	text-align:center;
}
div#belka_top img {
	margin-top: 1px;
	margin-bottom: 1px;
}

/* ------------------------------------------------------------------- *\
	Copyright
\* ------------------------------------------------------------------- */
div#copyright {
	font-size: x-small;
	width: 652px;
	margin: 2px;
	background-color: #C7C8FF; /* + */
	border: 1px solid #353676; /* + CFD0FF */
	text-align: center;
}


/* ------------------------------------------------------------------- *\
	Menu
\* ------------------------------------------------------------------- */
/* menu górne */
table.menu_content {
	border: 1px solid #353676; /* CFD0FF */ /* + */
	background-color: #DCDDFF; /* + */
	color: black;
	border-collapse: collapse;
}
table.menu_content td,table.menu_content th {
	border: 1px solid #353676; /* CFD0FF */ /* + */
	/* width: 100px; */
	cursor: pointer;
	font-size: 12px;
}
table.menu_content div.menu_title {
	width:   99px;
	padding: 4px;
}
div.menu_title a {
	width:   99px;
	text-decoration: none;
	display: block;

	color: black;
}
div.menu_links {
	display: none;
	opacity: .85;
	/* filter: alpha(opacity=85); - nie standardowe tylko dla IE (w naglowek.php) */
	
	position: absolute;
	left: auto; right: auto;
	margin: 0px -1px;

	border: 1px solid #353676; /* CFD0FF */ /* + */
	background-color: #DCDDFF; /* + */
	color: black;
}
div.menu_links a {
	text-decoration: none;

	background-color: #DCDDFF; /* + */
	color: black;

	display: block;
	padding: 4px 6px 4px 24px;
	background-position: center left;
	background-repeat: no-repeat;
}
div.menu_links a:hover {
	background-color: #C7C8FF; /* + */
	color: black;
}

.m_art { background-image: url(../img/notes.gif); }
.mfr_jsart,.mfr_zalazek { background-image: url(../img/brudnopis.gif); }
.mfr_script { background-image: url(../img/zembatka.gif); }
.m_adr { background-image: url(../img/link.gif); }
.m_art,.mfr_jsart,.mfr_zalazek,.mfr_script,.m_adr { background-repeat:no-repeat; }


/* ------------------------------------------------------------------- *\
	"Latajace" przejscie do góry strony
\* ------------------------------------------------------------------- */
div#flying_top a {
	text-decoration: none;
	color: black;

	display: block;
	padding: 4px 6px;
}
div#flying_top {
	font-weight: bold;
	font-size: 90%;

	background-color: silver;
	border: 1px solid gray;
}

/* for exploder */
div#flying_top {
	position: absolute;
	left: 0px; bottom: 0px;
}
/* and fix for other */
body > div#flying_top { position: fixed; }

/* ------------------------------------------------------------------- *\
	Debugowanie i błędy
\* ------------------------------------------------------------------- */
div.mymsgdie,div.warning {
	font-size: 120%;
	background-color: #f9ef60;
	color: #333;
	border: 3px solid black;

	margin: 1em;
	padding: 0.5em 1em;
}

div#debug_msgtext {
	background-color: silver;
	border: 1px solid gray;

	position: absolute;
	left: 0px; top: 0px;
	width: 250px;
}
div#debug_msgtext div {
	background-color: whitesmoke;
	border: 1px solid gray;

	margin: 3px;
	padding: 3px 6px;
}
div#debug_msgtext span {
	cursor: pointer;
}
div#debug_msgtext a {
	color: #33A;
}
	
/* ------------------------------------------------------------------- *\
	Formularze
\* ------------------------------------------------------------------- */
/* IE only */
a.button {
	text-decoration: none !important;

	color: ButtonText !important;
	background-color: #bCbDFF;
	
	border: 1px solid #336;
	padding: 2px 0.8em 2px 0.8em !important;
}

/* browsers following standards */
td > a.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;

	vertical-align: top;
}

/* IE only */
input {
	border: 1px solid #336;
}
/* browsers following standards */
input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;

	color: ButtonText !important;
	background-color: #bCbDFF;

	padding: 2px 0.8em 2px 0.8em !important;
}
input[type=text] {
	padding: 2px;
}

/* ------------------------------------------------------------------- *\
	Różne
\* ------------------------------------------------------------------- */
table.stdtable {
	border: 1px solid gray;
	border-collapse: collapse;
}
table.stdtable th,table.stdtable td {
	border: 1px solid gray;
	padding: 0px 2px;
}
table.stdtable th {
	background: #ddf;
	color: black;
}
table.stdtable td {
	background: #eef;
	color: black;
}

table.definicja {
	border-style: none;
}
table.definicja th,table.definicja td {
	border-style: none;
	vertical-align: top;
	padding: 0px 2px;
}
table.definicja th {
	white-space: nowrap;
	padding: 0px 0px 0px 2px;
}

table.galeria caption {
	font-weight:bold;
}
table.galeria th,table.galeria td {
	vertical-align:middle;
	text-align:center;
}

pre {
	border: 1px solid gray;
	padding: 2px 4px;
	margin: 0px;
	background: #eef;
	color: black;
	font-size: 95%;
	overflow: auto;
}

