
/* reset.css */
a img {border:none;}



html {
 width: 100%;
 margin: 0 auto;
}


body {
	width: 100%;
	margin: 0 auto;
	font-family: verdana;
	font-size: 11px;
	color: #888;
	text-align:left;
	background: url(../img/bg.jpg) top center no-repeat #000;
}


a {  text-decoration: none; }

.clear { clear:both; }

.red {color: #f00;}
.white {color: #fff;}
.grey {color: #888;}


/* --------------------------------------- struktura --------------------------------------- */

#frame {
	width: 800px;
	margin: 0 auto;
}

#top {
	background: url(../img/top.png) top center no-repeat #000;
	height: 90px;
}

#banner {
	height: 200px;
}

#menu {
	height: 40px;
}

#main {

	clear: both;
}


#lewa {
	float:left;
	height: 700px;
	width: 260px;
	text-align: center;
}

#lewa-top {
	height: 28px;
	width: 260px;
	margin-top: 10px;
	background: #000;
}

#lewa-middle {
	height: 150px;
	width: 260px;
	background: url(../img/left_middle.png) top center repeat-y #000;
}

.lewa-middle {
	height: 150px;
	width: 260px;
	background: url(../img/left_middle.png) top center repeat-y #000;
}

#lewa-newsletter {
	height: 160px;
	width: 260px;
	background: url(../img/left_middle.png) top center repeat-y #000;
}


#lewa-bottom {
	height: 18px;
	width: 260px;
	background: url(../img/left_bottom.png) top center no-repeat #000;
}


#prawa {
	float:left;
	width: 530px;
	height: 700px;
}

#prawa-frame {
	border:0 solid #000;
	background: #222;
	margin:0 20px 0 20px;
	width: 490px;
	height: 630px;
	overflow:hidden;
}



#prawa-top {
	height: 18px;
	width: 530px;
	background: url(../img/right_up.png) top center no-repeat #000;
}

#prawa-middle {
	height: 630px;
	width: 530px;
	background: url(../img/right_middle.png) top center repeat-y #000;
}


#prawa-bottom {
	height: 18px;
	width: 530px;
	background: url(../img/right_bottom.png) top center no-repeat #000;
}




#stopka {
	height: 80px;
	line-height: 1.9;
	color: #666;
	text-align:center;
	margin-top: 30px;
	clear: both;
}

#stopka-linki {
	height: 40px;
	padding-top: 10px;
	color: #999;
	background: url(../img/bg-stopka.png) top center no-repeat #000;
	text-align:center;
}





/* ------------------------------------- newsletter ------------------------------------ */

.input-newsletter {
	color:#ccc;
	width: 70%;
	background: #000;
	border: 1px solid #555;
	margin: 2px;
}

.submit-newsletter {
	color:#ccc;
	background: #000;
	border: 1px solid #555;
	margin: 4px;
}

/* --------------------------------------- linki --------------------------------------- */


.stopka-link {
	color: #ccc;
}

.stopka-link:hover {
	color: #eee;
}
