/*
 *		plik:		cadprojekt.css
 *		autor: 	Marek Kleszyk <mkleszyk@gmail.com>
 *		data:		14 sierpnia 2007
 */

		/* --------- standardowe ---------- */

.clear { clear: both; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.hidden { display: none; }
.error { color: #C00; }

img { border: 1px solid #969696; }
a:focus { -moz-outline-style: none; }
a, a:hover, a:visited, a:active { text-decoration: none; color: #EC8600; }

td, th { font-size: 8pt; }
hr { background: #CCC; color: #CCC; height: 1px; border: 0px; }
h1 { font-size: 13pt; color: #EC8600; }
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: 5px;
}

#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-image: url(img/tlo.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align: center;
	font-family: Tahoma;
	font-size: 8pt;
	color: #666;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	overflow: hidden;
	text-align: center;
}

#top {
	margin: 0;
	padding: 0;
	width: 980px;
	height: auto;
}

#top #top2 {
	width: 980px;
	height: 19px;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	float: left;
}

#top #flags {
	width: 188px;
	height: 64px;
	float: left;
}

#top #top2 span {
	position: relative;
	top: 2px;
	color: #FFF;
}

#top #flags a {
	margin: 7px;
	position: relative;
	top: 15px;
}

#top #flags a img {
	border: 1px solid #000;
}

#top #top-logo {
	width: 792px;
	height: 64px;
	float: left;
}

#top #banner {
	width: 980px;
	height: 115px;
	background-color: transparent;
	float: left;
}

#top #top-dol {
	width: 980px;
	height: 15px;
	background-color: #EFEFEF;
	float: left;
}

#base {
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: auto;
	float: left;
}

#base #search {
	width: 242px;
	height: 32px;
	background-color: #ECAC00;
	border-bottom: 1px solid #ADADAD;
	float: left;
}

#base #search .formularz, #base #newsletter .formularz {
	padding: 5px 5px 0 5px;
	margin: 0;
	color: #FFF;
	font-weight: bold;
}

#base #search .text, #base #newsletter .text {
	border: 1px solid #505050;
	color: #434343;
	padding: 0 3px;
	margin: 0 3px;
}

#base #search .img, #base #newsletter .img {
	position: relative;
	top: 4px;
	border: none;
}

#base #main-gora {
	width: 738px;
	height: 33px;
	line-height: 33px;
	background-color: #CCC;
	color: #fff;
	font-size: 9pt;
	float: left;
}

#base #main-gora marquee {
	margin: 0 20px;
}

#base #left {
	width: 242px;
	height: auto;
	border-right: 1px solid #CCC;
	float: left;
}

#base #left #menu {
	width: 242px;
	height: auto;
	float: left;
}

#base #left #projektowanie {
	width: 242px;
	height: 42px;
	background-color: #8F8F8F;
	float: left;
}

#base #left #projektowanie a {
	color: #FFF;
	font-weight: bold;
}

#base #left #projektowanie img {
	position: relative;
	top: 10px;
}

#base #left #newsletter {
	width: 242px;
	height: 32px;
	background-color: #CCC;
	border-bottom: 1px solid #ADADAD;
	float: left;
}

#base #main {
	width: 737px;
	height: auto;
	float: left;
}

#base #odstep {
	width: 980px;
	height: 30px;
	float: left;
}

#footer {
	padding: 0px;
	width: 980px;
	height: 152px;
	float: left;
}

#footer #cad1 {
	width: 199px;
	height: 152px;
	background-image: url(img/cad1.gif);
	background-repeat: no-repeat;
	float: left;
}

#footer #cad1 .cad, #footer #cad2 .cad, #footer #cad3 .cad, #footer #cad4 .cad, #footer #cad5 .cad {
	width: 168px;
	height: 120px;
	position: relative;
	top: 17px;
	left: 18px;
	text-align: left;
	float: left;
	color: #FFF;
}

#footer #cad1 .wiecej, #footer #cad2 .wiecej, #footer #cad3 .wiecej, #footer #cad4 .wiecej, #footer #cad5 .wiecej {
	width: 168px;
	height: 14px;
	position: relative;
	top: 17px;
	left: 18px;
	text-align: right;
	float: left;
}

.wiecej a {
	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
}

#footer #cad2 {
	width: 200px;
	height: 152px;
	background-image: url(img/cad2.gif);
	background-repeat: no-repeat;
	float: left;
}

#footer #cad3 {
	width: 198px;
	height: 152px;
	background-image: url(img/cad3.gif);
	background-repeat: no-repeat;
	float: left;
}

#footer #cad4 {
	width: 193px;
	height: 152px;
	background-image: url(img/cad4.gif);
	background-repeat: no-repeat;
	float: left;
}

#footer #cad5 {
	width: 190px;
	height: 152px;
	background-image: url(img/cad5.gif);
	background-repeat: no-repeat;
	float: left;
}

#realizacja {
	padding: 0px;
	width: 980px;
	height: 35px;
	background-color: #CCC;
	margin-top: 15px;
	border-bottom: 1px solid #B1B1B1;
	border-top: 1px solid #B1B1B1;
	float: left;
}

#realizacja #linia1 {
	width: 980px;
	height: 13px;
	border-bottom: 1px solid #B1B1B1;
	float: left;
}

#realizacja #adres {
	width: 960px;
	height: 33px;
	color: #444;
	text-align: left;
	float: left;
}

