@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}
a{
	color: #256fbd;
	text-decoration: none;
}
a img{
	border: none;
}
p {
	margin-bottom: 15px;
}
h1 {
	font-size: 14px;
	color: #2875c7;
	margin-bottom: 20px;
}

body {
	font: 11px Verdana;
	color: #646975;
	background-color: #ffffff;
}

#init {
	float: left;
	width: 100%;
	height: 100%;
	background: url(../imglib/globalbg.jpg) repeat-x;
}

#globalwrapper {
	width: 950px;
	margin: 0px auto;

}
#logo {
	position: relative;
	float: left;
	z-index: 10;
	margin-bottom: -30px;
	margin-top: 15px;
}

#menu {
	float: right;
	height: 50px;
	width: 720px;
	color: #c8c8cd;
	background-color: #1d2332;
	position: relative;

}

#menu ul {
	list-style: none;
	position: relative;
}
#menu li {
	display: inline-block;
	float: left;
	position: relative;
}

#menu li a{
	color: #c8c8cd;
	text-align: center;
	width: 90px;
	padding-top: 20px;
	padding-bottom: 16px;
	display: block;
	background-color: #1d2332;
}

#menu li a:hover{
	background: url(../imglib/menu.jpg) no-repeat center;
	background-color: #1d2332;
}

#menu ul li ul.submenu {
	display: none;
	position: absolute;
	clear: both;
}

#menu ul li:hover ul.submenu {
	display: block;
}

#menu ul li ul.submenu li{
	display: block;
	position: relative;
	background-color: #1d2332;
	width: 180px;
	float: none;
}

#menu ul li ul.submenu li a{
	width: 180px;
	float: none;
}

#menu ul li ul.submenu li a:hover{
	background: url(../imglib/menu_2.jpg) no-repeat center;
}

#menu #konakt a {
	color: #f2f1f3;
	font-weight: bold;
	background: url(../imglib/kontakt.jpg) no-repeat center;
}
#menu #konakt a:hover {
	background: url(../imglib/kontakthover.jpg) no-repeat center;
}
#menu #konakt #dziubek {
	display: block;
	position: absolute;
	right: 7px;
	top: 49px;
}


#contentwrapper {
	float: left;
	width: 950px;
}
#contentwrappersec {
	float: left;
	height: 500px;
	width: 950px;
	background: url(../imglib/bkg.jpg) no-repeat center top;
}
#contenthome {
	float: left;
	width: 950px;
}
#contenthomesec {
	float: left;
	width: 950px;
	margin-top: 260px;
}
#promocje {
	position: absolute;
	margin-top: -110px;
	margin-left: 90px;
}
#promocjesec {
	position: absolute;
	margin-top: -120px;
	margin-left: 30px;
}

#leftcol {
	float: left;
	width: 420px;
	margin-top: 50px;
}
#leftcol .news {
	float: left;
	width: 410px;
	padding: 10px 5px;
}
#leftcol .news .newspic{
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
#leftcol .news .date {
	font-size: 10px;
	color: #e94108;
}
#leftcol .news .more {
	float: right;
	font-size: 10px;
	margin-top: 5px;
}
#leftcolsec {
	float: left;
	width: 330px;
	margin-top: 50px;
}

#rigtcol {
	float: right;
	width: 420px;
	line-height: 16px;
	position: relative;
	z-index: 1000;
}
#rigtcol #callus {
	float: left;
	margin-top: 50px;
	margin-left: -50px;
}
#rigtcolsec {
	float: right;
	width: 600px;
	line-height: 16px;
}
#rigtcolsec ul{
	float: none;
	margin-bottom: 15px;
	list-style: url(../imglib/lipkt.jpg) inside;
}
#footerwrapper {
	float: left;
	width: 850px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	margin: 20px 50px 15px;
	padding-top: 15px;
}
.thumb{
	float: left;
	width: 96px;
	height: 72px;
	margin: 5px;
	border: 2px solid #FFFFFF;
}
.thumb img{
	float: left;
	width: 96px;
	height: 72px;
	border: 1px solid #196abf;
}
#bottom {
	float: left;
	height: 435px;
	width: 100%;
	margin-top: -160px;
}
#leftcolbottom {
	margin: 0;
	padding: 0;
	float: left;
	height: 435px;
	width: 50%;
	background: url(../imglib/bottombkg2.jpg) repeat-x;
}
#leftcontentbottom {
	float: right;
	height: 435px;
	width: 475px;
	background: url(../imglib/leftbottompic.jpg) no-repeat;
}
#rightcolbottom {
	margin: 0;
	padding: 0;
	float: left;
	height: 435px;
	width: 50%;
	background: url(../imglib/bottombkg.jpg) repeat-x;
}
#rightcontentbottom {
	float: left;
	height: 435px;
	width: 475px;
	background: url(../imglib/rightbottompic.jpg) no-repeat;
}
#flashbox {
	float: left;
	height: 136px;
	width: 292px;
	margin-left: 38px;
}

textarea {
border: none;
overflow: auto;
scrollbar-face-color: #FF0000;
scrollbar-shadow-color: #FF0000;
scrollbar-highlight-color: #FF0000;
scrollbar-3dlight-color: #FF0000;
scrollbar-darkshadow-color: #FF0000;
scrollbar-track-color: #FF0000;
scrollbar-arrow-color: #FF0000;
}

