  
/* The about link: 20px from the top with a green background */
#przepisy {
	text-align: center;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    top: 20px;
    background-color: 767676;
}

#svgprzepisy {
	width: 40px; 
	height: 40px;
	position:absolute;
	margin: -12px 0px 0px 50px ;
	float: right; 
}


#galeria {
	text-align: center;
    top: 80px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    background-color: 767676; /* Blue */
}

#svggaleria {
	width: 40px; 
	height: 40px;
	position:absolute;
	margin: -12px 0px 0px 53px ;
	float: right; 
}

#pliki {
	text-align: center;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    top: 140px;
    background-color: 767676;  
}

#svgpliki {
	width: 40px; 
	height: 40px;
	position:absolute;
	margin: -12px 0px 0px 62px ;
	float: right; 
}

#powrot {
	text-align: center;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    top: 200px;
    background-color: 767676; /* Red */
}

#osccenter {
 	float: left;
	margin: 0px;
	width: 100%;
	height: auto;
}

#osczawartosc{
	margin-top: 50PX;
	width: 1024px;
	
}

#oscgal{
	 margin: auto;
	width: 1024px;
	
}

#osczaw{
	border-radius: 25px 25px 25px 25px;
	padding: 25px 25px 25px 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	border:solid;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	width: 870px;
	height: auto;
	float: left;
	   
}



#osczaw2{
	border-radius: 25px 25px 25px 25px;
	padding: 25px 25px 25px 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-color: black;
	border:solid;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	width: 1070px;
	height: auto;
	float: left;
	 
}
 
#info{
	width: 200px;
	float: right;
	margin-right: 50px;
	margin-top: 30px;
}

h1 h3 {
	font-weight: bolder;
 
}

ol{
	text-align: justify;
	font-weight: bolder;
}

.ol2{
	list-style-type: upper-roman;
	font-weight: bolder; 
}

.ol3{
	list-style-type: lower-alpha;
 	font-weight: bolder;
	}
  
.ol4{
	list-style-type:circle;
 	font-weight: bolder;
	}

.oznsamc{
	text-align: justify;
	font-weight: normal;
}
 
a{
	text-decoration: none;
	color: #FF0001;
}