/* CSS Document */


body {
	background-image: url(img/tlo.jpg);
	background-repeat: repeat-x;
	background-color:#7f9fc0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

h1 {
	font-size:18px;
	color:#666666;
	font-weight:bold;
}

h2 {
	font-size:16px;
	color:#666666;
	font-weight:bold;
}

img {
	float:left;
	}
	
a:link {color: #000000;	text-decoration: none;}
a:visited {text-decoration: none;color: #000000;}
a:hover {text-decoration: none; color:#999999;}

a.stopka:link {color: #ffffff;	text-decoration: none;}
a.stopka:visited {text-decoration: none;color: #ffffff;}
a.stopka:hover {text-decoration: none; color:#999999;}

#kontener {
position:absolute;
left:0px;
top:0px;
width:996px;
height:100%;
min-height:800px;
background-image: url(img/bkg.jpg);
background-repeat:no-repeat;
}

#menu {
	position:absolute;
	top:0px;
	left:650px;
	}

#logo {
	position:absolute;
	left:48px;
	top:0px;
}
#ramkatresci{
	position: absolute;
	top:391px;
	left:0px;
	width:996px;
	background-color:#FFFFFF;
}

	
#tytul {
	width:104px;
	float:left;
	background-color:#FFFFFF;
	height:100%;
	}
#tresc {
	background-image:url(img/trescbkg.jpg);
	background-repeat:repeat-y;
	float:left;
	width:787px;
	padding-right:105px;
	min-height:359px;
	
	}
	


