/* CSS Document */
body {
	margin:0; 
	padding:0; 
	background:#d7d7d7; 
	font-size:11px;
	text-align:center;

}
img {
	border:0;
}

a:link, a:visited{
	color: #D95C1E;
}

a:hover{
	color: #B05223;
}

.css_top
{
	background-image: url('images/bg_top.jpg');
	background-repeat: no-repeat;
	background-position: center;
	width:584px;
	height:258px;
	font-size:1px;
}

.css_left
{
	background-image: url('images/bg_left.jpg');
	background-repeat: no-repeat;
	background-position: top;
	width:426px;
	min-height:750px;
	font-size:10px;
	margin-top:0px;

}

.css_center1
{
	background-image: url('images/bg_center1.jpg');
	background-repeat: no-repeat;
	background-position: top;
	width:2px;
	height:492px;
	font-size:1px;
}

.css_center2
{
	background-image: url('images/bg_center2.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width:582px;
	min-height:492px;
	font-size:13px;
	vertical-align:top;

}

.header
{
	font-weight: bold;
	font-size: 22px;
	color: white;
	width: 100%;
	
}

/* Nowa wersja, dodane: */
.content{
	font-size:12px;
	color:black;
}

.content-text{
	margin-top:15px;
	width:500px;
	font-family: Times New Roman;
	text-align:justify;
	font-size:15px;
}

#menu{
	position:absolute;
	top:280px;
	font-size:14px;
}

#menu a:link, #menu a:visited{
	display:block;
	font-size:20px;
	margin-left:30px;
	margin-bottom:6px;
	background-image:url("images/menu_bg.jpg");
	padding: 2px 4px 2px 15px;
	width:180px;
	color:white;
	font-weight:bold;
	border-left: 10px solid #ff8a33;
}

#menu a:hover{
	display:block;
	font-size:20px;
	margin-left:30px;
	margin-bottom:6px;
	background:#d7d7d7;
	padding: 2px 4px 2px 15px;
	width:180px;
	color:black;
	font-weight:bold;
	border-left: 10px solid #ff8a33;
}

p{
	pading:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

