/*
 *		plik:		standardowy.css
 *		autor: 	Marek Kleszyk <mkleszyk@gmail.com>
 *		data:		10 września 2007
 */

@import url("lightbox.css");

		/* --------- standardowe ---------- */

a.lightbox {}
		
.clear { clear: both; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.hidden { display: none; }
.error { color: #C00; }

img { border: none; }
a:focus { -moz-outline-style: none; }
a, a:hover, a:visited, a:active { text-decoration: none; color: #840000; }

td, th { font-size: 8pt; }
hr { background: #CCC; color: #CCC; height: 1px; border: 0px; }
h1 { font-size: 13pt; color: #000; }
h2 { font-size: 12pt; }
h3 { font-size: 11pt; }
h4 { font-size: 10pt; }
h5 { font-size: 9pt; }
h6 { font-size: 9pt; }

.row-dark { background: #CCC; }
.row-clear { background: transparent; }

#page-content {
	padding: 10px;
	line-height: 16px;
}

#page-title {
	padding: 10px;
}

#page-title h1 {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	letter-spacing: 1px;
}

input {
	border: 1px solid #505050;
	color: #434343;
	padding: 0 3px;
	margin: 0 3px;
}

		/* --------- glowna ---------- */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #4c0000;
	text-align: center;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000;
}

#container {
	margin: 15px auto;
	padding: 0;
	width: 830px;
	height: 100%;
	text-align: center;
}

#ramka {
	margin: 0;
	padding: 3px;
	width: 830px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #cccccc;
}

#top {
	margin: 0;
	padding: 0;
	width: 830px;
	height: 300px;
	background-color: #000;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

#base {
	margin-top: 3px;
	padding: 0;
	width: 830px;
	min-height: 200px;
	height: auto;
	background-color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #000;
}

#base #left {
	width: 230px;
	float: left;
}

#base #left #logo {
	width: 230px;
	height: 100px;
	float: left;
}

#base #left #szukaj {
	width: 230px;
	margin-top: 10px;
	float: left;
}

#base #left #logo a {
	position: relative;
	top: 25px;
}

#base #main {
	width: 600px;
	float: left;
}

#base #main #menu-top {
	width: 586px;
	height: 22px;
	background-color: #000;
	float: left;
}

#base #main #dzwiek {
	width: 14px;
	height: 22px;
	background-color: #000;
	float: left;
}

#base #main #menu-top ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#base #main #menu-top ul li {
	position: relative;
	top: 4px;
	padding: 0 15px;
	display: inline;
}

#base #main #menu-top ul li a {
	color: #ccc;
	font-size: 9pt;
	font-family: Tahoma;
	text-decoration: none;
}

#base #main #tresc {
	text-align: left;
	float: left;
}

#menu-bottom {
	padding: 0;
	width: 830px;
	height: 15px;
	text-align: left;
	float: left;
	color: #840000;
}

#menu-bottom ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}

#menu-bottom ul li {
	position: relative;
	top: 2px;
	padding: 0 15px;
	display: inline;
}

#menu-bottom ul li a {
	color: #ccc;
	font-size: 8pt;
	font-family: Tahoma;
	text-decoration: none;
}

#pozycjonowanie {
	padding: 0;
	width: 830px;
	height: 30px;
	text-align: left;
	float: left;
	color: #840000;
}

#pozycjonowanie .tc {
	position: relative;
	top: 5px;
	left: 10px;
	font-size: 8pt;
	float: left;
}

#pozycjonowanie .co {
	position: relative;
	top: 5px;
	font-size: 8pt;
	float: right;
}

.img-ok {
	border: none;
	position: relative;
	top: 3px;
}

.g_tytul {
	overflow: hidden;
	font-size: 9pt;
}

.g_tytul h1 {
	font-size: 9pt;
}

a.black {
	color: #000;
	font-size: 8pt;
}