/*
 *		plik:		standardowy.css
 *		autor: 	Marek Kleszyk <mkleszyk@gmail.com>
 *		data:		10 września 2007
 */

		/* --------- standardowe ---------- */

@import url("comments.css");
@import url("lightbox.css");

.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: #ff7f00; }
a:hover { color: #fff;}

td, th { font-size: 8pt; }
hr { background: #CCC; color: #CCC; height: 1px; border: 0px; }
h1 { font-size: 13pt; color: #ff7f00; }
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;
}

#page-title {
	padding: 20px 0 0 10px;
}

#page-title h1 {
	margin: 0px;
	padding: 0px;
	font-size: 13pt;
	letter-spacing: 1px;
}

input {
	border: none;
	border-bottom: 1px solid #000;
	background-color: #3f0000;
	color: #fff;
	padding: 0 3px;
	margin: 0 3px;
}

select {
	background:#3f0000 none repeat scroll 0%;
	border: none;
	border-bottom: 1px solid #000;
	color: #fff;
	font-size:8pt;
	margin: 0 3px;
}

		/* --------- glowna ---------- */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #201b17;
	text-align: center;
	font-family: Tahoma;
	font-size: 9pt;
	color: #fff;
}

#tlo {
	margin: auto;
	padding: auto;
	width: 760px;
	background-image: url(img/tlo.jpg);
	background-repeat: repeat-x;
	background-color: #610000;
	overflow: hidden;
	text-align: center;
}

#top-odstep, #bottom-odstep {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 25px;
	background-color: #201b17;
}

#container {
	margin: auto;
	padding: auto;
	width: 710px;
	overflow: hidden;
	text-align: center;
}

#top {
	margin: 0;
	padding: 0;
	width: 710px;
	height: 266px;
}

#top #logo {
	width: 172px;
	height: 55px;
	background-color: #2d0000;
	text-align: left;
	float: left;
}

#top #logo a {
	position: relative;
	top: 8px;
	left: 15px;
}

#top #flagi {
	width: 130px;
	height: 55px;
	background-color: #2d0000;
	text-align: left;
	float: left;
}

#top #flagi img {
	width: 20px;
	margin-top: 5px;
}

#top #gora {
	width: 408px;
	height: 55px;
	background-color: #2d0000;
	text-align: right;
	float: left;
}

#top #linia-gora {
	width: 710px;
	height: 6px;
	background-color: #3d0000;
	float: left;
}

#top #banner {
	margin: 0;
	padding: 0;
	width: 710px;
	height: 205px;
	background-color: #420001;
}

#base {
	margin: 0;
	padding: 0;
	width: 710px;
	height: auto;
	float: left;
}

#base #left {
	width: 202px;
	height: auto;
	text-align: left;
	float: left
}

#base #left #search {
	width: 202px;
	height: 25px;
	margin-top: 15px;
	float: left;
}

#base #left #newsletter {
	width: 202px;
	height: 25px;
	float: left;
}

.formularz {
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

.text-f {
	width: 108px;
}

.form-text {
	width: 57px;
	position: relative;
	top: 6px;
	float: left;
}

.fotek {
	margin: 0 5px 5px 0;
}

.descritpion {
	width: 320px;
	height: 88px;
	float: left;
}

.img-ok {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	position: relative;
	top: 4px;
}

#base #left #kamera {
	width: 202px;
	height: 130px;
	margin-top: 15px;
	text-align: center;
	float: left;
}

#base #left #kamera h1 {
	margin: 3px auto;
}



#base #main {
	margin: 0;
	padding: 0;
	width: 508px;
	min-height: 230px;
	height: auto !Important;
	height: 230px;
	background-image: url(img/tlo-tresc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #5C0100;
	text-align: left;
	float: left;
}

#footer {
	margin: 0;
	padding: 0;
	width: 710px;
	height: 25px;
	text-align: right;
	float: left;
}

#footer ul {
	position: relative;
	top: 3px;
	color: #c7a8a8;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	margin: 0 7px;
	color: #c7a8a8;
	font-size: 8pt;
	font-family: Tahoma;
	text-decoration: none;
}

#bottom-odstep {
	text-align: right;
}


#bottom-odstep span {
	position: relative;
	top: 5px;
	right: 30px;
	color: #c7a8a8;
	font-size: 7pt;
}

#bottom-odstep span a {
	color: #c7a8a8;
}

#hit {
	width: 508px;
	height: 150px;
	background-color: #5C0100;
	float: right;
}

#hit #flash-ban1, #hit #flash-ban2, #hit #flash-ban3 {
	margin: 6px;
	display: inline;
}

/* ---------------------------------------- */

.menu1, .menu1 dl {
	font-size: 12px;
	position: absolute;
	width: 202px;
	margin: 0;
	padding: 0;
}

.menu1 dt {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background-color: #888;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa #666 #666 #aaa;
	padding: 4px 5px;
}

.menu1 dl dt {
	background-color: #ccc;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border: 0;
	padding: 0;
}

.menu1 dd  {
	background-color: #ccc;
	color: #000;
	margin: 0;
	padding: 0;
	width: 202px;
	height: 22px;
}

.menu1 dd.active {
	font-weight: bold;
}

.menu1 dt a {
	background: url("submenu.gif") no-repeat 140px 8px;
	padding-right: 20px;
}

.menu1 a:link, .menu1 a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px 5px;
}

.menu1 a:hover {
	color: #fff;
	background-color: #008;
}

.menu1 dl {
	position: absolute;
	border: 0;
}

.menu1 dl dd {
	position: relative;
	left: 202px;
	bottom: 22px;
	border-left: 1px solid #eee;
	border-right: 1px solid #aaa;
}


#base #left #menu {
	margin: 0;
	padding: 0;
	width: 202px;
	height: auto;
	float: left;
}


#menu0 {
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: #3F0000;
	color: #fff;
	font-size: 9pt;
}

#menu0 dt {
	text-align: left;
}

#menu0 dt a {
	color: #fff;
	font-weight: bold;
	height: 26px;
	display: block;
	padding-left: 10px;
	background-image: url(img/g1.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#menu0 dt a:hover {
	padding-left: 14px;
	background-image: url(img/g2.gif);
}

#menu0 dt.first {
	color: #fff;
	padding-top: 5px;
}

#menu0 dd {
	margin: 0;
	padding: 0;
	background-color: #330000;
}

#menu0 dd a {
	color: #fff;
	margin: 4px 0;
	padding-left: 20px;
	font-weight: normal;
	height: 18px;
	display: block;
}

#menu0 dd a:hover {
	padding-left: 24px;
}
