@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
}

body {background-color:#999;}

#strona {
	background-color:#FFF;
position:absolute;
width:870px;
height: 600px;
top: 50%;
left: 50%;
margin-left: -435px;	
margin-top: -300px;

}

#strona-left {
	position:relative;
	top:0px;
	width:435px;
	height: 600px;
	margin-left: 0px;
	float:left;

}


#strona-right-top {
	position:relative;
	top:0px;
	width:215px;
	height: 170px;
	overflow: auto;
	left: 200px;
	padding-left: 5px;



}


#strona-right {
	position:relative;
	top:30px;
	width:215px;
	height: 370px;
	overflow: auto;
	padding: 5px;
	left: 200px;



}



#strona-bottom {
height:40px;
margin-top:-12px;
}

/* //////////////////////////////////////////// */

#menu {
	width:650px;
	height:150px;
}

#baner {
	width:650px;
	height:140px;
	padding-top:10px;
}

#text {
	width:630px;
	padding-right:10px;
	padding-top:10px;
}

#fotka {
	position:absolute;
	z-index:10;
	}

/* //////////////////////////////////////////// */

p {	font-size:7.5pt; line-height: 8.5pt; 	 color:#999;}

h1 {font-size:10pt; color:#FFF; line-height: 15pt; background-image:url(img/h1.png); background-repeat:no-repeat; padding-left:20px; font-weight:normal;}

h2 {font-size:9pt; line-height: 12pt; font-weight:normal; padding-left:10px;}

.poprawej {float:right;}
.polewej {float:left; }

a {color:#FFF;}

img {border:0px;}

