
html, body {
	background-color: #ffffff;
	color: #000;
	margin: 0;
	padding: 0;
}

#top {
	width: 960px;
	background-color: #ffffff;
}



#NAGLOWEK {
	background-color: #fbf6d8;
        background-image: url(images/header.jpg);
	width: 960px;
	height: 150px;
	float: right;
}


#MENU {
	width: 960px;
	height: 32px;
	float: right;
	background-color: #fbf6d8;
        background-image: url(images/pathway.jpg);
}

#TRESC {
	width: 960px;
	float: right;
	overflow: hidden;
	background-color: #fbf6d8;
}

#STOPKA {
	clear: both;
	width: 100%;
	height: 30px;
	background-color: #fbf6d8;
}


H1                 {text-align:center;   text-decoration:bold;    margin-left:13px;     font-family:Verdana;          font-size:25px;     color:#333333;    }
h2                 {                     text-decoration:bold;    margin-left:13px;     font-family:Verdana;          font-size:20px;     color:#333333;    }
h3                 {text-align:left;     text-decoration:bold;    margin-left:13px;     font-family:Times new roman;  font-size:15px;     color:#333333;    }

div.srodek         {text-align:justify;    margin-left:10px;   margin-right:10px;  font-family:Times new roman;  font-size:15px;   color:#333333;  }
div.small          {text-align:justify;    margin-left:10px;   margin-right:10px;  font-family:Times new roman;  font-size:12px;   color:#333333;  }

A:link             {text-decoration:none;        color:#760001;      font-size:13px;}
A:visited          {text-decoration:none;        color:#760001;      font-size:13px;}
A:active           {text-decoration:none;        color:#760001;      font-size:13px;} 
A:hover            {text-decoration:underline;   color:#760001;      font-size:13px;}

A:link.autor             {text-decoration:none;        color:#760001;      font-size:10px;}
A:visited.autor          {text-decoration:none;        color:#760001;      font-size:10px;}
A:active.autor           {text-decoration:none;        color:#760001;      font-size:10px;} 
A:hover.autor            {text-decoration:underline;   color:#760001;      font-size:10px;}

A:link.normal            {text-decoration:none;        color:#760001;      font-size:14px;  font-weight: bold;}
A:visited.normal         {text-decoration:none;        color:#760001;      font-size:14px;  font-weight: bold;}
A:active.normal          {text-decoration:none;        color:#760001;      font-size:14px;  font-weight: bold;} 
A:hover.normal           {text-decoration:underline;   color:#760001;      font-size:14px;  font-weight: bold;}

A:link.duzy              {text-decoration:none;        color:#760001;      font-size:19px;}
A:visited.duzy           {text-decoration:none;        color:#760001;      font-size:19px;}
A:active.duzy            {text-decoration:none;        color:#760001;      font-size:19px;} 
A:hover.duzy             {text-decoration:underline;   color:#760001;      font-size:19px;}