#realizacja #adres span {
	position: relative;
	top: 12px;
	left: 40px;
}

#realizacja #linia2 {
	width: 980px;
	height: 1px;
	border-top: 1px solid #B1B1B1;
	float: left;
}


		/* --------- menu ---------- */

#base #left #menu ul {
	width: 242px;
	margin: 0;
	padding: 0;
	background-color: #EFEFEF;
	list-style-type: none;
	text-align: left;
}

#base #left #menu ul li {
	width: 242px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ADADAD;
	font-size: 8pt;
	font-weight: bold;	
	float: left;
}

#base #left #menu ul li ul li {
	border-bottom: none;
	border-top: 1px solid #ADADAD;
}

#base #left #menu ul li span {
	margin: 0 5px;
	color: #EC941F;
}

#base #left #menu ul li a {
	width: 242px;
	height: 15px;
	color: #434343;
	margin: 0;
	padding: 4px 0 0 0;
	float: left;
}

#base #left #menu ul li a:hover {
	background-color: #EFEFEF;
}

#base #left #menu ul li a.selected {
	background-color: #ECAC00;
}

#base #left #menu ul li span.podmenu {
	margin-left: 25px;
}

		/* --------- podstrony ---------- */

#sidebar-news {
	padding: 10px 20px;
	font-size: 8pt;
	text-align: left;
}

#sidebar-news ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar-news ul li{
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
	margin-left: 15px;
}

#sidebar-news ul li h1, #sidebar-news h1 {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
}

#sidebar-news ul li h1 a, #sidebar-news ul li h1 a:visited, #sidebar-news ul li h1 a:active {
	font-weight: bold;
}

#sidebar-news ul li span{
	font-size: 7pt;
   color: #8F8F8F;
}

#sidebar-news ul li p {
	margin: 0px;
	padding: 0px;
	color: #8F8F8F;
}

.title {
	padding-left: 20px;
}



										/* -- galeria foto-- */

#wiersz {
	width: 717px;
	height: 170px;
	text-align: center;
	overflow: hidden;
}

#w1 {
	position: relative;
	left: 25px;
}

#wiersz-g {
	width: 717px;
	height: 165px;
	text-align: center;
	overflow: hidden;
}

#pasek {
	width: 717px;
	height: 40px;
	position: relative;
	top: -40px;
	z-index: -1;
	background-color: #e5e6d6;
	float: left;
}

#pasek2 {
	width: 717px;
	height: 40px;
	position: relative;
	top: -38px;
	z-index: -1;
	background-color: #e5e6d6;
	float: left;
}

.pole {
	width: 200px;
	height: 159px;
	margin: 10px;
	float: left;
}

.foto {
	width: 200px;
	height: 144px;
	float: left;
}

.licznik {
	width: 200px;
	height: 15px;
	float: left;
}

.pole-l {
	width: 357px;
	height: 144px;
	float: left;
}

.pole-l img {
	float: right;
	margin: 0 9px;
}

.pole-r {
	width: 356px;
	height: 144px;
	float: left;
}

.pole-r img {
	float: left;
	margin: 0 9px;
}

.nazwa-galerii {
	position: relative;
	top: 117px;
	font-weight: bold;
	font-size: 8pt;
}

.menu-item {
	border:1px solid #CFD3D8;
	color:#000000;
	display:table;
	float:left;
	height:161px;
	margin:3px;
	padding:5px;
	width:161px;
}

.menu-item-icon {
	color:#FFFF00;
	display:table-cell;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
}

.menu-item:hover {
	background-color:#E6E7E8;
	border:1px solid #788A98;
	color:#009000;
	cursor:pointer;
}

.menu-item a {
	color:#000000;
	text-decoration:none;
}

.menu-item a:focus {
	outline-style:none;
}

.menu-item a:hover {
	color:#009000;
	text-decoration:none;
}

	h1.galeria, h1 a.galeria {
	color: #EC8600;
	font-size: 9pt;
}

h1 a.galeria:hover {
	text-decoration:none;
}

h1.galerie {
	color: #EC8600;
	font-size:13pt;
}

h1.pokaz-galeria {
	margin:0pt 0pt 5px;
}

#galeria-opis {
	background-color:#EBECEB;
	border-top:1px solid #ACBBC5;
	margin-bottom:10px;
	padding:5px;
}

.aktualizacja {
	color:#999999;
}

#page-content.galeria-line {
	border-top: 1px solid #ACBBC5;
	margin-top: 2px;
}

#galeria-content {
	background-color:#E5E6D5;
	border:1px solid #E5E6D5;
	padding-bottom: 5px;
	text-align: left;
}

#galeria-content-2 {
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding-bottom: 5px;
	text-align: left;
}

#galeria-content a img, #galeria-content-2 a img {
	margin: 5px 15px 5px 5px;
}

.wiecej-right {
	width: 37px;
	height: 11px;
	background-image: url(img/gal-wiecej.png);
	background-repeat: no-repeat;
	float: right;
}

.wiecej-right a, .wiecej-right a:hover  {
	color: #EC8600;
	font-size: 9px;
	padding: 0 0 1px 1px;
	margin: 0;
	text-decoration: none;
}

.cad-main {
	width: 196px;
	height: 152px;
	float: left;
}

.cad-main a img {
	border: none;
}