* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #3C4759 url(/s/p/bg/4/shadow.png) 903px 0 repeat-y;*/
	background: #3C4759 url(/s/p/bg/4/bgshadow.gif) center repeat-y;
}

#wrap, #wrap2 {
	min-height: 585px;
	min-width: 720px;
	max-width: 903px;
	background: url(/s/p/bg/4/bg.jpg) top left no-repeat;
        margin: auto;
}

/* GLOWA */

#head {
	height: 110px;
	position: relative;
	margin-bottom: 20px;
}

#logo {
	width: 96px;
	height: 55px;
	background: url(/s/p/bg/4/logo.png) top left no-repeat;
	position: absolute;
	top: 40px;
	right: 48px;
}

#logo span {
	position: absolute;
	top: -1000px;
}

#logoCCA {
	width: 123px;
	height: 36px;
	background: url(/s/p/yourweb/logo_cca.png) top left no-repeat;
	position: absolute;
	top: 90px;
	right: 30px;
  
  display: none;
}

#logoCCA span {
	position: absolute;
	top: -1000px;
}

#mainmenu {
	position: absolute;
	bottom: 0;
  padding-left: 0px;
}

#mainmenu li {
	list-style: none;
/*	display: inline;*/
	float: left;
	padding: 20px;
	border-right: 1px solid #fff;  
	background: none;
}

#mainmenu li:last-child {
	border: none;
}

#mainmenu li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#mainmenu li a:hover, #mainmenu li.current a, #side #submenu li a:hover, #side #submenu li.current a {
	color: #F36D21;
}

/* OSTATNIE PROJEKTY */

#wrap #projekty {
	height: 195px;
	position: relative;
}

#wrap2 #projekty {
	height: 195px;
	width: 51%;
	position: relative;
}

#projekty a {
	color: #fff;
	text-decoration: none;
}

#projekty a:hover {
	color: #F36D21;
}

#pro, .unpro {
	height: 100%;
	width: 66%;
	position: absolute;
	right: 0px;
	margin-left: 33%;
	padding: 5px;
}

#pro img, .unpro img {
	float: left;
	margin: 0 4px 4px 0;
}

#pro a, .unpro a {
	display: block;
	width: 70%;
}

#wrap2 #pro, #wrap2 .unpro {
	width: 90%;
	margin-left: 10px;
	background: url(/s/p/bg/4/bg-trans.png) top left no-repeat;
}

#wrap2 #pro a, #wrap2 .unpro a {
	display: inline;
	width: auto;
}

/* SRODEK */

#main {
	min-height: 285px;
	width: 50%;
	border: solid #BECCD7;
	border-width: 1px 1px 1px 0;
	margin: 130px 0 20px 0;
	padding: 5px;
}

#wrap2 #main {
	width: 75%;
}

#side, #nowosci {
	float: right;
	width: 22%;
	margin: 20px 0 60px 0;
	padding: 4px;
}

#wrap #nowosci {
	margin-top: 28px;
}

#wrap2 #nowosci {
	margin: -190px -22% 0 0;
	width: 45%;
	height: 195px;
}

#side h2#SubmenuTitle {
	color: #AFC642;
	text-transform: lowercase;
	font-size: 100%;
	font-weight: normal;
	padding: 50px 0 0 3px;
	border-left: 1px solid #AFC642;
}

/*
#side li:first-child, #side li ul {
	display: none;
}
*/


#side li:first-child {
	margin-left: 0px;
}

#side li {
	margin-left: 15px;
}

#side li ul {
	display: none;
}


.proj, #nowosci dd {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #BECCD7;
	float: left;
	margin: 3px;
}

.proj * {
	margin: 0;
	padding: 0;
}

.proj:hover, #nowosci dd:hover {
	border: 1px dotted;
}

#nowosci dt {
	display: none;
}

#submenu {
	margin-top: 20px;
}

#side #submenu li {
	list-style: none;
	margin-bottom: 15px;
	padding-left: 17px;
	background: url(/s/p/bg/4/lib.png) top left no-repeat;
}

#side #submenu li a {
	color: #fff;
	text-decoration: none;
}

/* STOPA */

#bnavi {
	margin-bottom: 10px;
	padding-left: 20%;
}

#bnavi li {
	display: inline;
	margin-right: 15px;
}

#foot {
	border-top: 10px solid #AFC642;
	height: 40px;
	background: #3C4759;
	width: 100%;
	min-width: 720px;
	max-width: 903px;
/*	position: fixed;
	z-index: 1000;
	bottom: 0;
*/
	clear: both;
	position: relative;
}


#foot ul {
	margin: 10px 0 0 10px;
}

#foot li {
	float: left;
	list-style: none;
	padding: 0 10px;
	border-right: 1px solid #fff;
	background: none;
}

#foot li:last-child {
	border: none;
}

#foot li a {
	color: #AFC642;
	text-decoration: none;
}

#srch {
	position: absolute;
	right: 7px;
	top: 7px;
}

#srch input {
	background: none;
	border: 1px solid #AFC642;
	color: #AFC642;
	margin: 0 5px;
}

#srch input[type=submit] {
	border: none;
}

#main form {
	width: 80%;
	float: left;
}

#main form label {
	display: block;
	clear: left;
	font-weight: bold;
	width: 150px;
	float: left;
	text-align: right;
	margin: 5px 0;
}

#main form input[type=text], textarea, select {
	border: 1px solid #6B6B6B;
}

#main form input[type=text], select {
	width: 40%;
	float: left;
	margin: 5px 10px;
}

#main form input[type=submit] {
	clear: both;
	float: left;
	margin: 15px 0;
  
  border: 1px solid #F36D21;
  background-color: #A8D45F;
  font-size: 16px;
  text-transform: lowercase;
  font-weight: bold;
  color: #F36D21;
  cursor: pointer;
  text-align: center;
}

#wyslij19 {
  margin-left: 160px !important;
}

#main form textarea {
	float: left;
	height: 250px;
	width: 60%;
	margin: 5px 10px;
}




#subscribeform {
  position: relative;
  top: 10px;
  left: 10px;
}

#subscribeform label.head {
  color: #AFC642;
}

#subscribeform input#email {
  border: 1px solid #AFC642;
  background-color: #3C4759;
  color: #AFC642;
  margin-bottom: 3px;
}

#subscribeform .srb {
  position: absolute;

  left: 151px;
}






form.poll input, form.poll label {
  text-align: left !important;
  margin-left: 10px !important;
  padding-left: 0 !important;
}
